SteScho / manubulon-snmp

Set of Icinga/Nagios plugins to check hosts and hardware with the SNMP protocol.
GNU General Public License v2.0
73 stars 71 forks source link

Update check_snmp_int.pl - resolves SteScho/manubulon-snmp#63 #79

Closed kwork-er closed 3 years ago

kwork-er commented 3 years ago

Effectively reverting commit 9f9b15a926d8795935b54626dc3ab9e5becb2763 and doing it in a different way that avoids adding huge amounts of regex, that may not run on older systems. Removed the added " =~ s/./_/r ", instead replacing the dots (.) in the regex that was meant for it in the first place -> line 967.