Alert Check - Monitoring Cisco Stack Redundancy
Hello,
I was wondering if anyone could help me write a better alert checker to determine if a Cisco stack has a missing member. Occasionally, one member of a stack will fail, but the stack continues to operate so it's not in a "down" state. I would like to get a notification when that happens.
I am currently monitoring all stack ports, but any unused stack ports show "down" as well, so I'm looking for a better solution. [image: image.png]
I would like to use another status indicator such as "stack is redundant" or "stacking state":
[image: image.png]
Perhaps cswRingRedundant ? [image: image.png]
Could anyone assist me with how to construct an alert check to accomplish this?
Thanks!
Hello, Try making a Status alert with “status_event ne ok” and Status Type in Cisco-stackwise-switch-state.
[cid:98278954-4B61-4A56-A8CE-29AEA9C8DC62]
Anthony Pisano | Network Design Engineer | IMSS anthony.pisano@caltech.edumailto:anthony.pisano@caltech.edu | (626) 395-4255tel:(626)%20395-4255 | Caltech | caltech.eduhttp://caltech.edu/
On Aug 31, 2020, at 5:07 AM, Mezzadri, Steven via observium <observium@observium.orgmailto:observium@observium.org> wrote:
Hello,
I was wondering if anyone could help me write a better alert checker to determine if a Cisco stack has a missing member. Occasionally, one member of a stack will fail, but the stack continues to operate so it's not in a "down" state. I would like to get a notification when that happens.
I am currently monitoring all stack ports, but any unused stack ports show "down" as well, so I'm looking for a better solution. <image.png>
I would like to use another status indicator such as "stack is redundant" or "stacking state":
<image.png>
Perhaps cswRingRedundant ? <image.png>
Could anyone assist me with how to construct an alert check to accomplish this?
Thanks! -- Steven Mezzadri Network Engineer _______________________________________________ observium mailing list observium@observium.orgmailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Thanks! That worked perfectly!
On Mon, Aug 31, 2020 at 10:54 AM Pisano, Anthony D. < anthony.pisano@caltech.edu> wrote:
Hello, Try making a Status alert with “status_event ne ok” and Status Type in Cisco-stackwise-switch-state.
*Anthony Pisano* | Network Design Engineer | IMSS anthony.pisano@caltech.edu | (626) 395-4255 <(626)%20395-4255> | Caltech | *caltech.edu http://caltech.edu/*
On Aug 31, 2020, at 5:07 AM, Mezzadri, Steven via observium < observium@observium.org> wrote:
Hello,
I was wondering if anyone could help me write a better alert checker to determine if a Cisco stack has a missing member. Occasionally, one member of a stack will fail, but the stack continues to operate so it's not in a "down" state. I would like to get a notification when that happens.
I am currently monitoring all stack ports, but any unused stack ports show "down" as well, so I'm looking for a better solution. <image.png>
I would like to use another status indicator such as "stack is redundant" or "stacking state":
<image.png>
Perhaps cswRingRedundant ? <image.png>
Could anyone assist me with how to construct an alert check to accomplish this?
Thanks!
Steven Mezzadri Network Engineer _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Hi,
You need to create something like this : (ignore the colours)
http://web.observium.org/~adama/snaps/chrome_2020-09-01_04-58-31.png http://web.observium.org/~adama/snaps/chrome_2020-09-01_04-58-31.png
You want to alert when status_name = false (the translated value from the device) and match the cisco-stackwise-redundant-state status type attribute in the associations.
At the moment it doesn’t seem like the entity system for status understands the mib/oid attributes, I’ll have to look at that, otherwise you’d have matched it that way instead of the older “type”. MIB/OID is shown in the status table where it’s known.
http://web.observium.org/~adama/snaps/chrome_2020-09-01_04-49-34.png
You can get the type by guessing, since it’s usually obvious, or checking in the poller output :
http://web.observium.org/~adama/snaps/putty_2020-09-01_04-52-53.png
adam.
From: observium observium-bounces@observium.org On Behalf Of Mezzadri, Steven via observium Sent: 31 August 2020 13:07 To: observium@observium.org Cc: Mezzadri, Steven mezzadrist@northvilleschools.org Subject: [Observium] Alert Check - Monitoring Cisco Stack Redundancy
Hello,
I was wondering if anyone could help me write a better alert checker to determine if a Cisco stack has a missing member. Occasionally, one member of a stack will fail, but the stack continues to operate so it's not in a "down" state. I would like to get a notification when that happens.
I am currently monitoring all stack ports, but any unused stack ports show "down" as well, so I'm looking for a better solution.
I would like to use another status indicator such as "stack is redundant" or "stacking state":
Perhaps cswRingRedundant ?
Could anyone assist me with how to construct an alert check to accomplish this?
Thanks!
participants (3)
-
Adam Armstrong
-
Mezzadri, Steven
-
Pisano, Anthony D.