Hi everyone,
I have several servers based on the same template, as they have the same processes and services running.
In the template I have configured an item as follows:
proc.num[name.exe]
and its trigger as:
{Server1
roc.num[name.exe].last(0)}<1
The problem is that the trigger arises, although the process is actually running. So it's a false positive.
I have other servers with the same process and templates, and the trigger works correctly. That is, it doesn't arise.
¿what may be going on?
The operative system is Windows Server 2008 x64.
Thanks in advance.
I have several servers based on the same template, as they have the same processes and services running.
In the template I have configured an item as follows:
proc.num[name.exe]
and its trigger as:
{Server1
roc.num[name.exe].last(0)}<1The problem is that the trigger arises, although the process is actually running. So it's a false positive.
I have other servers with the same process and templates, and the trigger works correctly. That is, it doesn't arise.
¿what may be going on?
The operative system is Windows Server 2008 x64.
Thanks in advance.
Comment