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 2747d3b..61af269 100644 --- a/collect.d/system +++ b/collect.d/system @@ -30,3 +30,7 @@ uname -smr > uname-smr uname -n > hostname ifconfig -a > ifconfig-a cat /proc/cpuinfo > cpuinfo + +# Collect mount points, for nagios configuration +cp /etc/fstab fstab +cat /proc/mounts > procmounts |