Skip to content
New issue

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

Create resources for managing Chef analytics resources #49

Closed
andrewelizondo opened this issue May 6, 2015 · 1 comment
Closed

Create resources for managing Chef analytics resources #49

andrewelizondo opened this issue May 6, 2015 · 1 comment

Comments

@andrewelizondo
Copy link

As a user, I'd like to be able to specify analytics rules and notifications using cheffish opposed to creating them through the UI and/or a knife command.

I was thinking this might look something like this
e.g.

chef_analytics_rule 'watch-admins-group' do
  priority 0
  message :run_converge
  rule <<-EOH
  when
     #blah
  then
     #blah
  EOH
  notify 'blah'
end
@thommay
Copy link
Contributor

thommay commented Dec 7, 2016

Given the EOLishness of Analytics this is pretty unlikely to ever happen. We'd accept a PR, but I'm going to close out this issue for now.

@thommay thommay closed this as completed Dec 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants