NETWAYS / check_interfaces

Icinga check plugin for network hardware interfaces
GNU General Public License v2.0
11 stars 14 forks source link

Check for availability of DES privProtocol during compile time #19

Closed RincewindsHat closed 1 year ago

RincewindsHat commented 1 year ago

Some distributors (Red Hat) choose to remove DES support from net-snmp completely (for security reasons probably). This made the compilations of this program fail, although DES is optional here (one option of three).

This change tries to check for the availability of DES in libsnmp and includes it if possible.