Skip to content

Commit

Permalink
riemann.config: fix default events/sec.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Kingsbury committed Apr 12, 2012
1 parent 5e789cf commit 299e28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riemann.config
Expand Up @@ -12,7 +12,7 @@
index (default :ttl 300 (update-index (index)))]

(streams
(with {:metric_f 1 :host nil :state "ok" :service "events/sec"}
(with {:metric 1 :host nil :state "ok" :service "events/sec"}
(rate 5 index))

(where (service #"^per")
Expand Down

0 comments on commit 299e28b

Please sign in to comment.