Page 1 of 1

conditional alert

Posted: Mon Sep 10, 2012 5:00 am
by theju
Hi,

I'm looking for a way to simply monitor my ethernet interfaces on my SAN :

The problem is that I have 2 controllers on my SAN that are Active/Passive :

I monitor the interface on my switch but Only one of the two is connected to the switch. Actually I always have an error interface and a OK interface

Can I make a service that is OK and return value of 1 of 2 ethernet interface like that :

IF port1 = OK OR port2=OK -> Interface to SAN is OK
Transfert rate = transfert rate of PORT1+PORT2

If it is possible can you tell me how I can do that ?

I don't know if Im very clear ask me if not ...

Thanks for your Help

Theju

Re: conditional alert

Posted: Mon Sep 10, 2012 2:00 pm
by slansing
Okay so if I am understanding this correctly, you would like the check to return OK if only one of the ports is connected, because you are currently getting a CRITICAL if one of the ports is not being used?

Re: conditional alert

Posted: Tue Sep 11, 2012 1:31 am
by theju
Hi slansing ,
This is exactly what I want.

Theju