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.
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 thesensu-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.