diff options
Diffstat (limited to 'collect.d/system')
-rw-r--r-- | collect.d/system | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/collect.d/system b/collect.d/system index 61af269..50c8ce3 100644 --- a/collect.d/system +++ b/collect.d/system @@ -26,6 +26,10 @@ if type lsscsi >/dev/null 2>&1; then lsscsi > lsscsi fi +if type lsmod >/dev/null 2>&1; then + lsmod > lsmod +fi + uname -smr > uname-smr uname -n > hostname ifconfig -a > ifconfig-a |