summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/show/system/boot-messages/all/node.def7
-rw-r--r--templates/show/system/boot-messages/node.def4
-rw-r--r--templates/show/system/connections/node.def2
-rw-r--r--templates/show/system/connections/tcp/all/node.def2
-rw-r--r--templates/show/system/connections/tcp/node.def2
-rw-r--r--templates/show/system/connections/tcp/numeric/node.def2
-rw-r--r--templates/show/system/connections/udp/node.def2
-rw-r--r--templates/show/system/connections/udp/numeric/node.def2
-rw-r--r--templates/show/system/kernel-messages/node.def2
-rw-r--r--templates/show/system/login/node.def1
-rw-r--r--templates/show/system/login/users/all/node.def2
-rw-r--r--templates/show/system/login/users/locked/node.def2
-rw-r--r--templates/show/system/login/users/node.def2
-rw-r--r--templates/show/system/login/users/other/node.def2
-rw-r--r--templates/show/system/login/users/vyos/node.def2
-rw-r--r--templates/show/system/memory/cache/node.def2
-rw-r--r--templates/show/system/memory/detail/node.def2
-rw-r--r--templates/show/system/memory/node.def2
-rw-r--r--templates/show/system/processes/extensive/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/processes/tree/node.def2
-rw-r--r--templates/show/system/storage/node.def2
-rw-r--r--templates/show/system/uptime/node.def3
24 files changed, 0 insertions, 55 deletions
diff --git a/templates/show/system/boot-messages/all/node.def b/templates/show/system/boot-messages/all/node.def
deleted file mode 100644
index b792d0a..0000000
--- a/templates/show/system/boot-messages/all/node.def
+++ /dev/null
@@ -1,7 +0,0 @@
-help: Show all kernel boot messages
-run: LESSOPEN="|/usr/bin/lesspipe %s" LESSCLOSE="/usr/bin/lesspipe %s %s" \
- less $_vyatta_less_options \
- --prompt=".boot-messages?m, file %i of %m., page %dt of %D" \
- -- $(printf "%s\n" /var/log/dmesg* | sort -nr | while read; do \
- if [[ "$(head -n 1 $REPLY)" != "(Nothing has been logged yet.)" ]]; then \
- echo $REPLY; fi; done)
diff --git a/templates/show/system/boot-messages/node.def b/templates/show/system/boot-messages/node.def
deleted file mode 100644
index 97bbb61..0000000
--- a/templates/show/system/boot-messages/node.def
+++ /dev/null
@@ -1,4 +0,0 @@
-help: Show most recent kernel boot messages
-run: less $_vyatta_less_options \
- --prompt=".boot-messages, page %dt of %D" \
- -- /var/log/dmesg
diff --git a/templates/show/system/connections/node.def b/templates/show/system/connections/node.def
deleted file mode 100644
index 43da826..0000000
--- a/templates/show/system/connections/node.def
+++ /dev/null
@@ -1,2 +0,0 @@
-help: Show active network connections on the system
-run: netstat -an
diff --git a/templates/show/system/connections/tcp/all/node.def b/templates/show/system/connections/tcp/all/node.def
deleted file mode 100644
index 52c3893..0000000
--- a/templates/show/system/connections/tcp/all/node.def
+++ /dev/null
@@ -1,2 +0,0 @@
-help: show all TCP connections
-run: ss -t -a
diff --git a/templates/show/system/connections/tcp/node.def b/templates/show/system/connections/tcp/node.def
deleted file mode 100644
index 07d04a6..0000000
--- a/templates/show/system/connections/tcp/node.def
+++ /dev/null
@@ -1,2 +0,0 @@
-help: show TCP connection information
-run: ss -t -r
diff --git a/templates/show/system/connections/tcp/numeric/node.def b/templates/show/system/connections/tcp/numeric/node.def
deleted file mode 100644
index 35a13fe..0000000
--- a/templates/show/system/connections/tcp/numeric/node.def
+++ /dev/null
@@ -1,2 +0,0 @@
-help: show TCP connection without resolving names
-run: ss -t -n
diff --git a/templates/show/system/connections/udp/node.def b/templates/show/system/connections/udp/node.def
deleted file mode 100644
index 29e7548..0000000
--- a/templates/show/system/connections/udp/node.def
+++ /dev/null
@@ -1,2 +0,0 @@
-help: show UDP socket information
-run: ss -u -a -r
diff --git a/templates/show/system/connections/udp/numeric/node.def b/templates/show/system/connections/udp/numeric/node.def
deleted file mode 100644
index 6eae466..0000000
--- a/templates/show/system/connections/udp/numeric/node.def
+++ /dev/null
@@ -1,2 +0,0 @@
-help: show UDP socket information without resolving names
-run: ss -u -a -n
diff --git a/templates/show/system/kernel-messages/node.def b/templates/show/system/kernel-messages/node.def
deleted file mode 100644
index 9a9229b..0000000
--- a/templates/show/system/kernel-messages/node.def
+++ /dev/null
@@ -1,2 +0,0 @@
-help: Show messages in kernel ring buffer
-run: sudo dmesg
diff --git a/templates/show/system/login/node.def b/templates/show/system/login/node.def
deleted file mode 100644
index 0969ccf..0000000
--- a/templates/show/system/login/node.def
+++ /dev/null
@@ -1 +0,0 @@
-help: Show user accounts
diff --git a/templates/show/system/login/users/all/node.def b/templates/show/system/login/users/all/node.def
deleted file mode 100644
index 519e442..0000000
--- a/templates/show/system/login/users/all/node.def
+++ /dev/null
@@ -1,2 +0,0 @@
-help: Show information about all accounts
-run: /opt/vyatta/bin/show-users.pl all
diff --git a/templates/show/system/login/users/locked/node.def b/templates/show/system/login/users/locked/node.def
deleted file mode 100644
index 354c204..0000000
--- a/templates/show/system/login/users/locked/node.def
+++ /dev/null
@@ -1,2 +0,0 @@
-help: Show information about locked accounts
-run: ${vyatta_bindir}/vyatta-sudo /opt/vyatta/bin/show-users.pl locked
diff --git a/templates/show/system/login/users/node.def b/templates/show/system/login/users/node.def
deleted file mode 100644
index 5943122..0000000
--- a/templates/show/system/login/users/node.def
+++ /dev/null
@@ -1,2 +0,0 @@
-help: Show user account information
-run: ${vyatta_bindir}/vyatta-sudo /opt/vyatta/bin/show-users.pl
diff --git a/templates/show/system/login/users/other/node.def b/templates/show/system/login/users/other/node.def
deleted file mode 100644
index 1942004..0000000
--- a/templates/show/system/login/users/other/node.def
+++ /dev/null
@@ -1,2 +0,0 @@
-help: Show information about non VyOS user accounts
-run: ${vyatta_bindir}/vyatta-sudo /opt/vyatta/bin/show-users.pl other
diff --git a/templates/show/system/login/users/vyos/node.def b/templates/show/system/login/users/vyos/node.def
deleted file mode 100644
index 6583315..0000000
--- a/templates/show/system/login/users/vyos/node.def
+++ /dev/null
@@ -1,2 +0,0 @@
-help: Show information about VyOS user accounts
-run: /opt/vyatta/bin/show-users.pl vyatta
diff --git a/templates/show/system/memory/cache/node.def b/templates/show/system/memory/cache/node.def
deleted file mode 100644
index e8e00e4..0000000
--- a/templates/show/system/memory/cache/node.def
+++ /dev/null
@@ -1,2 +0,0 @@
-help: Show kernel cache information
-run: sudo slabtop -o
diff --git a/templates/show/system/memory/detail/node.def b/templates/show/system/memory/detail/node.def
deleted file mode 100644
index 04e98c5..0000000
--- a/templates/show/system/memory/detail/node.def
+++ /dev/null
@@ -1,2 +0,0 @@
-help: Report detailed system memory usage
-run: cat /proc/meminfo
diff --git a/templates/show/system/memory/node.def b/templates/show/system/memory/node.def
deleted file mode 100644
index 4725a47..0000000
--- a/templates/show/system/memory/node.def
+++ /dev/null
@@ -1,2 +0,0 @@
-help: Display system memory usage
-run: ${vyatta_bindir}/vyos-show-ram.sh
diff --git a/templates/show/system/processes/extensive/node.def b/templates/show/system/processes/extensive/node.def
deleted file mode 100644
index d737c21..0000000
--- a/templates/show/system/processes/extensive/node.def
+++ /dev/null
@@ -1,2 +0,0 @@
-help: Show extensive process info
-run: top -b -n1
diff --git a/templates/show/system/processes/node.def b/templates/show/system/processes/node.def
deleted file mode 100644
index b971827..0000000
--- a/templates/show/system/processes/node.def
+++ /dev/null
@@ -1,2 +0,0 @@
-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
deleted file mode 100644
index 0430cd0..0000000
--- a/templates/show/system/processes/summary/node.def
+++ /dev/null
@@ -1,2 +0,0 @@
-help: Show summary of system processes
-run: uptime
diff --git a/templates/show/system/processes/tree/node.def b/templates/show/system/processes/tree/node.def
deleted file mode 100644
index b3044fc..0000000
--- a/templates/show/system/processes/tree/node.def
+++ /dev/null
@@ -1,2 +0,0 @@
-help: Show process tree
-run: ps -ejH
diff --git a/templates/show/system/storage/node.def b/templates/show/system/storage/node.def
deleted file mode 100644
index 8a7bb6b..0000000
--- a/templates/show/system/storage/node.def
+++ /dev/null
@@ -1,2 +0,0 @@
-help: Show filesystem usage
-run: df -h -x squashfs
diff --git a/templates/show/system/uptime/node.def b/templates/show/system/uptime/node.def
deleted file mode 100644
index 92611fb..0000000
--- a/templates/show/system/uptime/node.def
+++ /dev/null
@@ -1,3 +0,0 @@
-help: Show how long the system has been up
-run: uptime
-