sumo-check-es 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/sumo-metric-es_subscriber_rate.rb +2 -2
- data/bin/sumo-metric-events_rate.rb +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 52f43d76ffd0252d9f680dd1ba73b8b1491c23d1
|
4
|
+
data.tar.gz: 8ac30158218fdb7717c7d226990c56624491a36a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4958f3703e1153e9aa83b725c6ab6fcd3338105b6231b3b469376690358bb9fe11810f86a01ed8ee129f44f80fe015ffba9ab53651797ec069f8f5759bdf9f9f
|
7
|
+
data.tar.gz: 3f88891c25416e04d5a3bf1f86044d245c384e6272d2b10a6975bfa129fde0fbbb782e879774482ab54c7b03098e208264d07073323b57bc8a6334bc40d53736
|
@@ -2,10 +2,10 @@
|
|
2
2
|
require 'elasticsearch'
|
3
3
|
require 'faraday_middleware'
|
4
4
|
require 'faraday_middleware/aws_signers_v4'
|
5
|
-
require 'sensu-plugin/
|
5
|
+
require 'sensu-plugin/metric/cli'
|
6
6
|
require 'uri'
|
7
7
|
|
8
|
-
class SensuMetricEsSubscriberRate < Sensu::Plugin::Metric::CLI::
|
8
|
+
class SensuMetricEsSubscriberRate < Sensu::Plugin::Metric::CLI::Graphite
|
9
9
|
option :server,
|
10
10
|
short: '-s http://localhost:9200',
|
11
11
|
long: '--server',
|
@@ -2,10 +2,10 @@
|
|
2
2
|
require 'elasticsearch'
|
3
3
|
require 'faraday_middleware'
|
4
4
|
require 'faraday_middleware/aws_signers_v4'
|
5
|
-
require 'sensu-plugin/
|
5
|
+
require 'sensu-plugin/metric/cli'
|
6
6
|
require 'uri'
|
7
7
|
|
8
|
-
class SensuMetricEventsRate < Sensu::Plugin::Metric::CLI::
|
8
|
+
class SensuMetricEventsRate < Sensu::Plugin::Metric::CLI::Graphite
|
9
9
|
option :server,
|
10
10
|
short: '-s http://localhost:9200',
|
11
11
|
long: '--server',
|