Page 1 of 1

Non report with check_snmp_disk

Posted: Wed Jan 23, 2013 5:45 am
by nexustk
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 :D
-- 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

Re: Non report with check_snmp_disk

Posted: Wed Jan 23, 2013 5:43 pm
by abrist
I am unsure about what your question is . . .

Are you having problems with pnp4nagios?

Or problems with one of the standard reports in core?

Re: Non report with check_snmp_disk

Posted: Thu Jan 24, 2013 5:10 am
by nexustk
Hi Abrist,
if possible I would like to have report check_disk_snmp with pnp4nagios o standart report.
First spoke of pnp4nagios why report works correctly using wmi_plus.
I have windows server you would like to monitor ram hd network using snmp get and report
Thanks

Re: Non report with check_snmp_disk

Posted: Sun Jan 27, 2013 12:45 am
by scottwilkerson
If you are using this plugin
http://exchange.nagios.org/directory/Pl ... mp/details

It doesn't apear to return performance data which is required to build a pnp4nagios graph

Re: Non report with check_snmp_disk

Posted: Mon Jan 28, 2013 8:33 am
by nexustk
Hi scottwilkerson

I'm using this tools "http://exchange.nagios.org/directory/Pl ... sk/details"

Thanks

Re: Non report with check_snmp_disk

Posted: Mon Jan 28, 2013 11:54 am
by abrist
This plugin does not support perfdata, so no graphs. There is a comment at the bottom of the plugin's page on exchange by a user who altered the check to include perfdata. But out of the box, you will nto receive graphs and perfdata for this check.

Re: Non report with check_snmp_disk

Posted: Tue Jan 29, 2013 8:53 am
by nexustk
Hi abrist,

:-( i undestand.... know plugin that produces reports for windows machines (hard disk, RAM, network) ?

Thanks

Re: Non report with check_snmp_disk

Posted: Tue Jan 29, 2013 11:07 am
by slansing
For what it is worth, even though it is not snmp.. most if not all of the NRPE windows checks support performance data please see the following to install the windows agent:

http://assets.nagios.com/downloads/nagi ... _Agent.pdf

http://nagios.sourceforge.net/docs/3_0/ ... ndows.html