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

fix redis_db type def #415

Merged
merged 1 commit into from
Sep 11, 2015
Merged

fix redis_db type def #415

merged 1 commit into from
Sep 11, 2015

Conversation

crpeck
Copy link

@crpeck crpeck commented Sep 11, 2015

Every puppet run was causing a re-write of the /etc/sensu/conf.d/redis.json file, causing a refresh os sensu-api and sensu-server. Simple type fix, I matched it with redis_port (which is an integer, since I have no clue what this does, I do know that it stops the file rewrite and refreshes from happening :)

==> sensu_server: Notice: /Stage[main]/Sensu::Redis::Config/Sensu_redis_config[sensu-server.campus.wm.edu]/db: db changed '0' to '0'
==> sensu_server: Notice: /Stage[main]/Sensu::Api::Service/Service[sensu-api]: Triggered 'refresh' from 1 events
==> sensu_server: Notice: /Stage[main]/Sensu::Server::Service/Service[sensu-server]: Triggered 'refresh' from 1 events

jlambert121 added a commit that referenced this pull request Sep 11, 2015
@jlambert121 jlambert121 merged commit 4cac51f into sensu:master Sep 11, 2015
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

Successfully merging this pull request may close these issues.

2 participants