From 0b6423f9c99d9edf8c96fefd0f6c453859395aa1 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Mon, 30 Sep 2013 00:03:24 +0200 Subject: Import Nagios Plugins site Import the Nagios Plugins web site, Cronjobs, infrastructure scripts, and configuration files. --- web/content/doc/faq/index.md | 9 +++++++++ web/content/doc/index.md | 26 ++++++++++++++++++++++++++ web/content/doc/man/index.md | 20 ++++++++++++++++++++ web/content/doc/news.txt | 1 + web/content/doc/presentation.md | 26 ++++++++++++++++++++++++++ 5 files changed, 82 insertions(+) create mode 100644 web/content/doc/faq/index.md create mode 100644 web/content/doc/index.md create mode 100644 web/content/doc/man/index.md create mode 120000 web/content/doc/news.txt create mode 100644 web/content/doc/presentation.md (limited to 'web/content/doc') diff --git a/web/content/doc/faq/index.md b/web/content/doc/faq/index.md new file mode 100644 index 0000000..18584f2 --- /dev/null +++ b/web/content/doc/faq/index.md @@ -0,0 +1,9 @@ +title: FAQ +parent: Documentation +--- + +# FAQ + +The list of Frequently Asked Questions (FAQ) will come back soon. + + diff --git a/web/content/doc/index.md b/web/content/doc/index.md new file mode 100644 index 0000000..7b2d098 --- /dev/null +++ b/web/content/doc/index.md @@ -0,0 +1,26 @@ +title: Documentation +parent: Home +menu-position: 3 +--- + +# Documentation + +The Nagios Plugins documentation is split up into three parts: + +1. **[Manual Pages][man]** + This part provides documentation for each individual plugin. + +2. **[FAQ][faq]** + The FAQ section offers additional information on the Nagios Plugins + package as a whole. + +3. **[Presentation][video]** + A video that shows how to write your own check using the + [Nagios::Plugin][module] Perl module. + +[man]: doc/man/index.html "Manual Pages" +[faq]: doc/faq/index.html "Frequently Asked Questions" +[video]: doc/presentation.html "Nagios::Plugin Presentation" +[module]: http://search.cpan.org/dist/Nagios-Plugin/ "Nagios::Plugin" + + diff --git a/web/content/doc/man/index.md b/web/content/doc/man/index.md new file mode 100644 index 0000000..d3c60c8 --- /dev/null +++ b/web/content/doc/man/index.md @@ -0,0 +1,20 @@ +title: Manpages +parent: Documentation +--- + +# Manual Pages + +There are two levels of documentation for each plugin: + +1. **`check_dummy --usage`** + Basic usage, with the most common command line options. + +2. **`check_dummy --help`** + More text, listing all the options available for a plugin. This text is + usually translated. + +You can also access the most recent `--help` output for each plugin online: + + + + diff --git a/web/content/doc/news.txt b/web/content/doc/news.txt new file mode 120000 index 0000000..f5208d5 --- /dev/null +++ b/web/content/doc/news.txt @@ -0,0 +1 @@ +/home/plugins/exported/nagios-plugins/NEWS \ No newline at end of file diff --git a/web/content/doc/presentation.md b/web/content/doc/presentation.md new file mode 100644 index 0000000..458b101 --- /dev/null +++ b/web/content/doc/presentation.md @@ -0,0 +1,26 @@ +title: Presentation +parent: Documentation +--- + +# Presentation + +Former Nagios Plugins team lead Ton Voon gave a 15-minutes lightning talk +about the Nagios Plugins at [FOSDEM][fosdem]. He made a screencast of [the +presentation][talk] in Quicktime format (35 MB): + +* [fosdem.mov][screencast] + +The `check_weather` script demonstrated in the screencast is also available +for download, with additional comments: + +* [check_weather.pl][script] + +Both files are also [available via FTP][mirror]. + +[fosdem]: https://fosdem.org/ "FOSDEM" +[talk]: https://archive.fosdem.org/2007/schedule/events/lt_nagios_plugins.html "Ton's Talk" +[screencast]: https://www.nagios-plugins.org/download/presentation/fosdem.mov "Screencast" +[script]: https://www.nagios-plugins.org/download/presentation/check_weather.pl "check_weather" +[mirror]: ftp://ftp.fu-berlin.de/unix/network/nagios-plugins/presentation/ "FTP Mirror" + + -- cgit v1.2.3-74-g34f1