|
From: Carsten F. <ma...@db...> - 2004-11-18 15:23:10
|
Greatings, I configured PerfParse with a simple ./configure Maybe an interesting part of the output is this one: --------------- checking for gdlib-config... no configure: WARNING: Could not find gdlib-config. You will have to specify the options manually in CFLAGS and LDFLAGS when running make ... Configuration options: Using glib2.0: 2.4.7 --------------- I thought it's not that horrible, cause he told me to use 2.4.7 So I compiled it with make (all?) No errors occured. Now Nagios saves me every incoming service status in my MySQL-Database. But only in the table perfdata_service_raw. Why not in perfdata_service_bin and perfdata_service_metric? The file perfgraph.cgi works fine too, but no graphs were created. To do this, I should start the /usr/local/bin/perfparse.sh I edited the file, cause some errors occured - files didn't exist, so I added them manualy to the script: ERROR_LOG="/usr/local/etc/perfparse.log" NAGIOS_LOCK_FILE="/usr/local/nagios/var/nagios.lock" PERF_FILE="-" These values are okay (are they?) and no errors any longer. But it doesnt create any picture (graphs) and I don't know, how this short code of the script would be able to do this... Quintessence: Everything works fine, but picture-generator and I didn't receive any error messages. PS: pp/database/version 0.15 pp/perfparse/version 0.103.1 pp/perfparse/compilation date Nov 18 2004 10:27:02 pp/uname/sysname Linux (Debian Sarge) pp/uname/nodename badmax.mt.einsundeins.de pp/uname/release 2.6.7-1-686 pp/uname/version #1 Thu Jul 8 05:36:53 EDT 2004 pp/uname/machine i686 Any ideas? Thanks a lot for now Carsten |