sensu / catalog

Monitoring as code for Sensu Go. "There's a template for that!"
8 stars 4 forks source link

Add Prometheus node_exporter and windows_exporter integrations #187

Closed thoward closed 2 years ago

thoward commented 2 years ago

This adds two integrations, the Prometheus node_exporter and windows_exporter integrations.

Note that these actually depend on the http-checks version 0.6.0 release, which hasn't been merged or released yet (pending in https://github.com/sensu/http-checks/pull/19 )... So, the asset definitions/names will need to be updated in the sensu-resources.yaml files once that is merged and released on Bonsai.

Otherwise, this seems to work as expected. NOTE that currently is just sends metrics to a user-configured pipeline, rather than attempting to interpret them via output_metric_thresholds, which is largely due to the fact that most of these metrics are in a form that can't easily be thresholded that way.