sensu-plugins / sensu-plugins-elasticsearch

This plugin provides native ElasticSearch instrumentation for monitoring and metrics collection, including: service health and metrics for cluster, node, and more.
http://sensu-plugins.io
MIT License
32 stars 77 forks source link

Fix for JSON.parse calls in metrics commands #154

Closed jspaleta closed 5 years ago

jspaleta commented 5 years ago

Pull Request Checklist

Fix for #148

General

Note

This only impacts ruby objects that inherent from the Sensu::Plugin::Metric::CLI class. so generally only metrics commands.

check commands built using Sensu::Plugin::Check::CLI are not impacted.