sensu-plugins/sensu-plugins-graylog

View on GitHub
bin/check-graylog2-alive.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method vhost_alive? has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def vhost_alive?
    protocol = config[:protocol]
    host     = config[:host]
    port     = config[:port]
    username = config[:username]
Severity: Minor
Found in bin/check-graylog2-alive.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status