Sha256: f1d1c7d102e0b051823702f1c40497988c41c5ececdac312b4516b030785a085
Contents?: true
Size: 1.38 KB
Versions: 14
Compression:
Stored size: 1.38 KB
Contents
!!! 5 %html %head :css * { margin: 0; padding: 0; } html { font-size: 62.5%; } body { font-size: 20px; } div#wrapper { margin: 24px auto; width: 800px; } h1, h2, h3, h4, h5 { font-family: Helvetica Neue, sans-serif; margin-bottom: 12px; } table { text-align: left; width: 100%; } table th { font-family: Helvetica Neue, sans-serif; background-color: #eee; } table td, table th { padding: 4px; } table td.critical { background-color: #fb9a99; } table td.down { background-color: #fb9a99; } table td.warning { background-color: #f9bb34; } table td.ok { background-color: #B2DF8A; } table td.up { background-color: #B2DF8A; } %body %div#wrapper %h1 Flapjack Self Status %h4 Events queued: = @events_queued %h4 Number of failing services: = @count %p Events processed: #{@event_counter_all} (ok: #{@event_counter_ok}, failure: #{@event_counter_failure}, action: #{@event_counter_action}) %p Average rate: #{@event_rate_all} events per second %p Total keys in redis: #{@keys.length} %p Uptime: #{@uptime_string} %p Boot time: #{@boot_time} %p Current time: #{Time.now}
Version data entries
14 entries across 14 versions & 1 rubygems