$OpenBSD: patch-sample-config_nagios_cfg_in,v 1.2 2007/02/13 21:59:13 sturm Exp $
--- sample-config/nagios.cfg.in.orig	Fri Dec 22 02:43:20 2006
+++ sample-config/nagios.cfg.in	Fri Feb  2 09:43:50 2007
@@ -16,7 +16,7 @@
 # for historical purposes.  This should be the first option specified 
 # in the config file!!!
 
-log_file=@localstatedir@/nagios.log
+log_file=/var/log/nagios/nagios.log
 
 
 
@@ -31,7 +31,7 @@ log_file=@localstatedir@/nagios.log
 # separate from host and contact definitions...
 
 # Command definitions
-cfg_file=@sysconfdir@/commands.cfg
+#cfg_file=@sysconfdir@/commands.cfg
 
 # Host and service definitions for monitoring this machine
 cfg_file=@sysconfdir@/localhost.cfg
@@ -245,7 +245,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/nagios/archives
 
 
 
