Monitoring Windows With Nagios
Posted: Wed Dec 28, 2016 7:29 am
Hello
I'm trying monitrize my Windows with nagios but when y try monitorize the Ram and Storage nagios let me 2 warnings.

This are my documents.
Storage:
define command{
command_name check_disk_snmp
command_line /usr/bin/perl $USER1$/check_snmp_storage.pl -H $HOSTADDRESS$ -s $ARG1$ -d $ARG2$ -u $ARG3$ -w $ARG4$ -c $ARG5$
}
define service {
use windows-srv
host_name cpd_19X.XXX.XXX.XXX
service_description Disco C:
check_command check_disk_snmp!XXX!C!MB!1527!898
}
RAM
define command{
command_name check_winmem_snmp
command_line /usr/bin/perl $USER1$/check_snmp_mem.pl -H $HOSTADDRESS$ -C $ARG1$
}
define service {
use windows-srv
host_name cpd_19x.xxx.xxx.xxx
service_description Uso MEM
check_command check_winmem_snmp!xxx!80%!90%
}
I'm trying monitrize my Windows with nagios but when y try monitorize the Ram and Storage nagios let me 2 warnings.

This are my documents.
Storage:
define command{
command_name check_disk_snmp
command_line /usr/bin/perl $USER1$/check_snmp_storage.pl -H $HOSTADDRESS$ -s $ARG1$ -d $ARG2$ -u $ARG3$ -w $ARG4$ -c $ARG5$
}
define service {
use windows-srv
host_name cpd_19X.XXX.XXX.XXX
service_description Disco C:
check_command check_disk_snmp!XXX!C!MB!1527!898
}
RAM
define command{
command_name check_winmem_snmp
command_line /usr/bin/perl $USER1$/check_snmp_mem.pl -H $HOSTADDRESS$ -C $ARG1$
}
define service {
use windows-srv
host_name cpd_19x.xxx.xxx.xxx
service_description Uso MEM
check_command check_winmem_snmp!xxx!80%!90%
}