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 /collect.d | |
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.
Diffstat (limited to 'collect.d')
-rw-r--r-- | collect.d/system | 1 |
1 files changed, 1 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 |