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

Defining checks via hiera #279

Closed
voxter opened this issue Dec 2, 2014 · 4 comments
Closed

Defining checks via hiera #279

voxter opened this issue Dec 2, 2014 · 4 comments

Comments

@voxter
Copy link

voxter commented Dec 2, 2014

Hello,

In our puppet deployment, we currently manage to pull off all our configuration solely in hiera. I've managed to get everything defined + functioning in hiera using this module, except I'm unable to define checks.

I've tried configuring it like so, but it doesn't appear to be honored:

sensu::check:
    cpucheck:
      command: '/etc/sensu/plugins/check-cpu.rb'
      subscribers: 'cpu'

Any tips would be appreciated, going to dig through the code and see if I can figure it out regardless.

Thx!

@jamtur01
Copy link
Contributor

jamtur01 commented Dec 3, 2014

What do you mean by not honored? Can we please get:

  1. Puppet version.
  2. Module version.
  3. Some log output showing the issue.

Thanks

@jaxxstorm
Copy link
Contributor

@poolski
Copy link
Contributor

poolski commented Dec 5, 2014

In addition, you may need to specify standalone: false to have the checks run if you're running a centralised sensu server.

@jlambert121
Copy link
Contributor

@voxter if the above tips didn't help you out, please add to this ticket.

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

4 participants