Hi
I'm collecting data every one minute from UPS (battery capacity in %). It's collecting data correctly, in 'Last data' section I have values from every minute (value=100). I created a trigger that checks if battery is over 99% with PROBLEM event generation mode 'Multiple'. Expression looks like this:
Problems should be fired every minute (every time the data is collected), but intervals between problems are very different - sometimes it's 1 or 2 minutes and sometimes it's more than 20 minutes.
Do you have any suggestions why not all problems trigger even if the value matches the expression?
I'm collecting data every one minute from UPS (battery capacity in %). It's collecting data correctly, in 'Last data' section I have values from every minute (value=100). I created a trigger that checks if battery is over 99% with PROBLEM event generation mode 'Multiple'. Expression looks like this:
| last(/ON-LINE/upsAdvBatteryCapacity)>99 |
Do you have any suggestions why not all problems trigger even if the value matches the expression?