From: Stef C. <ste...@do...> - 2018-03-13 14:28:42
|
On 03/07/2018 10:53 PM, Stef Coene wrote: > Hi, > > Just wondering if anyone has updated devmon to support SNMP v3? In case someone is interessted, I updated devmon so it supports SNMP v3. I also found a bug in dm_config.pm on 3 places: next if $sysdesc eq 'UNDEFINED'; This should be changed to next OLDHOST if $sysdesc eq 'UNDEFINED'; next NEWHOST if $sysdesc eq 'UNDEFINED'; next CUSTOMHOST if $sysdesc eq 'UNDEFINED'; Stef |