Non report with check_snmp_disk
Posted: Wed Jan 23, 2013 5:45 am
Hello !!
I'm trying check_disk_snmp beautiful tools, everything works fine except report generation, use pnp4nagios.
something wrong? I used the first wmi_plus and reports were generated forever ..
Thanks
-- this is commands.cfg
# 'check_disk' command windows
# Warn at disk MB free < -w
define command{
command_name check_snmp_disk_c
command_line $USER1$/check_disk_snmp -H $HOSTADDRESS$ -w 80% -c 90% -d C
# 'check_mem' command windows
# Warn at disk MB free < -w
define command{
command_name check_snmp_mem
command_line $USER1$/check_disk_snmp -H $HOSTADDRESS$ -w 80% -c 90% -d phys
--this is windows.cfg
use generic-service
host_name myserver
service_description Disco C
check_command check_snmp_disk_c
normal_check_interval 20
retry_check_interval 1
define service{
use generic-service
host_name myserver
service_description Memory
check_command check_snmp_mem
normal_check_interval 10
retry_check_interval 1
I'm trying check_disk_snmp beautiful tools, everything works fine except report generation, use pnp4nagios.
something wrong? I used the first wmi_plus and reports were generated forever ..
Thanks
-- this is commands.cfg
# 'check_disk' command windows
# Warn at disk MB free < -w
define command{
command_name check_snmp_disk_c
command_line $USER1$/check_disk_snmp -H $HOSTADDRESS$ -w 80% -c 90% -d C
# 'check_mem' command windows
# Warn at disk MB free < -w
define command{
command_name check_snmp_mem
command_line $USER1$/check_disk_snmp -H $HOSTADDRESS$ -w 80% -c 90% -d phys
--this is windows.cfg
use generic-service
host_name myserver
service_description Disco C
check_command check_snmp_disk_c
normal_check_interval 20
retry_check_interval 1
define service{
use generic-service
host_name myserver
service_description Memory
check_command check_snmp_mem
normal_check_interval 10
retry_check_interval 1