https://github.com/ryotarai/zabbix_graph
https://github.com/ryotarai/zabbix_graph
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryotarai/zabbix_graph
- Owner: ryotarai
- License: mit
- Created: 2015-03-10T14:18:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-23T01:02:05.000Z (almost 10 years ago)
- Last Synced: 2025-03-29T04:41:26.997Z (4 months ago)
- Language: Ruby
- Size: 171 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ZabbixGraph [](http://badge.fury.io/rb/zabbix_graph)
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
```### --item-graph and --host-graph
You can view graphs per item or host.
```
$ zabbix_graph --item-graph
$ zabbix_graph --host-graph
$ zabbix_graph --item-graph --period=1d1h1m1s
$ zabbix_graph --host-graph --period=1d1h1m1s
```## Contributing
1. Fork it ( https://github.com/[my-github-username]/zabbix_graph/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request