We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to add my first filter and I get the above error here is the code (puppet 3.6.2) (sensu-sensu v2.0.0) Module is the
sensu::filter { recurrences: attributes => { 'occurrences' => 'eval: value == 3 || value % 3 == 0' } }
Apply it to this handler
sensu::handler { 'mailer': command => '/etc/sensu/handlers/mailer.rb', type => 'pipe', source => 'puppet:///files/sensu/mailer.rb', config => { 'admin_gui' => 'http://sensu-master-01.example.net:3000/', 'mail_from' => 'sensuBot@sensu-master-01.example.net', 'mail_to' => 'sensu-alerts@mailman.example.net' }, filters => [ 'recurrences', ] }
The text was updated successfully, but these errors were encountered:
Did you upgrade to version 2.0.0? If so, did you restart your puppet master?
Sorry, something went wrong.
restarting the puppet master did the trick, thanks!
No branches or pull requests
Trying to add my first filter and I get the above error here is the code (puppet 3.6.2) (sensu-sensu v2.0.0)
Module is the
Apply it to this handler
The text was updated successfully, but these errors were encountered: