summaryrefslogtreecommitdiffstats
path: root/doc/developer-guidelines.sgml
AgeCommit message (Collapse)AuthorFilesLines
2023-09-12Switch guidelines to use bool instead of int for booleansrefs/pull/1922/headRincewindsHat1-3/+3
2023-09-12Remove note about comments, we will accept // commentsRincewindsHat1-3/+0
2023-04-14Fix a lot of typos reported by codespellrefs/pull/1864/headJan Wagner1-6/+6
2022-01-23Point to Icinga Exchange instead of dead Monitoring Exchange (#1737)Lorenz1-73/+73
2020-01-30Revert "simplify documentation"DaTa1-2/+2
This reverts commit 7693af147926d0eb7369a43070d114b6bd79dc70. Now it is wrong: After reading https://www.naemon.org/documentation/usersguide/pluginapi.html#plugin_output_spec the old wording makes more sense.
2019-11-28simplify documentationdatamuc1-2/+2
"first" + "second to last" is every line right?
2015-10-08fix guidelines docbook syntaxSven Nierlein1-3/+2
no newlines allowed after </para>
2015-10-08doc/developer-guidelines.sgml: Add missing tagHolger Weiss1-1/+1
2015-10-04use exit code 3 for version and helpSven Nierlein1-2/+7
Plugins which use OK state for help or version information may run unnoticed in that modes without doing any check. So its good style to let version and help exit with Unknown state. Signed-off-by: Sven Nierlein <sven@nierlein.de>
2014-01-19Project rename initial commit.Monitoring Plugins Development Team1-26/+26
This is an initial take at renaming the project to Monitoring Plugins. It's not expected to be fully complete, and it is expected to break things (The perl module for instance). More testing will be required before this goes mainline.
2013-10-28developer-guidelines.sgml: Fix URLHolger Weiss1-1/+1
Fix the Test::Simple tutorial URL.
2013-10-28developer-guidelines.sgml: Remove Tinderbox linkHolger Weiss1-5/+0
We don't run a Tinderbox instance anymore. (Noted by "zathras" on IRC.)
2013-09-25developer-guidelines.sgml: Normalize spellingHolger Weiss1-10/+10
- Write "plugin" instead of "plug-in". - Write "development guidelines" instead of "developer guidelines" - Capitalize "Nagios Plugin Development Guidelines".
2013-08-27developer-guidelines.sgml: Update copyright yearHolger Weiss1-3/+3
We touched the Development Guidelines this year.
2013-08-22developer-guidelines.sgml: Multiline outputHolger Weiss1-8/+20
Document the multiline output format properly. Thanks to Jochen Bern for providing this patch.
2013-08-21developer-guidelines.sgml: Allow special value "U"Holger Weiss1-1/+2
Allow a literal "U" to be specified in place of an actual value within the performance data string. An "U" corresponds to RRDtool's "UNKNOWN" value; i.e., it's meant to indicate that data acquisition failed for some reason. PNP4Nagios already supports this extension.
2013-08-21removed duplicate entrySven Nierlein1-4/+0
2012-12-03Table 4 example 5 updatedpalli1-1/+1
Description did not specify that it condition is critical if "stuff" is less than zero.
2012-12-03Description for table4 example7palli1-2/+2
My original patch was based on the online version which was apparently out of date. In the meantime someone changed the description of example7 instead of the example. I think this is better because otherwise example 6 and 7 are basically the same.
2012-12-03Bugfix, fixed a broken command-line examplePall Sigurdsson1-2/+2
The last example in the table contradicted the previous example. Surely it's purpose was to showcase the @ behaviour to invert threshold, but the @ sign was missing. I also clarified the description to the second last example so it is in same style as the others.
2010-03-15Corrected exampleTon Voon1-1/+1
2009-11-18Update developer guideline regarding CVS CommitsThomas Guyot-Sionnest1-2/+2
(mostly for testing my snapshot script, though it had to be updated anyway)
2009-09-24Updated documentation re: no equals sign and single quoteTon Voon1-2/+2
2009-07-17Updated links for exchange.nagios.orgTon Voon1-2/+2
2009-05-19Talk about Git instead of CVSHolger Weiss1-13/+13
Update the Developer Guidelines to reflect the fact that our development is done using Git instead of CVS these days (as noted by Chris Pepper on the "nagiosplug-devel" list). While at it, apply another few minor cleanups. Signed-off-by: Holger Weiss <holger@zedat.fu-berlin.de>
2009-05-19Remove comments regarding former requirementsHolger Weiss1-8/+0
Don't explain why Libtool and Gettext are no longer needed. Libtool actually is a requirement, as (at least) the M4 macros provided by Libtool are needed for our Autotools setup. And the fact that Gettext is no longer needed probably isn't that interesting for new developers. Signed-off-by: Holger Weiss <holger@zedat.fu-berlin.de>
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningThomas Guyot-Sionnest1-2/+2
For contrib/, full tags have been imported from subversion git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2091 f882894a-f735-0410-b71e-b25c423dba1c
2008-11-11Updated tinderbox linkTon Voon1-1/+1
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2080 f882894a-f735-0410-b71e-b25c423dba1c
2007-09-24State that stderr should not have any outputTon Voon1-3/+7
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1796 f882894a-f735-0410-b71e-b25c423dba1c
2007-07-06Added hint to avoid using the boolean type in C as discussed on the devel listMatthias Eble1-0/+4
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1748 f882894a-f735-0410-b71e-b25c423dba1c
2007-01-24Various cleanups in the syncing with gnulibTon Voon1-14/+4
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1581 f882894a-f735-0410-b71e-b25c423dba1c
2007-01-24Sync with gnulib - lots of extraneous code removed in preference to GNU codeTon Voon1-1/+1
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1580 f882894a-f735-0410-b71e-b25c423dba1c
2007-01-20Updated policy on contributed pluginsTon Voon1-2/+17
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1573 f882894a-f735-0410-b71e-b25c423dba1c
2006-12-06Add libtool requirement for developmentTon Voon1-0/+1
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1541 f882894a-f735-0410-b71e-b25c423dba1c
2006-07-31M4 requirement for developer platformTon Voon1-0/+1
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1463 f882894a-f735-0410-b71e-b25c423dba1c
2006-07-27Example ranges (Nathan Vonnahme)Ton Voon1-0/+77
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1458 f882894a-f735-0410-b71e-b25c423dba1c
2006-06-14Updated requirements for development platformTon Voon1-1/+1
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1426 f882894a-f735-0410-b71e-b25c423dba1c
2006-05-30Added libtool files, at version 1.5.22, into CVSTon Voon1-1/+3
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1409 f882894a-f735-0410-b71e-b25c423dba1c
2006-05-24Reminder of no inline variable declarationsTon Voon1-1/+8
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1400 f882894a-f735-0410-b71e-b25c423dba1c
2006-05-19Requirement of automake 1.8.3, as coreutils needs itTon Voon1-1/+1
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1398 f882894a-f735-0410-b71e-b25c423dba1c
2006-05-18Synchronise with coreutils 2.95. Gettext now synced with coreutils,Ton Voon1-4/+8
so no longer development platform requirement git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1394 f882894a-f735-0410-b71e-b25c423dba1c
2006-03-17Added requirement for developer system to have gnu libtoolTon Voon1-0/+1
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1326 f882894a-f735-0410-b71e-b25c423dba1c
2006-02-24Updated doc as tap library is now automatically discoveredTon Voon1-5/+3
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1319 f882894a-f735-0410-b71e-b25c423dba1c
2006-01-31Updated instructions on using libtap as configure option changedTon Voon1-10/+10
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1306 f882894a-f735-0410-b71e-b25c423dba1c
2006-01-30Clearly defined thresholds & ranges in docs. Added get_status routine. AddedTon Voon1-9/+13
set_thresholds routine. Tests enhanced to check new routines git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1304 f882894a-f735-0410-b71e-b25c423dba1c
2006-01-30Added libtap tests for utils.c library functions. Removed redundantTon Voon1-5/+19
test files git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1303 f882894a-f735-0410-b71e-b25c423dba1c
2005-12-15New 3 parameter version of getTestParameters. Updated check_disk.t to reflect.Ton Voon1-0/+47
Added notes re: testing in developer guidelines. git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1298 f882894a-f735-0410-b71e-b25c423dba1c
2005-12-02Support for Nagios 1 and Nagios 2 status files (Gerhard Lausser - 1296242)Ton Voon1-14/+16
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1294 f882894a-f735-0410-b71e-b25c423dba1c
2005-11-18Updated with more detailed description of UNKNOWN statesTon Voon1-10/+6
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1287 f882894a-f735-0410-b71e-b25c423dba1c
2005-11-14Added section re: translationsTon Voon1-0/+19
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1284 f882894a-f735-0410-b71e-b25c423dba1c