Project

General

Profile

« Previous | Next » 

Revision a595fa75

Added by Martin Milata about 10 years ago

fixes #5090 - typo in bookmarks

View differences:

db/seeds.d/15-bookmarks.rb
[
{ :name => "eventful", :query => "eventful = true", :controller=> "reports" },
{ :name => "active", :query => 'last_report > "35 minutes ago" and (status.applied > 0 or status.restarted > 0)', :controller=> "hosts" },
{ :name => "out of sync", :query => 'last_report < "30 minutes ago" andstatus.enabled = true', :controller=> "hosts" },
{ :name => "out of sync", :query => 'last_report < "30 minutes ago" and status.enabled = true', :controller=> "hosts" },
{ :name => "error", :query => 'last_report > "35 minutes ago" and (status.failed > 0 or status.failed_restarts > 0 or status.skipped > 0)', :controller=> "hosts" },
{ :name => "disabled", :query => 'status.enabled = false', :controller=> "hosts" },
{ :name => "ok hosts", :query => 'last_report > "35 minutes ago" and status.enabled = true and status.applied = 0 and status.failed = 0 and status.pending = 0', :controller=> "hosts" }

Also available in: Unified diff