-
Notifications
You must be signed in to change notification settings - Fork 4
Home
rottenbytes edited this page Jun 18, 2012
·
4 revisions
just run "make". You will need the collectd headers and a compiler of course.
"make install"
Add the following to your collectd config :
>Plugin nagiostats> StatusFile "/var/cache/nagios3/status.dat" >/Plugin>
Check @jordansissel FPM, be amazed, offer him a beer.
You can enable debug at compile time ! Modify the Makefile to change
CFLAGS=-I${INCLUDEDIR} -Wall -Werror -g -O2
into
CFLAGS=-I${INCLUDEDIR} -Wall -Werror -g -O2 -D__DEBUG__
and check the logs, you should see insightfull informations
Grab nico on the freenode IRC network.