monitoring-plugins/lib
Holger Weiss 006597a12d Make C plugin output format configurable
The development guidelines¹ currently state that the plugin output
should be in the format "SERVICE STATUS: Information text".  However,
the SERVICE and STATUS information is redundant, as the plugin caller
(e.g., Nagios) should know which SERVICE is checked and the STATUS is
returned via the plugin's exit code.  After discussing² this issue on
the development list, we decided to make the plugin output configurable
at compile time (separately for "normal" and "verbose" output).

¹ http://nagiosplug.sf.net/developer-guidelines.html
² http://thread.gmane.org/gmane.network.nagios.plugins.devel/5155

Signed-off-by: Holger Weiss <hweiss@users.sourceforge.net>
2009-05-10 13:37:35 +02:00
..
tests Make extract_value more generic: 2009-01-26 02:05:21 -05:00
extra_opts.c Removing CVS/SVN tags and replacing with git-based versioning 2008-11-23 05:38:47 +00:00
extra_opts.h np_extra_opts now retain pointers from argv so that plugins can still overwrite sensitive options 2008-04-01 09:31:27 +00:00
Makefile.am Make /lib before /lib/tests to satisfy dependencies (building tests fails on IRIX) 2009-01-13 04:31:30 -05:00
parse_ini.c Return UNKNOWN if none of the default files can be found. 2009-01-22 02:24:39 -05:00
parse_ini.h Typos in comments 2008-08-21 04:17:25 +00:00
utils_base.c Make C plugin output format configurable 2009-05-10 13:37:35 +02:00
utils_base.h Make C plugin output format configurable 2009-05-10 13:37:35 +02:00
utils_cmd.c Removing CVS/SVN tags and replacing with git-based versioning 2008-11-23 05:38:47 +00:00
utils_cmd.h check_procs captures stderr and adds to plugin output. This is 2008-07-08 09:31:04 +00:00
utils_disk.c Removing CVS/SVN tags and replacing with git-based versioning 2008-11-23 05:38:47 +00:00
utils_disk.h Added -i/-I to ignore pathes/partitions based on regular expressions 2007-09-22 17:40:35 +00:00
utils_tcp.c Removing CVS/SVN tags and replacing with git-based versioning 2008-11-23 05:38:47 +00:00
utils_tcp.h Nothing to see here... 2007-11-09 18:24:48 +00:00