ZabbixGraph
Select hosts and items with peco, and open adhoc graph.
Installation
$ gem install zabbix_graph
Usage
$ export ZABBIX_URL=https://your-zabbix.example.com
$ export ZABBIX_USER=...
$ export ZABBIX_PASSWORD=...
$ zabbix_graph
Contributing
- Fork it ( https://github.com/[my-github-username]/zabbix_graph/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request