diff options
Diffstat (limited to 'templates/show')
-rw-r--r-- | templates/show/history/node.def | 2 | ||||
-rw-r--r-- | templates/show/interfaces/ethernet/node.tag/statistics/node.def | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/show/history/node.def b/templates/show/history/node.def index 682122a..787ebd9 100644 --- a/templates/show/history/node.def +++ b/templates/show/history/node.def @@ -1,2 +1,2 @@ help: show command history -run: HISTTIMEFORMAT='%FT%T%z ' history +run: history diff --git a/templates/show/interfaces/ethernet/node.tag/statistics/node.def b/templates/show/interfaces/ethernet/node.tag/statistics/node.def index 5414715..6dae4f3 100644 --- a/templates/show/interfaces/ethernet/node.tag/statistics/node.def +++ b/templates/show/interfaces/ethernet/node.tag/statistics/node.def @@ -1,3 +1,3 @@ help: Show physical device statistics for specified ethernet interface allowed: "" -run: /usr/sbin/ethtool -S "$4" +run: sudo /usr/sbin/ethtool -S "$4" |