diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-06-13 13:01:53 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-06-13 13:09:03 +0200 |
commit | e711d30377c4681e75d91f7e7202497b9ba18132 (patch) | |
tree | 6249f56b4a2b876402a3e33accd490185e76ff1c /templates/show | |
parent | 98c47096b1b008066963b8e99ce792f0f5127345 (diff) | |
download | vyatta-op-e711d30377c4681e75d91f7e7202497b9ba18132.tar.gz vyatta-op-e711d30377c4681e75d91f7e7202497b9ba18132.zip |
T689: remove files no longer needed after merging PR#14 into vyos-1x.
Diffstat (limited to 'templates/show')
33 files changed, 0 insertions, 131 deletions
diff --git a/templates/show/arp/node.def b/templates/show/arp/node.def deleted file mode 100644 index 013e016..0000000 --- a/templates/show/arp/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show Address Resolution Protocol (ARP) information -run: /usr/sbin/arp -e -n diff --git a/templates/show/arp/node.tag/node.def b/templates/show/arp/node.tag/node.def deleted file mode 100644 index 648797b..0000000 --- a/templates/show/arp/node.tag/node.def +++ /dev/null @@ -1,7 +0,0 @@ -help: Show Address Resolution Protocol (ARP) cache for specified interface -allowed: local -a vals; - vals=($(${vyatta_sbindir}/vyatta-interfaces.pl --show ethernet)); - vals+=($(${vyatta_sbindir}/vyatta-interfaces.pl --show bridge)); - vals+=($(${vyatta_sbindir}/vyatta-interfaces.pl --show bonding)); - echo ${vals[@]}; -run: /usr/sbin/arp -e -n -i "$3" diff --git a/templates/show/bridge/node.def b/templates/show/bridge/node.def deleted file mode 100644 index 86d0193..0000000 --- a/templates/show/bridge/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show bridging information -run: /sbin/brctl show diff --git a/templates/show/bridge/node.tag/macs/node.def b/templates/show/bridge/node.tag/macs/node.def deleted file mode 100644 index e985437..0000000 --- a/templates/show/bridge/node.tag/macs/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show bridge Media Access Control (MAC) address table -run: /sbin/brctl showmacs "$3" diff --git a/templates/show/bridge/node.tag/node.def b/templates/show/bridge/node.tag/node.def deleted file mode 100644 index 0ae82f1..0000000 --- a/templates/show/bridge/node.tag/node.def +++ /dev/null @@ -1,5 +0,0 @@ -help: Show bridge information for a given bridge interface -allowed: local -a array ; - array=( /sys/class/net/br* ) ; - echo -n '<brN>' ${array[@]##*/} -run: /sbin/brctl show "$3" diff --git a/templates/show/bridge/node.tag/spanning-tree/node.def b/templates/show/bridge/node.tag/spanning-tree/node.def deleted file mode 100644 index 360d15a..0000000 --- a/templates/show/bridge/node.tag/spanning-tree/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show bridge spanning tree information -run: /sbin/brctl showstp "$3" diff --git a/templates/show/configuration/all/node.def b/templates/show/configuration/all/node.def deleted file mode 100644 index 3f93f48..0000000 --- a/templates/show/configuration/all/node.def +++ /dev/null @@ -1,8 +0,0 @@ -help: Show running configuration (including default values) -run: if [ "$VYATTA_USER_LEVEL_DIR" == "/opt/vyatta/etc/shell/level/admin" ]; - then - cli-shell-api showCfg --show-show-defaults --show-active-only \ - --show-hide-secrets - else - echo Must be an admin user to run this command. - fi diff --git a/templates/show/configuration/commands/node.def b/templates/show/configuration/commands/node.def deleted file mode 100644 index f2e047e..0000000 --- a/templates/show/configuration/commands/node.def +++ /dev/null @@ -1,7 +0,0 @@ -help: Show running configuration as set commands -run: if [ "$VYATTA_USER_LEVEL_DIR" == "/opt/vyatta/etc/shell/level/admin" ]; - then - cli-shell-api showCfg --show-active-only | vyos-config-to-commands - else - echo Must be an admin user to run this command. - fi diff --git a/templates/show/configuration/files/node.def b/templates/show/configuration/files/node.def deleted file mode 100644 index 698ba14..0000000 --- a/templates/show/configuration/files/node.def +++ /dev/null @@ -1,11 +0,0 @@ -help: Show available saved configurations -run: if [ "$VYATTA_USER_LEVEL_DIR" == "/opt/vyatta/etc/shell/level/admin" ]; - then - find ${vyatta_sysconfdir}/config/ -type f -not -name ".*" -not -name "config.boot.*" -printf "%f\t(%Tc)\t%T@\n" | sort -r -k3 | awk -F"\t" '{printf ("%-20s\t%s\n", $1,$2) ;}' - else - echo Must be an admin user to run this command. - fi - - - - diff --git a/templates/show/configuration/node.def b/templates/show/configuration/node.def deleted file mode 100644 index 34813a4..0000000 --- a/templates/show/configuration/node.def +++ /dev/null @@ -1,7 +0,0 @@ -help: Show running configuration -run: if [ "$VYATTA_USER_LEVEL_DIR" == "/opt/vyatta/etc/shell/level/admin" ]; - then - cli-shell-api showCfg --show-active-only --show-hide-secrets - else - echo Must be an admin user to run this command. - fi diff --git a/templates/show/date/node.def b/templates/show/date/node.def deleted file mode 100644 index eb5adf9..0000000 --- a/templates/show/date/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show system date and time -run: /bin/date diff --git a/templates/show/date/utc/maya/node.def b/templates/show/date/utc/maya/node.def deleted file mode 100644 index ddc82c7..0000000 --- a/templates/show/date/utc/maya/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show UTC date in Maya calendar format -run: ${vyatta_bindir}/maya-date.py $(date +%s) diff --git a/templates/show/date/utc/node.def b/templates/show/date/utc/node.def deleted file mode 100644 index cb12d00..0000000 --- a/templates/show/date/utc/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show system date and time as Coordinated Universal Time -run: /bin/date -u diff --git a/templates/show/disk/node.def b/templates/show/disk/node.def deleted file mode 100644 index 8572a9f..0000000 --- a/templates/show/disk/node.def +++ /dev/null @@ -1 +0,0 @@ -help: Show status of disk device diff --git a/templates/show/disk/node.tag/format/node.def b/templates/show/disk/node.tag/format/node.def deleted file mode 100644 index ad87cfc..0000000 --- a/templates/show/disk/node.tag/format/node.def +++ /dev/null @@ -1,7 +0,0 @@ -help: Show disk drive formatting -run: disk_dev="/dev/$3" - if [ ! -b "$disk_dev" ] - then echo "$3 is not a disk device" - exit 1 - fi - sudo /sbin/fdisk -l "$disk_dev" diff --git a/templates/show/disk/node.tag/node.def b/templates/show/disk/node.tag/node.def deleted file mode 100644 index 8690008..0000000 --- a/templates/show/disk/node.tag/node.def +++ /dev/null @@ -1,4 +0,0 @@ -help: Disk device name -allowed: awk 'NR > 2 && $4 !~ /[0-9]$/ { print $4 }' </proc/partitions - - diff --git a/templates/show/hardware/cpu/detail/node.def b/templates/show/hardware/cpu/detail/node.def deleted file mode 100644 index 2e3c616..0000000 --- a/templates/show/hardware/cpu/detail/node.def +++ /dev/null @@ -1,4 +0,0 @@ -help: Show system CPU details -run: less $_vyatta_less_options \ - --prompt=".cpu info" \ - -- /proc/cpuinfo diff --git a/templates/show/hardware/cpu/node.def b/templates/show/hardware/cpu/node.def deleted file mode 100644 index 653b558..0000000 --- a/templates/show/hardware/cpu/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show CPU info -run: lscpu diff --git a/templates/show/hardware/cpu/summary/node.def b/templates/show/hardware/cpu/summary/node.def deleted file mode 100644 index 6a6582a..0000000 --- a/templates/show/hardware/cpu/summary/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show CPU's on system -run: ${vyatta_bindir}/vyatta-cpu-summary.pl diff --git a/templates/show/hardware/dmi/node.def b/templates/show/hardware/dmi/node.def deleted file mode 100644 index 897c9ec..0000000 --- a/templates/show/hardware/dmi/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show system DMI details -run: ${vyatta_bindir}/vyatta-show-dmi diff --git a/templates/show/hardware/mem/node.def b/templates/show/hardware/mem/node.def deleted file mode 100644 index acf1109..0000000 --- a/templates/show/hardware/mem/node.def +++ /dev/null @@ -1,4 +0,0 @@ -help: Show system RAM details -run: less $_vyatta_less_options \ - --prompt=".mem info" \ - -- /proc/meminfo diff --git a/templates/show/hardware/node.def b/templates/show/hardware/node.def deleted file mode 100644 index e9a8e4d..0000000 --- a/templates/show/hardware/node.def +++ /dev/null @@ -1 +0,0 @@ -help: Show system hardware details diff --git a/templates/show/hardware/pci/detailed/node.def b/templates/show/hardware/pci/detailed/node.def deleted file mode 100644 index b76b487..0000000 --- a/templates/show/hardware/pci/detailed/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show verbose system PCI bus details -run: lspci -vvv diff --git a/templates/show/hardware/pci/node.def b/templates/show/hardware/pci/node.def deleted file mode 100644 index 9b2e890..0000000 --- a/templates/show/hardware/pci/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show system PCI bus details -run: lspci diff --git a/templates/show/hardware/scsi/detail/node.def b/templates/show/hardware/scsi/detail/node.def deleted file mode 100644 index 902b570..0000000 --- a/templates/show/hardware/scsi/detail/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show detailed SCSI device information -run: lsscsi -vvv diff --git a/templates/show/hardware/scsi/node.def b/templates/show/hardware/scsi/node.def deleted file mode 100644 index 54d406a..0000000 --- a/templates/show/hardware/scsi/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show SCSI device information -run: lsscsi diff --git a/templates/show/hardware/usb/detail/node.def b/templates/show/hardware/usb/detail/node.def deleted file mode 100644 index a976d7c..0000000 --- a/templates/show/hardware/usb/detail/node.def +++ /dev/null @@ -1,3 +0,0 @@ -help: Show detailed USB bus information -run: lsusb -v - diff --git a/templates/show/hardware/usb/node.def b/templates/show/hardware/usb/node.def deleted file mode 100644 index d66f163..0000000 --- a/templates/show/hardware/usb/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show peripherals connected to the USB bus -run: lsusb diff --git a/templates/show/raid/node.def b/templates/show/raid/node.def deleted file mode 100644 index d0ec96d..0000000 --- a/templates/show/raid/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show status of RAID set - diff --git a/templates/show/raid/node.tag/node.def b/templates/show/raid/node.tag/node.def deleted file mode 100644 index ff64da4..0000000 --- a/templates/show/raid/node.tag/node.def +++ /dev/null @@ -1,23 +0,0 @@ -help: RAID set name - -allowed: - local -a raid_sets ; - raid_sets=`cat /proc/partitions | grep md | awk '{ print $4 }'` - echo -n $raid_sets - -run: - raid_set_name=$3 - raid_sets=`cat /proc/partitions | grep md | awk '{ print $4 }'` - valid_set=`echo $raid_sets | grep $raid_set_name` - if [ -z $valid_set ]; then - echo "$raid_set_name is not a RAID set" - else - if [ -r /dev/${raid_set_name} ]; then - # This should work without sudo because we have read - # access to the dev, but for some reason mdadm must be - # run as root in order to succeed. - sudo /sbin/mdadm --detail /dev/${raid_set_name} - else - echo "Must be administrator or root to display RAID status" - fi - fi diff --git a/templates/show/users/node.def b/templates/show/users/node.def deleted file mode 100644 index f7b2e87..0000000 --- a/templates/show/users/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show user information -run: who -H diff --git a/templates/show/users/recent/node.def b/templates/show/users/recent/node.def deleted file mode 100644 index 9199d6d..0000000 --- a/templates/show/users/recent/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Show 10 recently logged in users -run: last -aF -n 10 | sed -e "s/^wtmp begins/Displaying logins since/" diff --git a/templates/show/users/recent/node.tag/node.def b/templates/show/users/recent/node.tag/node.def deleted file mode 100644 index a37e6e0..0000000 --- a/templates/show/users/recent/node.tag/node.def +++ /dev/null @@ -1,3 +0,0 @@ -help: Show specified number of recently logged in users -allowed: echo -n '<NUMBER>' -run: last -aF -n $4 | sed -e "s/^wtmp begins/Displaying logins since/" |