Dear Zabbix gurus,
I need a help with RAID monitoring. I've downloaded template Template_Software RAID, imported it. But is showing me the status "Unknown" in the list of triggers. And the message is "Not supported by Zabbix Agent"
I've added Zabbix to sudoers file on the client, and I can run command sudo /sbin/mdadm -D /dev/md* as user zabbix just fine
Yet the trigger for the expression:
system.run["sudo /sbin/mdadm -D /dev/md* | grep degraded | wc -l"]
is in status "Unknown"
Our Zabbix Server is 2.4.7 running on CentOS7
Many thanks for your help and suggestions!
Jan
I need a help with RAID monitoring. I've downloaded template Template_Software RAID, imported it. But is showing me the status "Unknown" in the list of triggers. And the message is "Not supported by Zabbix Agent"
I've added Zabbix to sudoers file on the client, and I can run command sudo /sbin/mdadm -D /dev/md* as user zabbix just fine
Yet the trigger for the expression:
system.run["sudo /sbin/mdadm -D /dev/md* | grep degraded | wc -l"]
is in status "Unknown"
Our Zabbix Server is 2.4.7 running on CentOS7
Many thanks for your help and suggestions!
Jan
Comment