Problem with "Status Information" on Nagios
Posted: Fri Nov 08, 2013 3:38 pm
Friends,
I have a problem with my NAGIOS, what happens is that this system is working perfect but the service monitor, precisely in the "status information" does not appear as I would, I would like to appear for example 30% of hard drive space and 71147728 as shown.
I'm working with 3.4.1 NAGIOS and machines have enabled SNMP monitored.
The only thing I miss is that status information appears in a more professional, more clear
This is my code:
define command{
command_name snmp_SwapFree
command_line $USER1$/check_snmp -o .1.3.6.1.4.1.2021.9.1.7.1 -H $HOSTADDRESS$ $ARG1$
}
define service {
use generic-service
hostgroup_name plataforma-linux
service_description HARD DISK
check_command snmp_SwapFree! -C public
}
How I can do it? , I need to use SNMP or NRPE not anything like
atacched image
THANKS A LOT!!!
I have a problem with my NAGIOS, what happens is that this system is working perfect but the service monitor, precisely in the "status information" does not appear as I would, I would like to appear for example 30% of hard drive space and 71147728 as shown.
I'm working with 3.4.1 NAGIOS and machines have enabled SNMP monitored.
The only thing I miss is that status information appears in a more professional, more clear
This is my code:
define command{
command_name snmp_SwapFree
command_line $USER1$/check_snmp -o .1.3.6.1.4.1.2021.9.1.7.1 -H $HOSTADDRESS$ $ARG1$
}
define service {
use generic-service
hostgroup_name plataforma-linux
service_description HARD DISK
check_command snmp_SwapFree! -C public
}
How I can do it? , I need to use SNMP or NRPE not anything like
atacched image
THANKS A LOT!!!