$OpenBSD: patch-sample-config_template-object_localhost_cfg_in,v 1.1 2008/03/18 20:25:11 sturm Exp $
--- sample-config/template-object/localhost.cfg.in.orig	Sat Sep  1 10:20:47 2007
+++ sample-config/template-object/localhost.cfg.in	Sat Sep  1 10:21:21 2007
@@ -5,7 +5,7 @@
 #
 # NOTE: This config file is intended to serve as an *extremely* simple 
 #       example of how you can create configuration entries to monitor
-#       the local (Linux) machine.
+#       the local (OpenBSD) machine.
 #
 ###############################################################################
 
@@ -23,9 +23,9 @@
 # Define a host for the local machine
 
 define host{
-        use                     linux-server            ; Name of host template to use
+        use                     openbsd-server            ; Name of host template to use
 							; This host definition will inherit all variables that are defined
-							; in (or inherited by) the linux-server host template definition.
+							; in (or inherited by) the openbsd-server host template definition.
         host_name               localhost
         alias                   localhost
         address                 127.0.0.1
@@ -41,11 +41,11 @@ define host{
 ###############################################################################
 ###############################################################################
 
-# Define an optional hostgroup for Linux machines
+# Define an optional hostgroup for OpenBSD machines
 
 define hostgroup{
-        hostgroup_name  linux-servers ; The name of the hostgroup
-        alias           Linux Servers ; Long name of the group
+        hostgroup_name  openbsd-servers ; The name of the hostgroup
+        alias           OpenBSD Servers ; Long name of the group
         members         localhost     ; Comma separated list of hosts that belong to this group
         }
 
