From 3bcfe867bc00b4be4579724b3d50628ca9c9b732 Mon Sep 17 00:00:00 2001 From: Paul Gear Date: Sat, 22 Nov 2014 17:38:51 +1000 Subject: Omit "Vyatta" from sysDescr EdgeOS does this as well, not sure if VyOS should; feel free to ignore this PR if you feel otherwise. I'm setting up LibreNMS' detection of VyOS to allow for both. --- scripts/snmp/vyatta-snmp.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/snmp') diff --git a/scripts/snmp/vyatta-snmp.pl b/scripts/snmp/vyatta-snmp.pl index 6423db15..06314ebc 100755 --- a/scripts/snmp/vyatta-snmp.pl +++ b/scripts/snmp/vyatta-snmp.pl @@ -151,7 +151,7 @@ sub snmp_get_constants { unshift @addr, $local_agent; print "# autogenerated by vyatta-snmp.pl on $now\n"; - print "sysDescr Vyatta $version\n"; + print "sysDescr $version\n"; print "sysObjectID 1.3.6.1.4.1.30803\n"; print "sysServices 14\n"; print "master agentx\n"; # maybe needed by lldpd -- cgit v1.2.3