This is utils for zabbix.
- Create and update hostgroup graphs.
- Create and update graphs for items with matching key.
- Mass create of Items
- zabbix_api git://github.com/gescheit/scripts.git
- Clone repo:
git clone https://github.com/spscream/Zabbix-utils zabbix-utils
- Init submodules:
cd zabbix-utils; git submodule update --init
- Install zabbix_api python module cd pylib/externals/zabbix && sudo python setup.py install
Add graphs to make_zabbix_graphs.py
- Add graph for hostgroup 'Example' with graphed item 'system.cpu.load[,avg1]' and graph name 'Example: Processor load'
gc.createGraph('Example' , 'system.cpu.load[,avg1]', 'Example: Processor load')
- run ./make_zabbix_graphs.py -s zbx.example.org -u apiuser -p apipassword
- python package
- Configuration with python object;
- Generators for Triggers, Items, Screens;
- API Documentation.