diff options
author | bouyer <bouyer@pkgsrc.org> | 2006-02-18 17:13:45 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2006-02-18 17:13:45 +0000 |
commit | 054c36856c7b234fdcd70f9bfbe6e1fb5bae6373 (patch) | |
tree | 02850c03e968590c7dee42790830803844b3df67 /net/nagios-nsca/patches | |
parent | e7891671795e7f70ab3b41ad8973ded2f554395c (diff) | |
download | pkgsrc-054c36856c7b234fdcd70f9bfbe6e1fb5bae6373.tar.gz |
Initial import of nagios-nsca 2.0, based on the 1.3.x package in pkgsrc-wip.
nsca and send_nsca are remote/passive network service daemons for nagios.
These are orignally from the NetSaint package (NSCA = NetSaint Check Acceptor)
Diffstat (limited to 'net/nagios-nsca/patches')
-rw-r--r-- | net/nagios-nsca/patches/patch-aa | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net/nagios-nsca/patches/patch-aa b/net/nagios-nsca/patches/patch-aa new file mode 100644 index 00000000000..290b6312fc6 --- /dev/null +++ b/net/nagios-nsca/patches/patch-aa @@ -0,0 +1,22 @@ +$NetBSD: patch-aa,v 1.1.1.1 2006/02/18 17:13:45 bouyer Exp $ + +--- sample-config/nsca.cfg.in.orig 2006-01-26 22:42:02.000000000 +0100 ++++ sample-config/nsca.cfg.in 2006-01-26 22:42:29.000000000 +0100 +@@ -57,7 +57,7 @@ + # This is the location of the Nagios command file that the daemon + # should write all service check results that it receives. + +-command_file=@localstatedir@/rw/nagios.cmd ++command_file=@localstatedir@/run/nagios/rw/nagios.cmd + + + # ALTERNATE DUMP FILE +@@ -70,7 +70,7 @@ + # it starts Nagios. Or you may simply choose to ignore any + # check results received while Nagios was not running... + +-alternate_dump_file=@localstatedir@/rw/nsca.dump ++alternate_dump_file=@localstatedir@/run/nagios/rw/nsca.dump + + + |