Zaktualizuj 'README.md'
This commit is contained in:
parent
e4f9fff254
commit
7a9f26bddd
10
README.md
10
README.md
|
|
@ -1,5 +1,13 @@
|
||||||
<h2>Configuration</h2><br/>
|
<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>
|
<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
|
UserParameter=pve-zabbix[*],/usr/bin/python /home/zabbix/PVE-Zabbix/PVE-Zabbix.py $1 $2 $3 $4 $5 $6
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue