$OpenBSD: patch-sample-config_icinga_cfg_in,v 1.3 2011/05/11 13:57:41 sthen Exp $
--- sample-config/icinga.cfg.in.orig	Wed May 11 08:43:54 2011
+++ sample-config/icinga.cfg.in	Wed May 11 10:38:33 2011
@@ -14,7 +14,7 @@
 # for historical purposes.  This should be the first option specified
 # in the config file!!!
 
-log_file=@localstatedir@/icinga.log
+log_file=/var/log/icinga/icinga.log
 
 
 
@@ -267,7 +267,7 @@ log_rotation_method=d
 # This is the directory where archived (rotated) log files should be 
 # placed (assuming you've chosen to do log rotation).
 
-log_archive_path=@localstatedir@/archives
+log_archive_path=/var/log/icinga/archives
 
 
 
@@ -1233,7 +1233,7 @@ enable_embedded_perl=1
 # the HTML documentation on the embedded Perl interpreter for more 
 # information on how this option works.
 
-use_embedded_perl_implicitly=1
+use_embedded_perl_implicitly=0
 
 
 
@@ -1306,8 +1306,8 @@ use_true_regexp_matching=0
 # using the $ADMINEMAIL$ and $ADMINPAGER$ macros in your notification
 # commands.
 
-admin_email=@icinga_user@@localhost
-admin_pager=page@icinga_user@@localhost
+admin_email=root@localhost
+admin_pager=root@localhost
 
 
 
