Hi,
I have a command-alarm that greps a logfile for the word 'error'.
my settings in the alarm says
Service prog {
...
...
command: grep 'error' somfile.log
expect:
retries: 3
...
}
Which should mean that if no text is returned, then the alarm should
stay green right ??
Is this the proper setting for that behavior ?
THanks
Ivan G.