blob: 156de7c7a39612970d61122fe9865c357df74718 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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>
|