Nagios SNMP Plugins - (No output!)
Patrick Proy
nagios-user at proy.org
Wed Apr 6 23:58:35 CEST 2005
Hi,
Check :
- Has nagios user the right to execute the script ?
- The path in check_snmp_storage.pl :
use lib "/usr/local/nagios/libexec";
Is the utils.pm file in /usr/local/nagios/libexec ?
Try (if perl is in /usr/bin/perl) :
# 'check_snmp_storage' command definition
define command{
command_name check_snmp_storage
command_line /usr/bin/perl $USER1$/check_snmp_storage.pl -H
$ARG1$ -C $ARG2$ -m $ARG3$ -w $ARG4$ -c $ARG5$
}
Patrick Proy
Nagios @ proy.org
http://www.manubulon.com/nagios/
> -----Message d'origine-----
> De : nagios-users-admin at lists.sourceforge.net
> [mailto:nagios-users-admin at lists.sourceforge.net] De la part
> de Naag Mummaneni
> Envoyé : mercredi 6 avril 2005 19:49
> À : nagios-users at lists.sourceforge.net
> Objet : [Nagios-users] Nagios SNMP Plugins - (No output!)
>
> Hello All,
>
> I am trying to use the SNMP Plugins to monitor Windows
> Servers. I am using the check_snmp_storage.pl script.I am
> running the below command and the output looks fine..
>
> [root at localhost libexec]# ./check_snmp_storage -H
> host1 -C public -m C: -w 80 -c 90
> C:\ Label: Serial Number c6a91a7 : 34 %used
> (2766MB/8189MB) (< 80) : OK
>
> However when I use the same command in Nagios
> configuration..I see the following output on the Web interface...
>
> (No output!)
>
> Pls suggest where am I going wrong. BTW I am using the
> 1.1 version of check_snmp_storage.pl script.
>
> Thanx in Advance
> Naag.
>
> The following is my Nagios config...
> Checkcommands.cfg
> # 'check_snmp_storage' command definition define command{
> command_name check_snmp_storage
> command_line $USER1$/check_snmp_storage.pl
> -H $ARG1$ -C $ARG2$ -m $ARG3$ -w $ARG4$ -c $ARG5$
> }
>
> Services.cfg
> # Service definition
> define service{
> use
> generic-service ; Name of service template to
> use
>
> host_name host1
> service_description C Drive
> is_volatile 0
> check_period 24x7
> max_check_attempts 3
> normal_check_interval 1
> retry_check_interval 1
> contact_groups nt-admins
> notification_interval 120
> notification_period 24x7
> notification_options w,u,c,r
> check_command
> check_snmp_storage!host1!public!C:!80!90
> }
>
>
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Mail - 250MB free storage. Do more. Manage less.
> http://info.mail.yahoo.com/mail_250
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from
> real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Nagios-users mailing list
> Nagios-users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagios-users
> ::: Please include Nagios version, plugin version (-v) and OS
> when reporting any issue.
> ::: Messages without supporting info will risk being sent to /dev/null
>
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null
More information about the Users
mailing list