-
Notifications
You must be signed in to change notification settings - Fork 290
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
Check defined on server (subscription check) results in changes on every run #265
Comments
|
What system are you on? What version of sensu and puppet are you using? |
|
@jlambert121 I am using the latest from git, and I'm on CentOS 6, using puppet 3.6.2 This has become a potentially very problematic bug, as it now means that any checks with an interval of longer than 30 minutes are not executing, as the server is getting restarted every 30 minutes. |
|
I saw this same thing when I attempted to update to 1.2.0 in our test environment. I'm currently locked in on 1.0 and am not experiencing the problem, so it is probably something that changed in either 1.1 or 1.2. |
|
I believe this is related to the custom attribute as those are the only ones of mine showing this behavior. Are you guys only seeing int on checks with the custom attribute as well? Not sure how to fix it yet though. |
|
Closing in favor of #271 |
I haven't made any changes to the file, but the files change on each run.
When I do a diff, I can see the hash has been reordered:
My check config looks like this:
I'm not sure if it's the custom params or the check itself that's causing this, but I see there have been previous issues related to it.
The text was updated successfully, but these errors were encountered: