Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryotarai/zabbix_graph
https://github.com/ryotarai/zabbix_graph
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryotarai/zabbix_graph
- Owner: ryotarai
- License: mit
- Created: 2015-03-10T14:18:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-23T01:02:05.000Z (over 9 years ago)
- Last Synced: 2024-10-06T03:49:57.785Z (3 months ago)
- Language: Ruby
- Size: 171 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ZabbixGraph [![Gem Version](https://badge.fury.io/rb/zabbix_graph.svg)](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