Ad Widget

Collapse

Monitoring software RAID

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jstefano
    Member
    • Sep 2015
    • 30

    #1

    Monitoring software RAID

    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
  • jstefano
    Member
    • Sep 2015
    • 30

    #2
    Replying to my own question:

    Replying to my own question:

    I forgot to enable remote command in /etc/zabbix/zabbix_agentd.conf on client

    ### Option: EnableRemoteCommands
    # Whether remote commands from Zabbix server are allowed.
    # 0 - not allowed
    # 1 - allowed
    #
    # Mandatory: no
    # Default:
    EnableRemoteCommands=1

    Comment

    Working...