[Pkg-nagios-changes] [SCM] Debian packaging for check-multi (http://my-plugin.de/wiki/projects/check_multi/start) branch, master, updated. debian/0.24-1-6-g11552ff
Stig Sandbeck Mathisen
ssm at debian.org
Thu Jan 27 10:41:45 UTC 2011
The following commit has been merged in the master branch:
commit 47e612ead1add908865a7ca0f61fed92d0db8b19
Author: Stig Sandbeck Mathisen <ssm at debian.org>
Date: Thu Jan 27 11:19:22 2011 +0100
Build with defaults for nagios3; add a README.Debian for Icinga instructions
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..e9abda2
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,12 @@
+This package may be run with both Nagios and Icinga, and the built-in
+defaults conform to nagios3.
+
+If you want to run this with Icinga, you may have to add the following
+command line arguments:
+
+,----
+| -s objects_cache=/var/cache/icinga/objects.cache
+| -s status_dat=/var/cache/icinga/status.dat
+`----
+
+ -- Stig Sandbeck Mathisen <ssm at debian.org>, Thu, 27 Jan 2011 11:18:25 +0100
diff --git a/debian/rules b/debian/rules
index 9e6677b..cb5b181 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,10 @@ override_dh_auto_clean:
rm -f debian/check_multi.8 plugins/t/testopts.pm
override_dh_auto_configure:
- dh_auto_configure -- --libexecdir=/usr/lib/nagios/plugins
+ dh_auto_configure -- \
+ --libexecdir=/usr/lib/nagios/plugins \
+ --docdir=/usr/share/doc/nagios-plugin-check-multi \
+ --localstatedir=/var/cache/nagios3
override_dh_auto_install:
make install DESTDIR=$(CURDIR)/debian/nagios-plugin-check-multi
--
Debian packaging for check-multi (http://my-plugin.de/wiki/projects/check_multi/start)
More information about the Pkg-nagios-changes
mailing list