$OpenBSD: patch-sample-config_nagios_cfg_in,v 1.4 2013/01/14 12:14:21 sthen Exp $
--- sample-config/nagios.cfg.in.orig	Mon Nov 12 18:33:37 2012
+++ sample-config/nagios.cfg.in	Mon Jan 14 12:12:34 2013
@@ -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
 
 
 
@@ -264,7 +264,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
 
 
 
@@ -728,7 +728,7 @@ interval_length=60
 # by Nagios Enterprises from the update check is processed in accordance 
 # with our privacy policy - see http://api.nagios.org for details.
 
-check_for_updates=1
+check_for_updates=0
 
 
 
