diff options
Diffstat (limited to 'net-mgmt/nagios2/files/patch-html-docs-xodtemplate.html')
-rw-r--r-- | net-mgmt/nagios2/files/patch-html-docs-xodtemplate.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net-mgmt/nagios2/files/patch-html-docs-xodtemplate.html b/net-mgmt/nagios2/files/patch-html-docs-xodtemplate.html new file mode 100644 index 00000000000..156de7c7a39 --- /dev/null +++ b/net-mgmt/nagios2/files/patch-html-docs-xodtemplate.html @@ -0,0 +1,24 @@ +--- html/docs/xodtemplate.html.orig Wed Dec 27 05:03:22 2006 ++++ html/docs/xodtemplate.html Sat Jan 27 18:56:48 2007 +@@ -493,9 +493,9 @@ + <p class="SectionBody"> + <pre> + define service{ +- host_name linux-server +- service_description check-disk-sda1 +- check_command check-disk!/dev/sda1 ++ host_name freebsd-server ++ service_description check-disk-ad0s1a ++ check_command check-disk!/dev/ad0s1a + max_check_attempts 5 + normal_check_interval 5 + retry_check_interval 3 +@@ -503,7 +503,7 @@ + notification_interval 30 + notification_period 24x7 + notification_options w,c,r +- contact_groups linux-admins ++ contact_groups freebsd-admins + } + </pre> + </p> |