Hello,
I have the following trigger :
When it get triggered it sends an alert which contains the following text :
As you can see the value is lower than the trigger settings hence my question .. why is this and how can i fix ?
The email settings are :
Thank you !
I have the following trigger :
Code:
"Average Processor load is too high on {HOST.NAME} {Template OS Linux:system.cpu.load[percpu,avg1].avg(15m)}>0.9"
Code:
Date: 05:10:14 on 2019.01.19 Host: xxxxxx Processor load is too high on xxxxxx value : [B]0.5925[/B]
The email settings are :
Code:
Date: {EVENT.TIME} on {EVENT.DATE}
Host: {HOST.NAME}
{TRIGGER.NAME} value : {{HOST.HOST}:{ITEM.KEY}.last()}
Comment