monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

No Alerts


From: Chris Lopeman
Subject: No Alerts
Date: Sat, 17 Apr 2004 10:45:43 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)

I was hoping to setup Monit to issues no alerts on certain checks, just to have it monitor and do restarts.

check process sshd with pidfile /var/run/sshd.pid
       alert address@hidden on {}  # Dont alert
      ............

But that generates a syntax error. Is the right way to accomplish this to alert filter to something that will never happen

check process sshd with pidfile /var/run/sshd.pid
       alert address@hidden on {uid}  # Dont alert
      ............


Thanks,

Chris






reply via email to

[Prev in Thread] Current Thread [Next in Thread]