diff options
| -rw-r--r-- | agesinceseen-summary | 1 | ||||
| -rw-r--r-- | collect.d/system | 4 | ||||
| -rw-r--r-- | debian/changelog | 7 | 
3 files changed, 12 insertions, 0 deletions
diff --git a/agesinceseen-summary b/agesinceseen-summary index 5abe878..3bfa743 100644 --- a/agesinceseen-summary +++ b/agesinceseen-summary @@ -14,6 +14,7 @@ my %agegroup =       14 => '>14 days',       30 => '>30 days',       90 => '>90 days', +    180 => '>180 days',  );  my %agedist; diff --git a/collect.d/system b/collect.d/system index 61af269..50c8ce3 100644 --- a/collect.d/system +++ b/collect.d/system @@ -26,6 +26,10 @@ if type lsscsi >/dev/null 2>&1; then      lsscsi       > lsscsi  fi +if type lsmod >/dev/null 2>&1; then +    lsmod       > lsmod +fi +  uname -smr  > uname-smr  uname -n    > hostname  ifconfig -a > ifconfig-a diff --git a/debian/changelog b/debian/changelog index 830c26d..08f6c16 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sitesummary (0.0.33) unstable; urgency=low + +  * Collect loaded kernel modules, to ease nagios autoconfiguration. +  * Add >180 days to the agesinceseen-summary list, for really old entries. + + -- Petter Reinholdtsen <pere@debian.org>  Sat,  1 Dec 2007 14:13:16 +0100 +  sitesummary (0.0.32) unstable; urgency=low    * Collect /proc/mounts and /etc/fstab in system, for use when  | 
