R: R: Notify on sigle events

Stephan Janosch stephan.janosch at interface-business.de
Thu Jan 20 09:11:51 CET 2005


Marco Borsani wrote:
> -}> Well, my customer want to receive notifications every time some
> -}particular
> -}> strings are written inside that log file.
> -}> Probably Nagios can not do this ....
> -}
> -}Yes, certainly it can and there are plugins that do it. I know of at
> -}least three check_log plugins that are included with the standard
> -}plugins distribution --
> -}
> -}./plugins-scripts/check_log.sh
> -}./plugins-scripts/check_log
> -}./contrib/check_log2.pl
> -}
> -}Read the scripts to see what each is capable of and how to use them and
> -}choose the one that suits your needs. Failing that, and it should work
> -}for you, you could always use the guide on SNMP trap integration as an
> -}alternative method as they both have similar requirements --
> -}
> -}http://nagios.sourceforge.net/docs/2_0/int-snmptrap.html
> -}
> -}I would encourage you to use the check_log scripts though as the latter
> -}method is really overkill.
> -}
> -}--
> -}Marc
> -}
> 
> Well, I know check_log plugin but it still "change the status" when match
> the "pattern" (third arguments of the check_log) in Critical and back to
> normal if nothing change inside the log file.
> The problem is that I need to send only one notification when match the
> "pattern" but mainteining the OK status.
> 
> Marco

Ah okay. Notifications are only sent out, if a status goes to WARNING OR 
CRTITCAL. So you need a plugin which changes its status otherwise you 
won't get a notification. If you don't want a state change in nagios, 
you can still setup a cron job.

It looks like, a cron job in cunjunction with a small shell script 
around check_log2.pl fits your needs much better, than nagios.

Another question: Why is it so important to maintain OK status? Where is 
the problem, if the state changes?



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list