From 04d46c40fb1d2b97d6ebbdded6e11235a6812c81 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Sat, 18 Nov 2006 19:03:30 +0000 Subject: [ Petter Reinholdtsen ] * Collect /proc/cpuinfo using collect.d/system. --- collect.d/system | 1 + 1 file changed, 1 insertion(+) (limited to 'collect.d/system') 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 -- cgit v1.2.3