sensu-plugins/sensu-plugins-logstash

View on GitHub
bin/handler-logstash.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method handle has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def handle
    time = Time.now.utc.iso8601
    logstash_msg = {
      :@timestamp    => time,
      :@version      => 1,
Severity: Minor
Found in bin/handler-logstash.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status