Search found 2 matches
- Wed Sep 07, 2016 8:50 am
- Forum: Open Source Nagios Projects
- Topic: Using Wildcards for monitoring logs.
- Replies: 3
- Views: 1936
Re: Using Wildcards for monitoring logs.
# $Id: check_log2.pl,v 1.2 2005/12/16 18:41:45 harpermann Exp $ # # Log file regular expression detector for Nagios. # Written by Aaron Bostick (abostick@mydoconline.com) # Last modified: 05-02-2002 # # Thanks and acknowledgements to Ethan Galstad for Nagios and the check_log # plugin this is modele...
- Tue Sep 06, 2016 8:23 am
- Forum: Open Source Nagios Projects
- Topic: Using Wildcards for monitoring logs.
- Replies: 3
- Views: 1936
Using Wildcards for monitoring logs.
Hi guys, On my setup i have a nagios alert looking for CRITICAL and ERROR in log files in a certain folder. My current nagios check: # log checks seek_dir = /etc/nagios/logchecks check_path = /usr/lib/nagios/plugins/check_log2.pl /var/log/messages: NOTICE /var/log/example CRITICAL ERROR My question,...