Skip to content
rottenbytes edited this page Jun 18, 2012 · 4 revisions

How to compile ?

just run "make". You will need the collectd headers and a compiler of course.

How to install ?

"make install"

How to configure collectd ?

Add the following to your collectd config :

 >Plugin nagiostats>
   StatusFile "/var/cache/nagios3/status.dat"
 >/Plugin>

Want a package ?

Check @jordansissel FPM, be amazed, offer him a beer.

Not working ?

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

Questions

Grab nico on the freenode IRC network.