monit-general
[Top][All Lists]
Advanced

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

Wrong alert messages


From: Thomas Oppel
Subject: Wrong alert messages
Date: Wed, 7 Aug 2002 11:15:28 +0200
User-agent: KMail/1.4.2

'n morning!

yesterday I found a misconfigured monit (release 2.5) on one of my boxes.
The start/stop init file didn't exist. (Well, forgot to rename the config's 
default.) With timeout(3,5) this lead to 4 alert messages, after I had killed 
the certain service:
- one 'Program x restarted' and after that in cycles
- three 'Program x timed out'

The first alert message I consider a bug. Obviously the existence of the 
start/stop file isn't checked, or has no effect. Furthermore a non running 
daemon is annnounced restarted, - which probably should mean up and running, 
too.
The following timeout messages are irritating.

What about something like

        if(!exist(initfile)) alert('ERROR: initfile does not exist.');

for all alerts as in this case?

Greetings,
Leppo.
-- 
Kourentis und Brüggemann
Informationssysteme GbR.
Rheinallee 72 - 53173 Bonn
Tel.  0228 / 3635 07
Fax.  0228 / 3635 09
Mobil 0163 / 5635830




reply via email to

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