Class: Deadpool::Monitor::Redis

Inherits:
Base
  • Object
show all
Defined in:
lib/deadpool/monitor/redis.rb

Instance Attribute Summary

Attributes inherited from Base

#logger

Instance Method Summary collapse

Methods inherited from Base

#initialize, #state, #system_check

Constructor Details

This class inherits a constructor from Deadpool::Monitor::Base

Instance Method Details

#primary_ok?Boolean

Returns:

  • (Boolean)


12
13
14
# File 'lib/deadpool/monitor/redis.rb', line 12

def primary_ok?
  false
end

#secondary_ok?Boolean

Returns:

  • (Boolean)


16
17
18
# File 'lib/deadpool/monitor/redis.rb', line 16

def secondary_ok?
  false
end