Hello:
I have the following 2 custom triggers
If the CPU Load goes from 00.x to 10, I and the client get 2 notifications.
The problem now becomes do I use hysteresis or a dependency to eliminate the Warning if the CPU Load goes to the Critical threshold?
Or is there another way?
I of course, am only summarily acquainted with hysteresis, so I would need a replacement trigger and an indication of which one it would replace.
Thank you all for your time.
I have the following 2 custom triggers
Code:
CPU Load on {HOSTNAME} - Warning - {HOSTNAME:system.cpu.load[].last(0)}>6
CPU Load on {HOSTNAME} - Critical - {HOSTNAME:system.cpu.load[].last(0)}>10
The problem now becomes do I use hysteresis or a dependency to eliminate the Warning if the CPU Load goes to the Critical threshold?
Or is there another way?
I of course, am only summarily acquainted with hysteresis, so I would need a replacement trigger and an indication of which one it would replace.
Thank you all for your time.
Comment