Xymon Mailing List Archive search

rrd problems on hobbit-4.2.beta.20060605

list Joe Sloan
Sun, 11 Jun 2006 01:09:05 -0700
Message-Id: <user-42c3499e0458@xymon.invalid>


Henrik Stoerner wrote:
The most common reason for graphs not appearing appears to be that the
CGI program generating the graphs cannot find one of the libraries it
needs (the rrdtool "librrd.so.*" library). Or if you have installed
a newer version of rrdtool yourself, but the older version is still
available elsewhere on your system.

Try this: Do an "su - www-data" (or whatever userid your webserver
uses) to get the real environment setup. Then run

   REQUEST_METHOD=GET SCRIPT_NAME="hobbitgraph.sh" \
   QUERY_STRING="host=toro&service=bbd&action=view&graph=hourly" \
   ~hobbit/cgi-bin/hobbitgraph.sh
In the hours since I posted this, most of the graphs have showed up.

I had been concentrating on the "process" graph however, which hasn't
appeared, but I now realize that it's probably for the same reason that the
"procs" page is grey, and displays a "no process checks defined" notice.
(slaps forehead)

I'll configure process checks and that should cause the graphs to appear.

In short, it all seems to be working even better than I originally thought.

Sorry for the noise on the list.

Joe