We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 903c5df commit e38c08aCopy full SHA for e38c08a
README.md
@@ -11,7 +11,9 @@ You have to create a file in /etc/zabbix/zabbix_server.conf.d/ and add UserParam
11
* You should save the script in any directory you want, do it executable from zabbix user using sudo.
12
* You have to create a file in /etc/zabbix/zabbix_server.conf.d/ and add UserParameters:
13
UserParameter=gluster_volume_info[\*],sudo /path/gstatus_discovery.py $1 $2
14
+
15
UserParameter=gluster_storage_info[\*],sudo /path/gstatus_discovery.py $1
16
17
UserParameter=gluster_volume_info,sudo /path/gstatus_discovery.py
18
* The last one shoud be import zabbix_template.xml in zabbix
19
0 commit comments