diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2011-12-22 22:25:48 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2011-12-22 22:25:48 +0000 |
commit | 4dc17c41e5cf653b27211b9be630261291dbd02f (patch) | |
tree | 4608d071ea4ec95fe3bfc8be2eae7087874ee238 | |
parent | 4e3db3cd9dacbf86b24a32901d55fc61722987a2 (diff) | |
download | sitesummary-4dc17c41e5cf653b27211b9be630261291dbd02f.tar.gz sitesummary-4dc17c41e5cf653b27211b9be630261291dbd02f.tar.bz2 sitesummary-4dc17c41e5cf653b27211b9be630261291dbd02f.tar.xz |
Add munin include dir to default munin config to match recent
munin versions.
-rw-r--r-- | debian/changelog | 7 | ||||
-rwxr-xr-x | sitesummary-update-munin | 4 |
2 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 4507f21..aa0b1e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sitesummary (0.0.74) UNRELEASED; urgency=low + + * Add munin include dir to default munin config to match recent + munin versions. + + -- Petter Reinholdtsen <pere@debian.org> Thu, 22 Dec 2011 18:52:10 +0100 + sitesummary (0.0.73) unstable; urgency=low * Add forgotten nagios plugin check_ldap_root to sitesummary-client. diff --git a/sitesummary-update-munin b/sitesummary-update-munin index d69c713..b3faece 100755 --- a/sitesummary-update-munin +++ b/sitesummary-update-munin @@ -50,6 +50,10 @@ logdir $muninlogdir rundir $muninrundir tmpldir $munintmpldir +# (Exactly one) directory to include all files from. +# +includedir /etc/munin/munin-conf.d + EOF fi |