diff options
Diffstat (limited to 'collect.d/system')
-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 |