Have a couple of cisco switches (catalyst and nexus) that i want to create such alerts for.
Do not see any pre-defined alerts for these.
I see fan failure for one of the devices under node for that device but yeah want to receive alerts.
Thank you
Here is an example using the Hardware Health Sensors. Another method could possibly be to set up a Syslog alert as most switches also send syslogs for fan failures as well.
Here are some variables for the alert message
Alert - Fan status ${N=SwisEntity;M=Status;F=Status} on ${N=SwisEntity;M=FullyQualifiedName} Entity - ${N=SwisEntity;M=HardwareUnitDescription} Value - ${N=SwisEntity;M=UniqueName}
${N=Alerting;M=AlertTriggerTime;F=DateTime}.
Object details here: ${N=SwisEntity;M=DetailsUrl}.
thanks will try these out and see if they work