Hi,
I am configuring alerts for monitoring logfiles. I am currently looking for 
multiple content in a particular logfile. I would like to be notified at one 
email address for the occurrence of one string and at the global alert 
configuration. Below, I’d like “ERROR” matches to go to the global email. I’d 
like Exception to go to local alert. Currently, I’m getting both alerts to the 
local alert only. I can’t add a second “check file” configuration for that 
logfile (monit errors on that). Is there a way to do this?


#global
set alert mysupportem...@mydomain.com


check file mylog.log with path /mylog.log
     if content =  "ERROR" then alert
     if content =  "Exception" then alert
    alert myph...@mydomain.com<mailto:myph...@mydomain.com>  #local alert



Gordie MacKenzie   |  Integration Specialist  |  Nova Scotia Power
T: 902-428-6924 |  F: 902-428-6114
E: gordie.macken...@nspower.ca<mailto:gordie.macken...@nspower.ca>
www.nspower.ca<http://www.nspower.ca/>
Follow us on Twitter<http://twitter.com/nspowerinc>
[Description: Emera+EE-Signature-NSP.gif]



Canada Anti-Spam Law Notice – To stop receiving commercial electronic messages 
from us, please forward this email to unsubscr...@nspower.ca with the word 
“unsubscribe” in the subject line. | Nova Scotia Power | 1223 Lower Water 
Street, Halifax NS B3J 3S8 | www.nspower.ca

Confidentiality Notice - The email communication is considered confidential
and is intended only for the recipient(s). If you received this email in error,
please contact the sender and delete the email. Unauthorized disclosure or
copying of this email is prohibited.

Attachment Limits - Emera will not accept email larger than 20MB or emails 
containing high risk attachments like ZIP, EXE or others that could contain 
viruses.
If you have a business need to send such an email, please contact the recipient 
for instructions.
-- 
To unsubscribe:
https://lists.nongnu.org/mailman/listinfo/monit-general

Reply via email to