Icinga / docker-icinga2

Official Icinga 2 Docker images
GNU General Public License v2.0
66 stars 30 forks source link

SNMP checks #62

Closed evollution closed 3 years ago

evollution commented 3 years ago

Hi Team, What if we have snmp checks, or other checks that need specific plugins, what we should do is not posible to include those by default ?

Al2Klimov commented 3 years ago

Hello @evollution!

For plugins which are likely to be widely used (SNMP?) I'd open a PR here.

Plugins specific to your env can be placed in /data or mounted additionally.

Best, AK