Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

dkanbier/openshift-zabbix-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zabbix on OpenShift

Zabbix is the ultimate enterprise-level software designed for monitoring availability and performance of IT infrastructure components. Zabbix is open source and comes at no cost.

More information can be found on the official Zabbix website at http://www.zabbix.com

Running on OpenShift

Create an account at http://openshift.redhat.com/ and install the client tools (run 'rhc setup' first)

Create a PHP application with MySQL support

rhc app create zabbix php-5.3 mysql-5.1 --from-code=https://github.com/dkanbier/openshift-zabbix-quickstart

That's it, you can now checkout your application at:

http://zabbix-$yournamespace.rhcloud.com

You can log in using the default Zabbix credentials:

Username: Admin
Password: zabbix

Notes

The default port numbers have been increased by 5000 because otherwise they conflict with OpenShift's reserved ports.

At the time of writing the Zabbix version is kind of fixed, so only 2.2.1 is supported.

For more information about the QuickStart you can visit my blog at http://www.denniskanbier.nl/blog

About

A Zabbix quickstart to use on OpenShift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published