diff options
-rw-r--r-- | collect.d/system | 1 | ||||
-rw-r--r-- | debian/changelog | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/collect.d/system b/collect.d/system index 89b44bc..8cf56df 100644 --- a/collect.d/system +++ b/collect.d/system @@ -27,3 +27,4 @@ fi uname -smr > uname-smr uname -n > hostname ifconfig -a > ifconfig-a +cat /proc/cpuinfo > cpuinfo diff --git a/debian/changelog b/debian/changelog index af3f671..7bdc9bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sitesummary (0.0.19) UNRELEASED; urgency=low + + [ Petter Reinholdtsen ] + * Collect /proc/cpuinfo using collect.d/system. + + -- Petter Reinholdtsen <pere@debian.org> Sat, 18 Nov 2006 20:04:12 +0100 + sitesummary (0.0.18) unstable; urgency=low [ Petter Reinholdtsen ] |