This website requires JavaScript.
Explore
Help
Sign In
osiu97
/
PVE-Zabbix
Watch
1
Star
0
Fork
You've already forked PVE-Zabbix
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
18
Commits
1
Branch
0
Tags
49
KiB
Python
100%
fbf27eecd0
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
Miłosz Stocki
fbf27eecd0
added detailed data for VMs
2019-01-21 13:30:13 +01:00
Node.py
Node to class and refactor
2019-01-15 15:56:54 +01:00
PVE-Zabbix.py
added detailed data for VMs
2019-01-21 13:30:13 +01:00
PVEApi.py
added detailed data for VMs
2019-01-21 13:30:13 +01:00
README.md
added detailed data for VMs
2019-01-21 13:30:13 +01:00
Storage.py
added storage with bugs to fix
2019-01-18 12:09:45 +01:00
VM.py
added detailed data for VMs
2019-01-21 13:30:13 +01:00
ZabbixJSON.py
VM refactor with methods
2019-01-17 10:04:28 +01:00
zabbix-template.xml
fixed a string and added beta zabbix template
2019-01-18 14:21:54 +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 $7 ```