How to monitor the status of ASA5585 Cluster?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
phyo
Posts: 162
Joined: Sun Dec 01, 2013 10:50 pm

How to monitor the status of ASA5585 Cluster?

Post by phyo »

Hi all,

The customer want to monitor the status of ASA5585 cluster. I found one solution at the below link.
http://www.thedailyadmin.com/2010/06/mo ... uster.html
But when I pulled the information from master unit, I got the following results.

[root@nagios01 ~]$ snmpwalk 192.168.50.84 -c public -v2c 1.3.6.1.4.1.9.9.147.1.2.1.1.1.3.6
SNMPv2-SMI::enterprises.9.9.147.1.2.1.1.1.3.6 = INTEGER: 3
[root@nagios01 ~]$
[root@nagios01 ~]$ snmpwalk 192.168.50.84 -c public -v2c 1.3.6.1.4.1.9.9.147.1.2.1.1.1
SNMPv2-SMI::enterprises.9.9.147.1.2.1.1.1.2.4 = STRING: "Failover LAN Interface"
SNMPv2-SMI::enterprises.9.9.147.1.2.1.1.1.2.6 = STRING: "Primary unit"
SNMPv2-SMI::enterprises.9.9.147.1.2.1.1.1.2.7 = STRING: "Secondary unit (this device)"
SNMPv2-SMI::enterprises.9.9.147.1.2.1.1.1.3.4 = INTEGER: 3
SNMPv2-SMI::enterprises.9.9.147.1.2.1.1.1.3.6 = INTEGER: 3
SNMPv2-SMI::enterprises.9.9.147.1.2.1.1.1.3.7 = INTEGER: 3
SNMPv2-SMI::enterprises.9.9.147.1.2.1.1.1.4.4 = STRING: "not Configured"
SNMPv2-SMI::enterprises.9.9.147.1.2.1.1.1.4.6 = STRING: "Failover Off"
SNMPv2-SMI::enterprises.9.9.147.1.2.1.1.1.4.7 = STRING: "Failover Off"
[root@nagios01 ~]$

I want to know how can I monitor the status of Cluster Status?

Thanks.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: How to monitor the status of ASA5585 Cluster?

Post by tmcdonald »

That entirely depends on what you are looking for when you say "Cluster Status". Are you looking to see how many nodes in the cluster are up? The CPU utilization of the cluster? According to that guide it looks like it is just checking to see if one host has failed over to another. Do you have a MIB for those devices? That might give us a better idea as to what needs to be checked.
Former Nagios employee
phyo
Posts: 162
Joined: Sun Dec 01, 2013 10:50 pm

Re: How to monitor the status of ASA5585 Cluster?

Post by phyo »

Hi tmcdonald,

We want to know Primary ASA is active or standby.
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: How to monitor the status of ASA5585 Cluster?

Post by Box293 »

Have a look at this forum post as I think it covers your exact situation:

http://support.nagios.com/forum/viewtop ... 16&t=29434
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
phyo
Posts: 162
Joined: Sun Dec 01, 2013 10:50 pm

Re: How to monitor the status of ASA5585 Cluster?

Post by phyo »

After contact to CISCO, they replied monitoring clustering status is not support so far. So you can close this case.

Thanks.
Locked