diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index fd6f165..38f2c38 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ sitesummary (0.0.74) UNRELEASED; urgency=low - Report missing ldapsearch tool from check_ldap_root. * Collect /etc/lsb-release if present to have more detailed version information on Ubuntu. + * Add suggests from sitesummary on ldap-utils and cups-client for + tools needed by Nagios checks. -- Petter Reinholdtsen <pere@debian.org> Thu, 22 Dec 2011 18:52:10 +0100 diff --git a/debian/control b/debian/control index dac1e65..61df4ce 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Package: sitesummary Architecture: all Depends: ${misc:Depends}, gnupg, net-tools, perl-modules Recommends: apache2-mpm-worker | httpd, sitesummary-client -Suggests: munin, munin-node, nagios3, nagios-plugins-standard +Suggests: munin, munin-node, nagios3, nagios-plugins-standard, ldap-utils, cups-client Description: Generate site summary of submitting hosts (server part) The sitesummary system makes it easier to keep track of a lot of machines, by allowing each machine to report their existence once a |