How can I make complex trigger like: cpu usage >90% AND ram usage >80%

I need recieve ONE notification about it.


Article Comments

Sorry, notifications cannot be combined via logical operators. You could create a Sensor Factory Sensor that has the following status definition:

status(2031) AND status(2044)

The numbers represent the corresponding sensor IDs. Use the sensor limits to make the sensors go down at the respective values.


Kind regards,
Stephan Linke, Tech Support Team


Apr, 2018 - Permalink