1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Remove unused "autoconf" handling from plugins without this capability

Some plugins contained code for handling "autoconf" (always returning
"no") but did not announce the respective capability via the magic
marker.
This commit is contained in:
Lars Kruse 2018-09-16 04:23:14 +02:00
parent 2ec4e4c1f7
commit 46e2de55de
10 changed files with 2 additions and 40 deletions

View file

@ -73,9 +73,6 @@ community = ENV['community'] || "public"
version = ENV['version'] == '1' ? :SNMPv1 : :SNMPv2c
case ARGV[0]
when "autoconf"
puts "no"
exit 1
when "snmpconf"
puts "require 1.3.6.1.4.1.3955.89.108.1.1.2.1. [0-9]"
puts "require 1.3.6.1.4.1.3955.89.108.1.1.5.1. [0-9]"