-
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 "type" field lost in json file while upgrading module #860
Comments
|
I wonder if it's something about the sensu puppet libs not correctly up to date at the puppet run. |
|
@exeral I'm not able to reproduce the issue. This is what I get on the Centos 6 (and the other client) with current master (and the code in the linked commit): |
|
well, we were not able to reproduce too in a Vagrant box since we are not able to reproduce I think we can close the issue. I'm pretty sure it's something about the functions in |
Description of problem
Upgrading sensu puppet module from 2.1.0 to 2.42
(yes that's a high jump !)
checks config file lost the "type" attribute
resulting in our metric not being sent anymore
Command used and debugging output
the code that create metrics checks
puppet master 4.10 /agent setup
Platform and version information
Anything else to add that you think will be helpful?
As you can see, the "type" attribute is passed to
sensu::checkwhy it would be dropped by sensu module ?
The text was updated successfully, but these errors were encountered: