monitors torquebox instance and pushes notification to zabbix
$ git clone https://github.com/lowang/torquebox-zabbix-monitor.git
Please change config/torquebox.yml to match your zabbix hostname, port and monitoring interval.
Then deploy it as:
$ torquebox deploy torquebox-zabbix-monitor --env production
Deploys to /monitoring context path, serves simple rack controller that present json data that are being monitored.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request