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

Sensu Enterprise Service Not Reloading After Checks #827

Closed
csoleimani opened this issue Oct 17, 2017 · 1 comment
Closed

Sensu Enterprise Service Not Reloading After Checks #827

csoleimani opened this issue Oct 17, 2017 · 1 comment

Comments

@csoleimani
Copy link

csoleimani commented Oct 17, 2017

  • What did you do?
    Adding a new check or change a check

  • What happened?
    check definition changed, but the sensu-enterprise was not restarted/reloaded
    - What did you expect to happen?
    the sensu-enterprise service to get restarted/reloaded

  • How can someone reproduce the problem?
    add a new check or change an existing check with sensu-enterprise

Command used and debugging output

  • What does your puppet config look like (including any hiera config)
  class { '::sensu':
    enterprise                   => true,
    enterprise_version           => $::sensu::enterprise_version,
    enterprise_dashboard         => true,
    enterprise_dashboard_version => $::sensu::enterprise_dashboard_version,
    enterprise_dashboard_host    => 'localhost',
    enterprise_dashboard_port    => 3000,
    enterprise_dashboard_refresh => '5',
    enterprise_user              => 'cameron',
    enterprise_pass              => password,
    install_repo                 => true,
    log_level                    => $log_level,
    purge                        => {
      config => true,
    },
    rabbitmq_cluster             => $rabbitmq_cluster,
    redis_db                     => $redis_db,
    redis_host                   => $redis_host,
    version                      => $client_version,
  }
  • Is this a masterless or master based puppet setup?
    master

Platform and version information

  • Your OS:
    Debian 8
  • Your Ruby version:
    ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-linux]
  • Your version of Puppet:
    2017.2.2 - Enterprise
  • Your version of Sensu:
    1.1.0
  • Your version of this module:
    2cebbde

Anything else to add that you think will be helpful?

#828

@ghoneycutt
Copy link
Collaborator

We've released a fix for this. Please try the newest release of the module and re-open if this is still an issue.

Thanks @csoleimani

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