Non report with check_snmp_disk

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
nexustk
Posts: 12
Joined: Mon Sep 03, 2012 4:55 am
Location: Rome

Non report with check_snmp_disk

Post 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
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Non report with check_snmp_disk

Post 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?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
nexustk
Posts: 12
Joined: Mon Sep 03, 2012 4:55 am
Location: Rome

Re: Non report with check_snmp_disk

Post 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
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Non report with check_snmp_disk

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
nexustk
Posts: 12
Joined: Mon Sep 03, 2012 4:55 am
Location: Rome

Re: Non report with check_snmp_disk

Post by nexustk »

Hi scottwilkerson

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

Thanks
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Non report with check_snmp_disk

Post 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.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
nexustk
Posts: 12
Joined: Mon Sep 03, 2012 4:55 am
Location: Rome

Re: Non report with check_snmp_disk

Post by nexustk »

Hi abrist,

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

Thanks
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Non report with check_snmp_disk

Post 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
Locked