This has probably been asked before I just can't seem to find it. I have looked at the Docs and it is not explained.
What I would like to know are the elements in the Trigger key.
I understand most, the main thing I'd like to know is the section in quotes below.
Item:
Process MS SQL not running on Host.Win32
Trigger:
{Host.Win32
roc_cnt[sqlservr.exe].last("4")}<1
Does the 4 mean that the last 4 readings have to be less than 1? If not, how do you get it to look at the last several values? I am getting quite a bit of false positives and would like to have at least the last 2 values looked at before being paged/emailed.
If this is not the correct way to look at the last values, please help this noob out with the solution.
Thx for any replies.
R.
What I would like to know are the elements in the Trigger key.
I understand most, the main thing I'd like to know is the section in quotes below.
Item:
Process MS SQL not running on Host.Win32
Trigger:
{Host.Win32
roc_cnt[sqlservr.exe].last("4")}<1 Does the 4 mean that the last 4 readings have to be less than 1? If not, how do you get it to look at the last several values? I am getting quite a bit of false positives and would like to have at least the last 2 values looked at before being paged/emailed.
If this is not the correct way to look at the last values, please help this noob out with the solution.
Thx for any replies.
R.
Comment