Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-02-02 | Updating documentation to new version number | Jan Wagner | 1 | -4/+4 | |
2023-02-01 | Update release doc to recent versions | Jan Wagner | 1 | -3/+3 | |
2022-10-19 | release v2.3.2 | Sven Nierlein | 1 | -3/+3 | |
2022-01-23 | Point to Icinga Exchange instead of dead Monitoring Exchange (#1737) | Lorenz | 1 | -73/+73 | |
2020-12-09 | Prepare the release docu for 2024 when we release 2.4 | Jan Wagner | 1 | -14/+14 | |
2020-01-30 | Revert "simplify documentation" | DaTa | 1 | -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-28 | simplify documentation | datamuc | 1 | -2/+2 | |
"first" + "second to last" is every line right? | |||||
2016-11-29 | doc/RELEASING.md: Update command line for tagging | Holger Weiss | 1 | -1/+1 | |
2016-11-29 | doc/RELEASING.md: Fix a typo | Holger Weiss | 1 | -2/+2 | |
2016-11-29 | doc/RELEASING.md: Apply more cosmetic changes | Holger Weiss | 1 | -5/+4 | |
2016-11-29 | doc/RELEASING.md: Don't forget to commit NEWS | Holger Weiss | 1 | -2/+2 | |
2016-11-29 | doc/RELEASING.md: Apply more formatting fixes | Holger Weiss | 1 | -10/+7 | |
2016-11-29 | doc/RELEASING.md: Clarify name of remote repo | Holger Weiss | 1 | -0/+2 | |
2016-11-29 | doc/RELEASING.md: Fix code blocks within lists | Holger Weiss | 1 | -7/+8 | |
Code blocks within lists must be indented with eight spaces. | |||||
2016-11-29 | doc/RELEASING.md: Use HTML-style comment | Holger Weiss | 1 | -1/+1 | |
2016-11-29 | Rewrite doc/RELEASING notes | Holger Weiss | 2 | -39/+99 | |
Update the documentation on creating a Monitoring Plugins release, and convert it to Markdown. | |||||
2015-10-08 | fix guidelines docbook syntax | Sven Nierlein | 1 | -3/+2 | |
no newlines allowed after </para> | |||||
2015-10-08 | doc/developer-guidelines.sgml: Add missing tag | Holger Weiss | 1 | -1/+1 | |
2015-10-04 | use exit code 3 for version and help | Sven Nierlein | 1 | -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> | |||||
2015-04-13 | Update RELEASING | Elan Ruusamäe | 1 | -3/+3 | |
fix some typos. | |||||
2014-12-01 | Fixing and removing outdated information | Jan Wagner | 1 | -29/+7 | |
2014-12-01 | We are now monitoring-plugins | Jan Wagner | 1 | -1/+1 | |
2014-01-19 | Project rename initial commit. | Monitoring Plugins Development Team | 4 | -40/+37 | |
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-28 | developer-guidelines.sgml: Fix URL | Holger Weiss | 1 | -1/+1 | |
Fix the Test::Simple tutorial URL. | |||||
2013-10-28 | developer-guidelines.sgml: Remove Tinderbox link | Holger Weiss | 1 | -5/+0 | |
We don't run a Tinderbox instance anymore. (Noted by "zathras" on IRC.) | |||||
2013-10-02 | tools: Update CVS references | Jan Wagner | 2 | -3/+3 | |
We moved our stuff from CVS/SourceForge to Git/GitHub. | |||||
2013-10-02 | doc: Updated CVS references | Jan Wagner | 2 | -8/+6 | |
We moved our stuff from CVS/SourceForge to Git/GitHub. | |||||
2013-09-25 | developer-guidelines.sgml: Normalize spelling | Holger Weiss | 1 | -10/+10 | |
- Write "plugin" instead of "plug-in". - Write "development guidelines" instead of "developer guidelines" - Capitalize "Nagios Plugin Development Guidelines". | |||||
2013-08-27 | developer-guidelines.sgml: Update copyright year | Holger Weiss | 1 | -3/+3 | |
We touched the Development Guidelines this year. | |||||
2013-08-22 | developer-guidelines.sgml: Multiline output | Holger Weiss | 1 | -8/+20 | |
Document the multiline output format properly. Thanks to Jochen Bern for providing this patch. | |||||
2013-08-21 | developer-guidelines.sgml: Allow special value "U" | Holger Weiss | 1 | -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-21 | removed duplicate entry | Sven Nierlein | 1 | -4/+0 | |
2012-12-03 | Table 4 example 5 updated | palli | 1 | -1/+1 | |
Description did not specify that it condition is critical if "stuff" is less than zero. | |||||
2012-12-03 | Description for table4 example7 | palli | 1 | -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-03 | Bugfix, fixed a broken command-line example | Pall Sigurdsson | 1 | -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. | |||||
2012-11-07 | Fix sfwebcron probe file | Thomas Guyot-Sionnest | 1 | -1/+1 | |
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-15 | Corrected example | Ton Voon | 1 | -1/+1 | |
2009-11-18 | Update developer guideline regarding CVS Commits | Thomas Guyot-Sionnest | 1 | -2/+2 | |
(mostly for testing my snapshot script, though it had to be updated anyway) | |||||
2009-09-24 | Updated documentation re: no equals sign and single quote | Ton Voon | 1 | -2/+2 | |
2009-09-19 | Update RELEASING document with proper tag creation and push commands | Thomas Guyot-Sionnest | 1 | -3/+7 | |
2009-07-23 | Add accidentally removed line plus a note about the web copy | Thomas Guyot-Sionnest | 1 | -0/+4 | |
2009-07-23 | Merge changes from web | Thomas Guyot-Sionnest | 1 | -5/+5 | |
2009-07-17 | Updated links for exchange.nagios.org | Ton Voon | 1 | -2/+2 | |
2009-05-19 | Talk about Git instead of CVS | Holger Weiss | 1 | -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-19 | Remove comments regarding former requirements | Holger Weiss | 1 | -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> | |||||
2009-02-06 | Devel doc: NP-VERSION-GEN needs to be updated as well | Thomas Guyot-Sionnest | 1 | -1/+3 | |
2009-02-06 | Update the devel notes for Git | Thomas Guyot-Sionnest | 3 | -12/+21 | |
2009-02-06 | Revert "Moving project administration documents to nagiosplugins.org site" | Thomas Guyot-Sionnest | 3 | -0/+85 | |
This reverts commit f4a52594818e7c3634a397ac1f86ef87a68bd121. | |||||
2008-11-23 | Removing CVS/SVN tags and replacing with git-based versioning | Thomas Guyot-Sionnest | 2 | -12/+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-11 | Updated tinderbox link | Ton Voon | 1 | -1/+1 | |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2080 f882894a-f735-0410-b71e-b25c423dba1c |