Hi,
We would like to generate port link state alarms for wich the severity depends on an extra parameter that is updated on the fly by an automation script.
The parameter used in the condition has the following values: Mon-Wa, Mon-Mi, Mon-Ma, Mon-C.
In the example we describe here the parameter has the value Mon-C, which should create a critical alarm for a port that has a link status not equal to 'Up'.
Each condition maps on the corresponding severity.
This seems to work fine during several actions (update 'Port Monitored' param via automation/manual, restart element, ...).
Only if we update/apply the alarm template the severity of the alarm falls back to 'Warning' and is set to 'Critical' after a couple of seconds.
The question is how this conditional monitoring should work with multiple lines?
Hi Tom,
In the condition column you need to specify for which state the line will be disabled.
So in case you select B, from options A, B, C and D that you can set on a row, your condition should be something like below:
row is equal to A
OR row is equal to C
OR row is equal to D
In general you'll have to add every option for which you don't want to have that specific alarm rule enabled.