summaryrefslogtreecommitdiff
path: root/templates/show/system
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show/system')
-rw-r--r--templates/show/system/boot-messages/node.def2
-rw-r--r--templates/show/system/connections/node.def2
-rw-r--r--templates/show/system/kernel-messages/node.def2
-rw-r--r--templates/show/system/memory/node.def2
-rw-r--r--templates/show/system/node.def2
-rw-r--r--templates/show/system/processes/node.def2
-rw-r--r--templates/show/system/processes/summary/node.def2
-rw-r--r--templates/show/system/storage/node.def2
8 files changed, 8 insertions, 8 deletions
diff --git a/templates/show/system/boot-messages/node.def b/templates/show/system/boot-messages/node.def
index 7180083..2781578 100644
--- a/templates/show/system/boot-messages/node.def
+++ b/templates/show/system/boot-messages/node.def
@@ -1,2 +1,2 @@
-help: "Show kernel boot messages"
+help: Show kernel boot messages
run: ${OFR_PAGER:-cat -s} /var/log/dmes? /dev/null
diff --git a/templates/show/system/connections/node.def b/templates/show/system/connections/node.def
index 2341c5f..43da826 100644
--- a/templates/show/system/connections/node.def
+++ b/templates/show/system/connections/node.def
@@ -1,2 +1,2 @@
-help: "Show active network connections on the system"
+help: Show active network connections on the system
run: netstat -an
diff --git a/templates/show/system/kernel-messages/node.def b/templates/show/system/kernel-messages/node.def
index 6d82b77..4457b69 100644
--- a/templates/show/system/kernel-messages/node.def
+++ b/templates/show/system/kernel-messages/node.def
@@ -1,2 +1,2 @@
-help: "Show messages in kernel ring buffer"
+help: Show messages in kernel ring buffer
run: dmesg | ${OFR_PAGER:-cat -s}
diff --git a/templates/show/system/memory/node.def b/templates/show/system/memory/node.def
index 66eb12a..f66ce62 100644
--- a/templates/show/system/memory/node.def
+++ b/templates/show/system/memory/node.def
@@ -1,2 +1,2 @@
-help: "Show system memory usage"
+help: Show system memory usage
run: free -ot
diff --git a/templates/show/system/node.def b/templates/show/system/node.def
index 73e140d..4e7ed7a 100644
--- a/templates/show/system/node.def
+++ b/templates/show/system/node.def
@@ -1 +1 @@
-help: "Show system information"
+help: Show system information
diff --git a/templates/show/system/processes/node.def b/templates/show/system/processes/node.def
index 507ee60..b971827 100644
--- a/templates/show/system/processes/node.def
+++ b/templates/show/system/processes/node.def
@@ -1,2 +1,2 @@
-help: "Show system processes"
+help: Show system processes
run: ps ax
diff --git a/templates/show/system/processes/summary/node.def b/templates/show/system/processes/summary/node.def
index 6cf3e55..0430cd0 100644
--- a/templates/show/system/processes/summary/node.def
+++ b/templates/show/system/processes/summary/node.def
@@ -1,2 +1,2 @@
-help: "Show summary of system processes"
+help: Show summary of system processes
run: uptime
diff --git a/templates/show/system/storage/node.def b/templates/show/system/storage/node.def
index 7178454..8a7bb6b 100644
--- a/templates/show/system/storage/node.def
+++ b/templates/show/system/storage/node.def
@@ -1,2 +1,2 @@
-help: "Show filesystem usage"
+help: Show filesystem usage
run: df -h -x squashfs