diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-01-06 08:20:12 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-01-06 08:20:12 -0800 |
commit | a5d04a5c46c1e52d14a228343c8418167f5c801e (patch) | |
tree | d3aae576bb20ea4b703da46b9f156f65d17ea5f9 /templates | |
parent | 13900b013e90ccdb0aeec78f58d120d4efd1fc88 (diff) | |
download | vyatta-op-a5d04a5c46c1e52d14a228343c8418167f5c801e.tar.gz vyatta-op-a5d04a5c46c1e52d14a228343c8418167f5c801e.zip |
Simple SNMP operational command
show snmp
Wrapper around snmpstatus, simple way to check if server is up
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show/snmp/node.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/show/snmp/node.def b/templates/show/snmp/node.def new file mode 100644 index 0000000..ea8ca47 --- /dev/null +++ b/templates/show/snmp/node.def @@ -0,0 +1,2 @@ +help: Show SNMP status +run: ${vyatta_bindir}/vyatta-show-snmp.pl |