diff options
Diffstat (limited to 'templates/show')
16 files changed, 17 insertions, 17 deletions
diff --git a/templates/show/bridge/node.def b/templates/show/bridge/node.def index 53327bd..a1ed782 100644 --- a/templates/show/bridge/node.def +++ b/templates/show/bridge/node.def @@ -1,2 +1,2 @@ -help: "Show bridging information" +help: Show bridging information run: /usr/sbin/brctl show diff --git a/templates/show/dhcp/client/leases/interface/node.def b/templates/show/dhcp/client/leases/interface/node.def index 458e0ec..ab13930 100644 --- a/templates/show/dhcp/client/leases/interface/node.def +++ b/templates/show/dhcp/client/leases/interface/node.def @@ -1 +1 @@ -help: Show dhcp client information for a given interface +help: Show DHCP client information for a given interface diff --git a/templates/show/dhcp/client/leases/interface/node.tag/node.def b/templates/show/dhcp/client/leases/interface/node.tag/node.def index 5e8f7f3..b0120d0 100644 --- a/templates/show/dhcp/client/leases/interface/node.tag/node.def +++ b/templates/show/dhcp/client/leases/interface/node.tag/node.def @@ -1,4 +1,4 @@ -help: Show dhcp client information for interface +help: Show DHCP client information for interface allowed: local -a array ; array=( /sys/class/net/eth* ) ; echo -n ${array[@]##*/} diff --git a/templates/show/dhcp/client/leases/node.def b/templates/show/dhcp/client/leases/node.def index 16bef4d..abded1e 100644 --- a/templates/show/dhcp/client/leases/node.def +++ b/templates/show/dhcp/client/leases/node.def @@ -1,2 +1,2 @@ -help: Show dhcp client leases +help: Show DHCP client leases run: /opt/vyatta/bin/vyatta-show-dhclient.pl diff --git a/templates/show/dhcp/client/node.def b/templates/show/dhcp/client/node.def index 874c579..094eaf4 100644 --- a/templates/show/dhcp/client/node.def +++ b/templates/show/dhcp/client/node.def @@ -1 +1 @@ -help: Show dhcp client information +help: Show DHCP client information diff --git a/templates/show/host/lookup/node.def b/templates/show/host/lookup/node.def index d8368b6..79f2f1b 100644 --- a/templates/show/host/lookup/node.def +++ b/templates/show/host/lookup/node.def @@ -1 +1 @@ -help: Lookup host info for host/ipaddress +help: Lookup host information for <host>/<IP address> diff --git a/templates/show/host/lookup/node.tag/node.def b/templates/show/host/lookup/node.tag/node.def index e0dd0df..7fa6309 100644 --- a/templates/show/host/lookup/node.tag/node.def +++ b/templates/show/host/lookup/node.tag/node.def @@ -1,3 +1,3 @@ -help: Lookup host information for host/ipaddres +help: Lookup host information for <host>/<IP address> allowed: vyatta-allowed-hosts run: /usr/bin/host $4 diff --git a/templates/show/interfaces/ethernet/detail/node.def b/templates/show/interfaces/ethernet/detail/node.def index 9883539..40ecdf1 100644 --- a/templates/show/interfaces/ethernet/detail/node.def +++ b/templates/show/interfaces/ethernet/detail/node.def @@ -1,2 +1,2 @@ -help: Show ethernet interface information +help: Show detailed ethernet interface information run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf-type=ethernet --action=show diff --git a/templates/show/interfaces/ethernet/node.tag/brief/node.def b/templates/show/interfaces/ethernet/node.tag/brief/node.def index 3340d9e..98539ed 100644 --- a/templates/show/interfaces/ethernet/node.tag/brief/node.def +++ b/templates/show/interfaces/ethernet/node.tag/brief/node.def @@ -1,2 +1,2 @@ -help: Show given ethernet interface information +help: Show summary of given ethernet interface information run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf="$4" --action=show-brief diff --git a/templates/show/interfaces/ethernet/node.tag/identify/node.def b/templates/show/interfaces/ethernet/node.tag/identify/node.def index d94172f..d308621 100644 --- a/templates/show/interfaces/ethernet/node.tag/identify/node.def +++ b/templates/show/interfaces/ethernet/node.tag/identify/node.def @@ -1,2 +1,2 @@ -help: Visually identify the specified Ethernet interface +help: Visually identify the specified ethernet interface run: sudo ${vyatta_bindir}/sudo-users/vyatta-identify-interface.pl "$4" diff --git a/templates/show/interfaces/ethernet/node.tag/vif/node.tag/brief/node.def b/templates/show/interfaces/ethernet/node.tag/vif/node.tag/brief/node.def index 1eaa07c..35cf9a4 100644 --- a/templates/show/interfaces/ethernet/node.tag/vif/node.tag/brief/node.def +++ b/templates/show/interfaces/ethernet/node.tag/vif/node.tag/brief/node.def @@ -1,2 +1,2 @@ -help: Show given virtual network interface information +help: Show summary of given virtual network interface information run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf="$4.$6" --action=show-brief diff --git a/templates/show/interfaces/loopback/detail/node.def b/templates/show/interfaces/loopback/detail/node.def index 759407a..629a979 100644 --- a/templates/show/interfaces/loopback/detail/node.def +++ b/templates/show/interfaces/loopback/detail/node.def @@ -1,2 +1,2 @@ -help: Show loopback interface information +help: Show detailed loopback interface information run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf-type=loopback diff --git a/templates/show/interfaces/tunnel/detail/node.def b/templates/show/interfaces/tunnel/detail/node.def index d3c8d95..ea23c81 100644 --- a/templates/show/interfaces/tunnel/detail/node.def +++ b/templates/show/interfaces/tunnel/detail/node.def @@ -1,2 +1,2 @@ -help: Show tunnel interface information -run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf-type=tunnel --action=show
\ No newline at end of file +help: Show detailed tunnel interface information +run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf-type=tunnel --action=show diff --git a/templates/show/interfaces/tunnel/node.tag/brief/node.def b/templates/show/interfaces/tunnel/node.tag/brief/node.def index 81e2c24..7a266ef 100644 --- a/templates/show/interfaces/tunnel/node.tag/brief/node.def +++ b/templates/show/interfaces/tunnel/node.tag/brief/node.def @@ -1,2 +1,2 @@ -help: Show given tunnel interface information +help: Show summary of given tunnel interface information run: ${vyatta_bindir}/vyatta-show-interfaces.pl --intf="$4" --action=show-brief diff --git a/templates/show/log/file/node.tag/node.def b/templates/show/log/file/node.tag/node.def index f62a334..6a717a9 100644 --- a/templates/show/log/file/node.tag/node.def +++ b/templates/show/log/file/node.tag/node.def @@ -1,4 +1,4 @@ -help: Show contents of user-defined log file +help: Show contents of the specified user-defined log file allowed: local -a array ; array=( /var/log/user/* ) ; [ ${#array[@]} -gt 0 ] && echo -n ${array[@]##*/} || echo -n none diff --git a/templates/show/vrrp/interface/node.def b/templates/show/vrrp/interface/node.def index eec2ae7..723666e 100644 --- a/templates/show/vrrp/interface/node.def +++ b/templates/show/vrrp/interface/node.def @@ -1,2 +1,2 @@ -help: "Show VRRP information for given interface" +help: Show VRRP information for given interface |