I'm monitoring uplinks on switches.
I have the following trigger.
Uplink Interface {ITEM.NAME} status on {HOST.HOST} went down!!!
{cdm-3560g:ifOperStatus["GigabitEthernet0/47"].last()}<>1 or {cdm-3560g:ifOperStatus["GigabitEthernet0/48"].last()}<>1 or {cdm-3560g:ifOperStatus["Port-channel1"].last()}<>1
Will this work or Is it better to have separate triggers for each port?
I have the following trigger.
Uplink Interface {ITEM.NAME} status on {HOST.HOST} went down!!!
{cdm-3560g:ifOperStatus["GigabitEthernet0/47"].last()}<>1 or {cdm-3560g:ifOperStatus["GigabitEthernet0/48"].last()}<>1 or {cdm-3560g:ifOperStatus["Port-channel1"].last()}<>1
Will this work or Is it better to have separate triggers for each port?
Comment