diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2010-01-07 18:00:58 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2010-01-07 18:00:58 +0000 |
commit | faa2c1b2c13aa87972fb7418645dab79e6d11b2a (patch) | |
tree | 0144531f968ed26e9615ba84511578c49e4ac20f | |
parent | 1fa9a036df6de15e8e05308283d1bb8ea3a262a0 (diff) | |
download | sitesummary-faa2c1b2c13aa87972fb7418645dab79e6d11b2a.tar.gz sitesummary-faa2c1b2c13aa87972fb7418645dab79e6d11b2a.tar.bz2 sitesummary-faa2c1b2c13aa87972fb7418645dab79e6d11b2a.tar.xz |
Suggest the munin and nagios packages needed for autoconfiguration
to work.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 0805bc6..21f4ea3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ sitesummary (0.0.52) UNRELEASED; urgency=low nagios configuration is the active one. * Document in the README how to enable the Munin autoconfiguration. * Document in the README how to enable the Nagios autoconfiguration. + * Suggest the munin and nagios packages needed for autoconfiguration + to work. -- Petter Reinholdtsen <pere@debian.org> Thu, 07 Jan 2010 18:33:30 +0100 diff --git a/debian/control b/debian/control index a666b16..906ee12 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,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 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 @@ -23,7 +24,7 @@ Package: sitesummary-client Architecture: all Depends: ${misc:Depends}, gnupg, perl-modules Recommends: cron, dmidecode, pciutils, usbutils, lsscsi -Suggests: sitesummary +Suggests: sitesummary, munin-node Description: Generate site summary of submitting hosts (client 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 |