sensu / network-interface-checks

Network interface monitoring for Sensu Go.
0 stars 1 forks source link

Provide ability to monitor ports #6

Open asachs01 opened 1 year ago

asachs01 commented 1 year ago

In https://bonsai.sensu.io/assets/sensu-plugins/sensu-plugins-network-checks, there is the ability to monitor ports to see if they're listening/open. We should expand this plugin to provide parity with the other check collection.

portertech commented 1 year ago

Specifically this functionality https://github.com/sensu-plugins/sensu-plugins-network-checks/blob/master/bin/check-ports.rb

portertech commented 1 year ago

Alternatively, we can have the user use check_tcp from https://github.com/sensu/monitoring-plugins