Merge remote-tracking branch 'origin/master'

This commit is contained in:
Miłosz Stocki 2019-01-18 14:22:22 +01:00
commit 3e2e9e9b65
Signed by: osiu97
GPG Key ID: E3D1D83FA04F51D6
1 changed files with 13 additions and 0 deletions

13
README.md Normal file
View File

@ -0,0 +1,13 @@
<h2>Configuration</h2><br/>
<h4>Add User in PVE cluster config</h4>
// TODO determine needed permissions
<h4>Modify configuration in PVE-Zabbix.py<h4/>
```
USERNAME = "zabbix@pve"
PASSWORD = "zabbix"
HOST = "localhost:8006"
```
<h4>Zabbix Config User Parameter:</h4>
```
UserParameter=pve-zabbix[*],/usr/bin/python /home/zabbix/PVE-Zabbix/PVE-Zabbix.py $1 $2 $3 $4 $5 $6
```