Go to file
osiu97 7a9f26bddd Zaktualizuj 'README.md' 2019-01-18 14:02:31 +01:00
Node.py Node to class and refactor 2019-01-15 15:56:54 +01:00
PVE-Zabbix.py fixed storage node bug 2019-01-18 12:43:59 +01:00
PVEApi.py added storage with bugs to fix 2019-01-18 12:09:45 +01:00
README.md Zaktualizuj 'README.md' 2019-01-18 14:02:31 +01:00
Storage.py added storage with bugs to fix 2019-01-18 12:09:45 +01:00
VM.py VM refactor with methods 2019-01-17 10:04:28 +01:00
ZabbixJSON.py VM refactor with methods 2019-01-17 10:04:28 +01:00

README.md

Configuration


Add User in PVE cluster config

// TODO determine needed permissions

Modify configuration in PVE-Zabbix.py

``` USERNAME = "zabbix@pve" PASSWORD = "zabbix" HOST = "localhost:8006" ```

Zabbix Config User Parameter:

``` UserParameter=pve-zabbix[*],/usr/bin/python /home/zabbix/PVE-Zabbix/PVE-Zabbix.py $1 $2 $3 $4 $5 $6 ```