[Nagios-devel] [PATCH] - Typo in freshness documentation
Posted: Sun Jan 27, 2008 1:17 am
This is a multi-part message in MIME format.
--------------000502090708080807030004
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 7bit
Hi Ethan,
hi list,
Wolfgang from german Nagios-Portal recognized a missing beginning "/" in
the just updated freshness doc on line 122.
Patch attached.
Regards
Hendrik
--------------000502090708080807030004
Content-Type: text/plain;
name="nagios-freshness-html-typo.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="nagios-freshness-html-typo.patch"
--- nagios.orig/html/docs/freshness.html 2008-01-27 09:56:01.000000000 +0100
+++ nagios/html/docs/freshness.html 2008-01-27 10:10:39.000000000 +0100
@@ -119,7 +119,7 @@
define command{
command_name no-backup-report
- command_line usr/local/nagios/libexec/check_dummy 2 "CRITICAL: Results of backup job were not reported!"
+ command_line /usr/local/nagios/libexec/check_dummy 2 "CRITICAL: Results of backup job were not reported!"
}
--------------000502090708080807030004--
This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
--------------000502090708080807030004
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 7bit
Hi Ethan,
hi list,
Wolfgang from german Nagios-Portal recognized a missing beginning "/" in
the just updated freshness doc on line 122.
Patch attached.
Regards
Hendrik
--------------000502090708080807030004
Content-Type: text/plain;
name="nagios-freshness-html-typo.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="nagios-freshness-html-typo.patch"
--- nagios.orig/html/docs/freshness.html 2008-01-27 09:56:01.000000000 +0100
+++ nagios/html/docs/freshness.html 2008-01-27 10:10:39.000000000 +0100
@@ -119,7 +119,7 @@
define command{
command_name no-backup-report
- command_line usr/local/nagios/libexec/check_dummy 2 "CRITICAL: Results of backup job were not reported!"
+ command_line /usr/local/nagios/libexec/check_dummy 2 "CRITICAL: Results of backup job were not reported!"
}
--------------000502090708080807030004--
This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]