diff options
Diffstat (limited to 'collect.d')
-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 50c8ce3..3465216 100644 --- a/collect.d/system +++ b/collect.d/system @@ -38,3 +38,7 @@ cat /proc/cpuinfo > cpuinfo # Collect mount points, for nagios configuration cp /etc/fstab fstab cat /proc/mounts > procmounts + +# Document current runlevel, useful to differenciate LTSP +# thin clients from diskless workstations. +runlevel > runlevel |