I've been experimenting with creating a QuickStart for Zabbix on OpenShift.
OpenShift is RedHat's cloud platform, which you can use for free with limited resources. I've been using this for monitoring my website using web checks.
It's easy to use:
1. Create an account at http://openshift.redhat.com/
2. Install the OpenShift client application "rhc" and configure it
3. Run:
4. That's it!
Visit your Zabbix instance at http://zabbix-<your_rhcloud_namespace>.rhcloud.com
For more information:
Edit:
I just noticed when github.com or the openshift servers are very busy it's possible for the app creation to time out. In that case, just execute the command again.
OpenShift is RedHat's cloud platform, which you can use for free with limited resources. I've been using this for monitoring my website using web checks.
It's easy to use:
1. Create an account at http://openshift.redhat.com/
2. Install the OpenShift client application "rhc" and configure it
3. Run:
Code:
rhc app create zabbix php-5.3 mysql-5.1 --from-code=https://github.com/dkanbier/openshift-zabbix-quickstart
Visit your Zabbix instance at http://zabbix-<your_rhcloud_namespace>.rhcloud.com
For more information:
Edit:
I just noticed when github.com or the openshift servers are very busy it's possible for the app creation to time out. In that case, just execute the command again.
Comment