aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2022-10-19release v2.3.2Gravatar Sven Nierlein
2022-01-23Point to Icinga Exchange instead of dead Monitoring Exchange (#1737)Gravatar Lorenz
2020-12-09Prepare the release docu for 2024 when we release 2.4Gravatar Jan Wagner
2020-01-30Revert "simplify documentation"Gravatar DaTa
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 documentationGravatar datamuc
"first" + "second to last" is every line right?
2016-11-29doc/RELEASING.md: Update command line for taggingGravatar Holger Weiss
2016-11-29doc/RELEASING.md: Fix a typoGravatar Holger Weiss
2016-11-29doc/RELEASING.md: Apply more cosmetic changesGravatar Holger Weiss
2016-11-29doc/RELEASING.md: Don't forget to commit NEWSGravatar Holger Weiss
2016-11-29doc/RELEASING.md: Apply more formatting fixesGravatar Holger Weiss
2016-11-29doc/RELEASING.md: Clarify name of remote repoGravatar Holger Weiss
2016-11-29doc/RELEASING.md: Fix code blocks within listsGravatar Holger Weiss
Code blocks within lists must be indented with eight spaces.
2016-11-29doc/RELEASING.md: Use HTML-style commentGravatar Holger Weiss
2016-11-29Rewrite doc/RELEASING notesGravatar Holger Weiss
Update the documentation on creating a Monitoring Plugins release, and convert it to Markdown.
2015-10-08fix guidelines docbook syntaxGravatar Sven Nierlein
no newlines allowed after </para>
2015-10-08doc/developer-guidelines.sgml: Add missing tagGravatar Holger Weiss
2015-10-04use exit code 3 for version and helpGravatar Sven Nierlein
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>
2015-04-13Update RELEASINGGravatar Elan Ruusamäe
fix some typos.
2014-12-01Fixing and removing outdated informationGravatar Jan Wagner
2014-12-01We are now monitoring-pluginsGravatar Jan Wagner
2014-01-19Project rename initial commit.Gravatar Monitoring Plugins Development Team
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 URLGravatar Holger Weiss
Fix the Test::Simple tutorial URL.
2013-10-28developer-guidelines.sgml: Remove Tinderbox linkGravatar Holger Weiss
We don't run a Tinderbox instance anymore. (Noted by "zathras" on IRC.)
2013-10-02tools: Update CVS referencesGravatar Jan Wagner
We moved our stuff from CVS/SourceForge to Git/GitHub.
2013-10-02doc: Updated CVS referencesGravatar Jan Wagner
We moved our stuff from CVS/SourceForge to Git/GitHub.
2013-09-25developer-guidelines.sgml: Normalize spellingGravatar Holger Weiss
- 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 yearGravatar Holger Weiss
We touched the Development Guidelines this year.
2013-08-22developer-guidelines.sgml: Multiline outputGravatar Holger Weiss
Document the multiline output format properly. Thanks to Jochen Bern for providing this patch.
2013-08-21developer-guidelines.sgml: Allow special value "U"Gravatar Holger Weiss
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 entryGravatar Sven Nierlein
2012-12-03Table 4 example 5 updatedGravatar palli
Description did not specify that it condition is critical if "stuff" is less than zero.
2012-12-03Description for table4 example7Gravatar palli
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 exampleGravatar Pall Sigurdsson
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.
2012-11-07Fix sfwebcron probe fileGravatar Thomas Guyot-Sionnest
The initial file was created in the user's home and later tested in the doc directory. Instead, just rsync if the file is missing. Also add some temporary files to gitignore/make clean
2010-03-15Corrected exampleGravatar Ton Voon
2009-11-18Update developer guideline regarding CVS CommitsGravatar Thomas Guyot-Sionnest
(mostly for testing my snapshot script, though it had to be updated anyway)
2009-09-24Updated documentation re: no equals sign and single quoteGravatar Ton Voon
2009-09-19Update RELEASING document with proper tag creation and push commandsGravatar Thomas Guyot-Sionnest
2009-07-23Add accidentally removed line plus a note about the web copyGravatar Thomas Guyot-Sionnest
2009-07-23Merge changes from webGravatar Thomas Guyot-Sionnest
2009-07-17Updated links for exchange.nagios.orgGravatar Ton Voon
2009-05-19Talk about Git instead of CVSGravatar Holger Weiss
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 requirementsGravatar Holger Weiss
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>
2009-02-06Devel doc: NP-VERSION-GEN needs to be updated as wellGravatar Thomas Guyot-Sionnest
2009-02-06Update the devel notes for GitGravatar Thomas Guyot-Sionnest
2009-02-06Revert "Moving project administration documents to nagiosplugins.org site"Gravatar Thomas Guyot-Sionnest
This reverts commit f4a52594818e7c3634a397ac1f86ef87a68bd121.
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningGravatar Thomas Guyot-Sionnest
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 linkGravatar Ton Voon
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2080 f882894a-f735-0410-b71e-b25c423dba1c
2008-09-25Moving project administration documents to nagiosplugins.org siteGravatar Ton Voon
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2055 f882894a-f735-0410-b71e-b25c423dba1c
2008-05-27Changed SF file release to use sftp instead of ftpGravatar Ton Voon
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2006 f882894a-f735-0410-b71e-b25c423dba1c