diff options
-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 1ea8196..2a43630 100644 --- a/collect.d/system +++ b/collect.d/system @@ -35,6 +35,7 @@ uname -n > hostname ifconfig -a > ifconfig-a route -n > route-n cat /proc/cpuinfo > cpuinfo +cat /proc/meminfo > meminfo # Collect mount points, for nagios configuration cp /etc/fstab fstab |