Hi there,
I try to create email alert if last 4 values = error and last one = error (not normal)
But I always get email alert when first value = error
My trigger:
{Templ_Monitoring:check_adp[C:\Monitoring.xml].count(#4,Error,eq)}=1 and {Templ_Monitoring:check_adp[C:\Monitoring.xml].count(#1,Error,eq)}=1
and Latest Data:
Seems like a bug?
Dmitry
I try to create email alert if last 4 values = error and last one = error (not normal)
But I always get email alert when first value = error
My trigger:
{Templ_Monitoring:check_adp[C:\Monitoring.xml].count(#4,Error,eq)}=1 and {Templ_Monitoring:check_adp[C:\Monitoring.xml].count(#1,Error,eq)}=1
and Latest Data:
| 2018-12-25 11:46:55 | Error |
| 2018-12-25 11:43:54 | Normal |
| 2018-12-25 11:40:54 | Normal |
| 2018-12-25 11:37:54 | Normal |
Dmitry
Comment