plugins & cisco
Subhendu Ghosh
sghosh at sghosh.org
Wed Mar 2 15:11:46 CET 2005
On Wed, 2 Mar 2005 nagios_user at s1test1.it wrote:
>
> This is the first message that I send to this list,
> so I want tell you hello.
> Now I try to explain my problem...
> I must check cisco's interfaces using nagios.
> I've find a good plugin (perl) it's called "check_snmp_int.pl".
> I'm able to use it only as command, but I can't use it with nagios.
> I post (follow) my configuration file:
>
> "services.cfg"
> *******************************************************************************
> define service {
> use generic-service
> host_name host_name
> service_description CHECK_INTERFACE
> is_volatile 0
> check_period 24x7
> max_check_attempts 3
> normal_check_interval 5
> retry_check_interval 1
> contact_groups admins
> notification_interval 240
> notification_period 24x7
> notification_options c,r
> check_command check_snmp_interface!my_community!eth*
> }
> *******************************************************************************
>
> "checkcommands.cfg"
> *******************************************************************************
> define command {
> command_name check_snmp_interface
> command_line $USER1$/check_snmp_int.pl -H $HOSTADDRESS$ -C $ARG1$ -n
> $ARG2$
> }
> *******************************************************************************
>
> I don't understand why nagios think that there isn't plugin:
>
> Status Information:
> (Return code of 126 is out of bounds - plugin may be missing)
>
> Can you help me?
> Thank you very much.
>
> Rodolfo
>
Is $USER1$ defined correctly?
Does the script have execute permissions set correctly?
--
-sg
-------------------------------------------------------
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
More information about the Users
mailing list