<div dir="ltr"><div><div>Hi List!<br>
<br>
I am using check_ide_smart plugin and it returns (null) in Nagios as 'Status Information', it shows as yellow (warning).<br>
<br>The command is defined as:<br>
<br>
define command{<br>
        command_name    check_ide_smart<br>
        command_line    sudo $USER1$/check_ide_smart -n $ARG1$<br>
}<br>
<br>
and called in localhost as<br>
<br>
check_command                   check_ide_smart!/dev/sda<br>
<br>Nagios has sudoers permission. Selinux is set to permissive. When I do a forced check the syslog or nagios log only contains the fact I initiated the check with the given name.<br>Centos 6.x with Nagios 3.2.3 from Epel, I updated Nagios to 3.4.4 with no change. The rest of my plugins work.<br>
<br></div><div>What am I missing?<br></div></div></div>