Skip to content

Instantly share code, notes, and snippets.

@faxm0dem
Created November 25, 2015 09:30
Show Gist options
  • Save faxm0dem/11752f5041ef78ae6034 to your computer and use it in GitHub Desktop.
Save faxm0dem/11752f5041ef78ae6034 to your computer and use it in GitHub Desktop.
riemann warn on expired event
(where (service "riemann streams rate")
(where (expired? event)
(with {:state "warning" :ttl 3600}
indexer)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment