At 08:26 PM 12/26/01 +0100, Philipp Boos wrote: >Hello, > >i've got some problems with the mon.cgi downtime log function, i am >unable to get it work, in the example.cf file is an entry for >/usr/lib/mon/log.d but i didn't habe a log.d in my mon directory.
mon.cgi's downtime log reporting (and subsequently dtquery) only work if downtime logging is enabled in your mon server. Make sure the following directives are in your mon.cf (and that the specified directory exists) and reset the server. # turn on downtime logging dtlogging = yes dtlogfile = /path/to/where/you/want/dt.log Then mon.cgi will show your downtime log entries (assuming you have any). andrew
