Events queued: |
<%= h @events_queued %> |
Number of entities: |
<%= h @count_all_entities %> |
Number of failing entities: |
<%= h @count_failing_entities %> |
Number of checks: |
<%= h @count_all_checks %> |
Number of failing checks: |
<%= h @count_failing_checks %> |
Events processed (all time) |
- all: <%= h @event_counters['all'] %> events
- ok: <%= h @event_counters['ok'] %> events
- failure: <%= h @event_counters['failure'] %> events
- action: <%= h @event_counters['action'] %> events
|
Check Freshness |
<% @current_checks_ages.each_pair do |age, check_count| %>
- >= <%= age %>: <%= check_count %>
<% end %>
|
Total keys in redis |
<%= h @dbsize %> |
Current time |
<%= h Time.now.to_s %> |