collectd-nagios: Use `libcollectdclient' and various improvements.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 26 Oct 2008 22:09:27 +0000 (23:09 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 8 Nov 2008 15:54:54 +0000 (16:54 +0100)
commitd1125cb9d1bbe3bd77f90366bf64b44904f69e54
treebbfebe82f34553ac409123f749ed1029a99447bc
parent2090dc52cf05a0b05e5d31f1f47737a2be4006e5
collectd-nagios: Use `libcollectdclient' and various improvements.

The improvements include:
- Copyright and license header.
- More consistent output.
- Frees some more memory that was allocated..
- Better standards compliance.
- Make all functions `static' (except `main', of course).
- Use `%g' instead of `%lf' to print floating point values.
src/Makefile.am
src/collectd-nagios.c