diff options
| author | Petter Reinholdtsen <pere@hungry.com> | 2006-11-18 19:03:30 +0000 | 
|---|---|---|
| committer | Petter Reinholdtsen <pere@hungry.com> | 2006-11-18 19:03:30 +0000 | 
| commit | 04d46c40fb1d2b97d6ebbdded6e11235a6812c81 (patch) | |
| tree | 3434fcddf740d64458b53ec668bafd01e446f755 | |
| parent | 97c8cb90e5e22a58a921e8c2f7e203fa0e67c6c7 (diff) | |
| download | sitesummary-04d46c40fb1d2b97d6ebbdded6e11235a6812c81.tar.gz sitesummary-04d46c40fb1d2b97d6ebbdded6e11235a6812c81.tar.bz2 sitesummary-04d46c40fb1d2b97d6ebbdded6e11235a6812c81.tar.xz  | |
  [ Petter Reinholdtsen ]
  * Collect /proc/cpuinfo using collect.d/system.
| -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 ]  | 
