monit-general
[Top][All Lists]
Advanced

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

Re: How to watch file content tests for several events in the same cycle


From: Marcus Mülbüsch
Subject: Re: How to watch file content tests for several events in the same cycle?
Date: Mon, 30 Sep 2019 12:11:38 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1

Hello Tino, hello list,

I "feared" as much. As usual, a script is the way to go. Alas, I was hoping for something ready-to-go.

   (Not that writing a script is taht difficult.)

Marcus

> Am 26.09.2019 um 12:25 schrieb Tino Hendricks:
Marcus,

my suggestion as usual pleas for use of a script, because I don’t think monit 
can do what you need out of the box.

Something like

if [[ $((`tail -3 /var/log/log_to_watch | grep CRITICAL | wc -l`)) -gt 1 ]] ; 
then …

might be a way to go?

Take care

Tino

Am 26.09.2019 um 11:11 schrieb Marcus Mülbüsch <address@hidden>:

Hello all,

the following lines alert me if the logfiles contains 2 Criticals in 2 minutes 
and ignores single Crits:

check file log_to_watch with path /var/log/log_to_watch
  if match "CRITICAL" for 2 times within 2 cycles then alert

However, my Crits mostly happen in the same second. I can safely ignore a 
single one, but want monit to alert me if several happen at once (or in short 
succession). The above lines does not do that.

Unfortunately I can't figure out how to proceed. Is there a way?

Any suggestion would be highly appreciated.

Marcus





--

Marcus Mülbüsch
Systemadministration

fon: +49 (0)208 9898 98-49
fax: +49 (0)208 9898 98-949
_______________________________________

AS-Infodienste GmbH
Timmerhellstr. 39
45478 Mülheim

mail: address@hidden
web: www.as-infodienste.de

Kontakt zum Telefonsupport für
Servicerufnummern:    +49 (0)208 9898 98-11
Telefonsekretariat:   +49 (0)208 9898 98-12
Telefonkonferenzen:   +49 (0)208 9898 98-17

Unternehmenszentrale:
fon: +49 (0)208 9898 98-00
fax: +49 (0)208 9898 98-900
_______________________________________

Unternehmensangaben:

Die AS-Infodienste GmbH ist im
Handelsregister des AG Duisburg
unter HRB 16061 registriert.

Geschäftsführer:
Andreas Schlacht

USt.-ID: DE 813295188
St.-Nr.: 120/5742/0589

Unsere Datenschutzerklärung finden Sie hier:
http://www.as-infodienste.de/datenschutz/
_______________________________________

Wir nutzen klimafreundlichen Ökostrom
von NATURSTROM. Damit leisten wir
einen Beitrag zum Umweltschutz.



reply via email to

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