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 /Makefile.am | |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 3629785..fd64da3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,6 +24,7 @@ bin_SCRIPTS += scripts/vyatta-gettime.pl bin_SCRIPTS += scripts/show-users.pl bin_SCRIPTS += scripts/vyatta-boot-image.pl bin_SCRIPTS += scripts/vyatta-sudo +bin_SCRIPTS += scripts/vyatta-show-snmp.pl bin_sudo_users_SCRIPTS = scripts/vyatta-identify-interface.pl bin_sudo_users_SCRIPTS += scripts/vyatta-delete-log-file.sh |