portertech / chef-monitor

An OpsCode Chef cookbook for monitoring services, wrapping the Sensu cookbook.
http://community.opscode.com/cookbooks/monitor
84 stars 102 forks source link

Fix "actions" filter: action is a symbol (:create) not a string ('create') #19

Closed tarrall closed 10 years ago

tarrall commented 10 years ago

One of the sample filters doesn't work with Sensu 0.12.6 because action is a symbol, not a string. I don't know if this was due to a Sensu change or if this filter never worked; this change should fix the filter regardless.

portertech commented 10 years ago

:+1: