Search found 23 matches

by prashanthm88
Mon Oct 07, 2013 11:48 am
Forum: Open Source Nagios Projects
Topic: How to set alerts when the values goes below the range
Replies: 7
Views: 5521

Re: How to set alerts when the values goes below the range

Thanks you very much for the quick reply. I have checked with the command check_snmp -o XXXXXXXXX -U snmpuser -A password -x AES -X testpassword -L authPriv -P 3 -a MD5 -w3: Result : SNMP OK - 3 | iso.3.6.1.4.1.9.9.392.1.3.29.0=3 Changed the value to -w4: Result: SNMP WARNING - *3* | iso.3.6.1.4.1.9...
by prashanthm88
Mon Oct 07, 2013 11:03 am
Forum: Open Source Nagios Projects
Topic: How to set alerts when the values goes below the range
Replies: 7
Views: 5521

Re: How to set alerts when the values goes below the range

THis is the command I'm looking for.

check_stuff -w10: -c20 Critical if "stuff" is over 20, else warn if "stuff" is below 10 (will be critical if "stuff" is less than 0)

Thank you very much.
by prashanthm88
Fri Oct 04, 2013 4:08 pm
Forum: Open Source Nagios Projects
Topic: How to set alerts when the values goes below the range
Replies: 7
Views: 5521

How to set alerts when the values goes below the range

I want to send notifications when the values goes below the assigned range.

Example:

No of VPN connections connected to a router is "3". I want to send notification if the values changes to "2" , "1" or "0".

Thank You.
by prashanthm88
Thu Aug 08, 2013 10:52 am
Forum: Nagios XI
Topic: SNMP configuration on cisco ASA 5500 series
Replies: 30
Views: 13966

Re: SNMP configuration on cisco ASA 5500 series

I got same OID's from Solarwinds web portal and I checked in Cisco web site too. I ran snmwalk with -On" command it showed the same OID which I used in check_snmp. Please check the screen shot for the device OID. BTW when I used the MIB, it worked. I may sound little confused but please look at...
by prashanthm88
Wed Aug 07, 2013 12:55 pm
Forum: Nagios XI
Topic: SNMP configuration on cisco ASA 5500 series
Replies: 30
Views: 13966

Re: SNMP configuration on cisco ASA 5500 series

Thanks for the reply.

I found two OID's from Solarwinds portal.I don't know which one belongs to which device, so I ran the same commands with both OID's.I got same error as output.

Please look at the output screen

Thanks
by prashanthm88
Wed Aug 07, 2013 8:33 am
Forum: Nagios XI
Topic: SNMP configuration on cisco ASA 5500 series
Replies: 30
Views: 13966

Re: SNMP configuration on cisco ASA 5500 series

I ran the script and got a message

"SNMP CRITICAL - * = No Such Object available on this agent at this OID"

Please look at the screenshot for better answer.
by prashanthm88
Tue Aug 06, 2013 2:07 pm
Forum: Nagios XI
Topic: SNMP configuration on cisco ASA 5500 series
Replies: 30
Views: 13966

Re: SNMP configuration on cisco ASA 5500 series

Thanks for the reply. Please don't mind if my questions look simple, I'm very new to nagios and never used it before. I copied view text config file and attached to this mail. Please look at the file and let me know if I need for any changes. The command I used so far. snmpget -v 3 -a MD5 -x AES -u ...
by prashanthm88
Tue Aug 06, 2013 1:05 pm
Forum: Nagios XI
Topic: SNMP configuration on cisco ASA 5500 series
Replies: 30
Views: 13966

Re: SNMP configuration on cisco ASA 5500 series

Can any one help me!!!