Hi All, We are trying to determine the correct trigger for a process monitor. The linux process we are monitoring shows there are 2 processes running using the the same name
.
proc.num[,,,/alerts]
Shown in the Latest data - sxxuroxa01p_alerts 05/21/2021 12:48:50 PM 2
If we use the following trigger statement, if both processes stop then the alert will trigger.
{sxxuroxa01p
roc.num[,,,/alerts].max(60)}=0
If we want an alarm when just 1 of the 2 processes stops, what would be the correct trigger configuration?
Would it be : {sxxuroxa01p
roc.num[,,,/alerts].max(60)}=1
Thanks In Advance
.
proc.num[,,,/alerts]
Shown in the Latest data - sxxuroxa01p_alerts 05/21/2021 12:48:50 PM 2
If we use the following trigger statement, if both processes stop then the alert will trigger.
{sxxuroxa01p
roc.num[,,,/alerts].max(60)}=0If we want an alarm when just 1 of the 2 processes stops, what would be the correct trigger configuration?
Would it be : {sxxuroxa01p
roc.num[,,,/alerts].max(60)}=1Thanks In Advance
Comment