Hello,
I added a new check to the zabbix_agentd.cfg but it is not monitored on the WebInterface.
The Line is:
# DELL Perc4 RAID controller: return 1 if OK, 0 otherwize
UserParameter=dellRAIDok,/usr/bin/omreport storage vdisk | /bin/fgrep "State : Ready" | wc -l
and seems to be right.
shell>/usr/bin/omreport storage vdisk | /bin/fgrep "State : Ready" | wc -l
returns 1
Also shell>/usr/local/bin/zabbix_agentd -t dellRAIDok
dellRAIDok [t|1]
this seems to be ok. I restarted the agent on the workstation and the server on the zabbix server but I can't see any new tests for this workstation on the WebInterface.
What do I have to do??
Thanks for helping me
I added a new check to the zabbix_agentd.cfg but it is not monitored on the WebInterface.
The Line is:
# DELL Perc4 RAID controller: return 1 if OK, 0 otherwize
UserParameter=dellRAIDok,/usr/bin/omreport storage vdisk | /bin/fgrep "State : Ready" | wc -l
and seems to be right.
shell>/usr/bin/omreport storage vdisk | /bin/fgrep "State : Ready" | wc -l
returns 1
Also shell>/usr/local/bin/zabbix_agentd -t dellRAIDok
dellRAIDok [t|1]
this seems to be ok. I restarted the agent on the workstation and the server on the zabbix server but I can't see any new tests for this workstation on the WebInterface.
What do I have to do??
Thanks for helping me
Comment