From fd141a3ac06bdbf52f38a7be6d72a392d951b67d Mon Sep 17 00:00:00 2001 From: Tom Grennan Date: Thu, 4 Oct 2007 18:10:03 -0700 Subject: don't eval help string; so, no longer needs to be quoted in node.def files --- templates/show/system/boot-messages/node.def | 2 +- templates/show/system/connections/node.def | 2 +- templates/show/system/kernel-messages/node.def | 2 +- templates/show/system/memory/node.def | 2 +- templates/show/system/node.def | 2 +- templates/show/system/processes/node.def | 2 +- templates/show/system/processes/summary/node.def | 2 +- templates/show/system/storage/node.def | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'templates/show/system') 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 -- cgit v1.2.3