Re: [mod-security-users] apache-monitor error
Brought to you by:
victorhora,
zimmerletw
|
From: Ivan R. <iv...@we...> - 2005-02-03 16:34:48
|
Rudi Starcevic wrote: > Hi, > > >> Some things seem to be missing from the output. Do you have > >> ExtendedStatus set to On (in the Apache configuration)? > > Doh .. no I didn't. > This scirpt works fine now, sorry for my stoopid mistake. > > The apache-monitor-graph is not so happy for me though. > Graphs are generated from the dat and rrd files OK but there are no graphs. > The blue bar charts are totally absent. > > Hmm. > I'd like to generate stats for the last hour so I'm using something like: > > ./apache-monitor-graph /root/scripts/httpd/server-status/server1 > /home/www/httpd/server-status 3600 > > This does not show any error and does produce 4 gifs with 1 hour > timeline but no bar charts ... The format of the RRD file has changed. You may need to erase the RRD files to allow the script to re-create them. Looking at the source code, it checks for error after every RRD operation - it's strange that it does not output anything. Are you starting them from the command line? -- Ivan Ristic (http://www.modsecurity.org) |