sensu / monitoring-plugins

Sensu Assets for the monitoring-plugins.org project
https://monitoring-plugins.org
5 stars 17 forks source link

Remove check_dns from asset #34

Open jspaleta opened 2 years ago

jspaleta commented 2 years ago

check_dns requires that the host provide nslookup as an external program. This is a difficult garuntee for an sensu asset to make in a containerized environment and is inappropriate to include because of this external dependency on the nslookup executable.

This should be refactors as a statically compiled golang check that does not use an external executable.