I'm a little bit confused about configuration triggers with min and max functions.
All I want is that one of these triggers get active when the checks are failed for the last minimum 3 times.
Trigger A:
{APC:ftp.max(#3)}#1
1=Service running
0=Service stopped
Trigger B:
{WindowsServer:service_state[AVP].min(#3)}#0
0=Service running
6=Service stopped
These configuration works now perfect, but why I must take the min-function for trigger B and not the max-function?
All I want is that one of these triggers get active when the checks are failed for the last minimum 3 times.
Trigger A:
{APC:ftp.max(#3)}#1
1=Service running
0=Service stopped
Trigger B:
{WindowsServer:service_state[AVP].min(#3)}#0
0=Service running
6=Service stopped
These configuration works now perfect, but why I must take the min-function for trigger B and not the max-function?