Hello, thanks for you quick response. I will have a look on M/Monit if it's a solution for us.
Best regards, Bernhard -----Ursprüngliche Nachricht----- Von: [email protected] [mailto:[email protected]] Im Auftrag von Martin Pala Gesendet: Donnerstag, 2. September 2010 21:46 An: This is the general mailing list for monit Betreff: Re: Internal HTTP Server Hi, the event queue is designed to retry events which cannot be delivered for some reason (such as temporary network problems) - the event can be limited in size, but in such case new events which will exceed the quota will be dropped (old events are kept so the admin can see the beginning of the problem). The events are stored as individual files (removed automatically when delivery succeeded), so you can have cron job which will purge it. Monit http interface doesn't provide access to the event queue. Another option can be to use M/Monit (http://www.mmonit.com) to centrally manage Monit agents including their events - Monit then sends events to M/Monit which stores it and allows further processing per custom rules (including mail notification, instant messaging notification, program execution in next release). Events page screenshot: http://www.mmonit.com/screenshots/mmonit_events.html Regards, Martin On Sep 2, 2010, at 12:07 PM, Bernhard Suttner wrote: > Hi, > > I want to monitor some services but email notification is not possible > because some servers does not have a email connection. Therefore I want to > use the eventqueue to store the events only. I thought, that the internal > HTTP server does show all the events but this is not the case. Is it somehow > possible to show them? Maybe a configuration option or something like that? > > Thanks in advance! > > Best regards, > Bernhard > > Bernhard Suttner > Senior Entwickler > Entwicklung > _______________________ > > Winet Network Solutions AG > Täfernstrasse 2a > CH-5405 Baden-Dättwil > > E-Mail Winet: [email protected] > E-Mail pers.: [email protected] > Voice: +41 56 470 4626 > Fax: +41 56 470 4627 > > > > -- > To unsubscribe: > http://lists.nongnu.org/mailman/listinfo/monit-general -- To unsubscribe: http://lists.nongnu.org/mailman/listinfo/monit-general -- To unsubscribe: http://lists.nongnu.org/mailman/listinfo/monit-general
