14 lines
379 B
Markdown
14 lines
379 B
Markdown
<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
|
|
```
|