Hi Sean. The anti-flapping recovery expression discussed at 4:47 does not work for me on 7.0LTS. I have left the problem expression alone and have been stopping the agent instead but can't get anti-flapping to work with agent.ping nodata(), despite having tried a variety of recovery expressions. Any ideas? Cheers. Great course by the way!
I can't see any reason why it shouldn't work as shown in the video. Note that in the video, I am editig a template and not a host trigger directly. Eg, For the "Windows Basic" template, the expression is written as, nodata(/Windows Basic/agent.ping,1m)=1 and for a host, it is for example, nodata(/SBCODE-DESKTOP/agent.ping,1m)=1
Hi Sean. The anti-flapping recovery expression discussed at 4:47 does not work for me on 7.0LTS. I have left the problem expression alone and have been stopping the agent instead but can't get anti-flapping to work with agent.ping nodata(), despite having tried a variety of recovery expressions. Any ideas? Cheers. Great course by the way!
I can't see any reason why it shouldn't work as shown in the video. Note that in the video, I am editig a template and not a host trigger directly.
Eg, For the "Windows Basic" template, the expression is written as,
nodata(/Windows Basic/agent.ping,1m)=1
and for a host, it is for example,
nodata(/SBCODE-DESKTOP/agent.ping,1m)=1
@@sbcode Thanks Shaun, I will go through the video again and doublecheck my implementation. Cheers.