|
From: Carsten F. <ma...@db...> - 2004-11-19 08:44:47
|
Hi,
> Do you have gd installed ? (gd and gd-devel if you are using packages)
> If yes, what version ?
I am that stupid!! I've installed libglib*! Don't ask me why...
Now ./configure doesn't give me any bad output, make (install) works
fine and everything works as before. That's great.
> Probably because your plugins don't output performance data ? I let Ben or somebody else
> help you on that : I'm quite bad to help on that subject :)
So let me ask in this way: How do I generate performance data? My
current scripts for nrpe (add on for nagios for remote hosts) only gives
me a human readable output. Maybe that's the _mistake_?!
Maybe for your interest: this is the only addition I did to my
nagios-config-files:
define command{
command_name process-service-perfdata
command_line /usr/bin/printf "%b"
"$TIMET$\t$HOSTNAME$\t$SERVICEDESC$\t$OUTPUT$\t$SERVICESTATE$\t$PERFDATA$\n"
| $USER2$/bin/perfparse-log2db -c $USER2$/etc/perfparse.cfg
}
Is this sufficient?
Thanks folks
Carsten
|