Re: [Nagios-users] No response from check_snmp (Plugins version 1.4.16)

2012-10-20 Thread Mark Elsen
 Yes , while doing the sample run from the /usr/local/nagios/libexec
dorectory i see that there is no response from the check_snmp plugin. I
used the command in the following way:

>
> ./check_snmp -H  -o  -C  -t 30
>
>
> There is no response , it just stays on there forever.
>
>

  - Check /var/log/messages (tailed) on your server, watch for system or
other problems
  - Same for  :root# dmesg

  - Check wether the version-check on the plugin works (-V I presume)
  - Upgrade to the lastest version of the NAGIOS plugins, if needed.

M.
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct___
Nagios-users mailing list
Nagios-users@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

Re: [Nagios-users] No response from check_snmp (Plugins version 1.4.16)

2012-10-20 Thread Jatin


On Saturday 20 October 2012 03:56 PM, Mark Elsen wrote:


On Saturday 20 October 2012 03:41 PM, Jatin wrote:
> Hi
>
> I follwed the quick installation guide to install Nagios and then
> installed the plugins with the link for the steps.
>
> I installed everything and got the UI for both Nagios and
PNP4Nagios.
> Installed the check_mysql_health plugin as well and started
monitoring
> for about 23 services. All the graphs for it are showing up
correctly
> as well.
>
> Started with check_snmp plugin to test for connectivity to a remote
> host using snmp but i dont get any response. when i use snmpget it
> works fine. But there is just no response from the check_snmp
plugin.
>
> I am using plugins 1.4.16 with nagios server 3.4.1.
>
> Version of net-snmp installed is : 5.4.3
>
> Please help me out in this regard.
>
> Thanks
> Jatin

There is no error pointed out in the command that i use , it just
simply
does not respond anything. I could see that there are daemons for
check_snmp and snmpget started in the background. They just stay
running
but i dont get any response.


  - Please have a manual , sample run, of check_snmp on the command, 
line with the

same parameters, as intended for NAGIOS. Post the complete output.

M.


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct


___
Nagios-users mailing list
Nagios-users@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
Ok , i have seemed to figured it out. I was using "iso." in the OID that 
i gave to check_snmp but it seems it does not recognise the use of iso 
in the OID , when i resolved it and gave the OID as such it is working.


Thanks
Jatin
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct___
Nagios-users mailing list
Nagios-users@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

Re: [Nagios-users] No response from check_snmp (Plugins version 1.4.16)

2012-10-20 Thread Jatin


On Saturday 20 October 2012 03:56 PM, Mark Elsen wrote:


On Saturday 20 October 2012 03:41 PM, Jatin wrote:
> Hi
>
> I follwed the quick installation guide to install Nagios and then
> installed the plugins with the link for the steps.
>
> I installed everything and got the UI for both Nagios and
PNP4Nagios.
> Installed the check_mysql_health plugin as well and started
monitoring
> for about 23 services. All the graphs for it are showing up
correctly
> as well.
>
> Started with check_snmp plugin to test for connectivity to a remote
> host using snmp but i dont get any response. when i use snmpget it
> works fine. But there is just no response from the check_snmp
plugin.
>
> I am using plugins 1.4.16 with nagios server 3.4.1.
>
> Version of net-snmp installed is : 5.4.3
>
> Please help me out in this regard.
>
> Thanks
> Jatin

There is no error pointed out in the command that i use , it just
simply
does not respond anything. I could see that there are daemons for
check_snmp and snmpget started in the background. They just stay
running
but i dont get any response.


  - Please have a manual , sample run, of check_snmp on the command, 
line with the

same parameters, as intended for NAGIOS. Post the complete output.

M.


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct


___
Nagios-users mailing list
Nagios-users@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
Yes , while doing the sample run from the /usr/local/nagios/libexec 
dorectory i see that there is no response from the check_snmp plugin. I 
used the command in the following way:


./check_snmp -H  -o  -C  -t 30


There is no response , it just stays on there forever.

Thanks
Jatin
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct___
Nagios-users mailing list
Nagios-users@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

Re: [Nagios-users] No response from check_snmp (Plugins version 1.4.16)

2012-10-20 Thread Mark Elsen
> On Saturday 20 October 2012 03:41 PM, Jatin wrote:
> > Hi
> >
> > I follwed the quick installation guide to install Nagios and then
> > installed the plugins with the link for the steps.
> >
> > I installed everything and got the UI for both Nagios and PNP4Nagios.
> > Installed the check_mysql_health plugin as well and started monitoring
> > for about 23 services. All the graphs for it are showing up correctly
> > as well.
> >
> > Started with check_snmp plugin to test for connectivity to a remote
> > host using snmp but i dont get any response. when i use snmpget it
> > works fine. But there is just no response from the check_snmp plugin.
> >
> > I am using plugins 1.4.16 with nagios server 3.4.1.
> >
> > Version of net-snmp installed is : 5.4.3
> >
> > Please help me out in this regard.
> >
> > Thanks
> > Jatin
>
> There is no error pointed out in the command that i use , it just simply
> does not respond anything. I could see that there are daemons for
> check_snmp and snmpget started in the background. They just stay running
> but i dont get any response.
>
>

  - Please have a manual , sample run, of check_snmp on the command, line
with the
same parameters, as intended for NAGIOS. Post the complete output.

M.
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct___
Nagios-users mailing list
Nagios-users@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

Re: [Nagios-users] No response from check_snmp (Plugins version 1.4.16)

2012-10-20 Thread Jatin
On Saturday 20 October 2012 03:41 PM, Jatin wrote:
> Hi
>
> I follwed the quick installation guide to install Nagios and then 
> installed the plugins with the link for the steps.
>
> I installed everything and got the UI for both Nagios and PNP4Nagios. 
> Installed the check_mysql_health plugin as well and started monitoring 
> for about 23 services. All the graphs for it are showing up correctly 
> as well.
>
> Started with check_snmp plugin to test for connectivity to a remote 
> host using snmp but i dont get any response. when i use snmpget it 
> works fine. But there is just no response from the check_snmp plugin.
>
> I am using plugins 1.4.16 with nagios server 3.4.1.
>
> Version of net-snmp installed is : 5.4.3
>
> Please help me out in this regard.
>
> Thanks
> Jatin

There is no error pointed out in the command that i use , it just simply 
does not respond anything. I could see that there are daemons for 
check_snmp and snmpget started in the background. They just stay running 
but i dont get any response.

Thanks
Jatin


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
___
Nagios-users mailing list
Nagios-users@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


[Nagios-users] No response from check_snmp (Plugins version 1.4.16)

2012-10-20 Thread Jatin
Hi

I follwed the quick installation guide to install Nagios and then 
installed the plugins with the link for the steps.

I installed everything and got the UI for both Nagios and PNP4Nagios. 
Installed the check_mysql_health plugin as well and started monitoring 
for about 23 services. All the graphs for it are showing up correctly as 
well.

Started with check_snmp plugin to test for connectivity to a remote host 
using snmp but i dont get any response. when i use snmpget it works 
fine. But there is just no response from the check_snmp plugin.

I am using plugins 1.4.16 with nagios server 3.4.1.

Version of net-snmp installed is : 5.4.3

Please help me out in this regard.

Thanks
Jatin

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
___
Nagios-users mailing list
Nagios-users@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