We have recently upgraded to Cloverleaf 5.8 from 5.3 on Windows and are having some problems with the alerts.
What I am trying to do is fire an alert every time a new message is added to the error database. I was hoping this could be achieved by using the error count alert and setting the comparison to diff. This alert seems to fire every time a message is added to the error database as expected. Unfortunately the alert also fires every time the alert file is reloaded or the monitor daemon restarted. This even happens when there are no errors in the database.
Does anybody know of a way of stopping this alert being fired in these cases?
The code in the alert file is;
{ALERT
{ NAME PathologyError }
{ VALUE errs }
{ SOURCE PATH }
{ WITH -1 }
{ COMP diff }
{ FOR once }
{ WINDOW */*/*/* }
{ ACTION {
{ notify {} }
} }
}
I have also tried the error database alert and get the same results.
Cheers,
Graham[/b]