Open kresike opened 2 years ago
Hi there! Welcome to the Salt Community! Thank you for making your first contribution. We have a lengthy process for issues and PRs. Someone from the Core Team will follow up as soon as possible. In the meantime, here’s some information that may help as you continue your Salt journey. Please be sure to review our Code of Conduct. Also, check out some of our community resources including:
There are lots of ways to get involved in our community. Every month, there are around a dozen opportunities to meet with other contributors and the Salt Core team and collaborate in real time. The best way to keep track is by subscribing to the Salt Community Events Calendar. If you have additional questions, email us at saltproject@vmware.com. We’re glad you’ve joined our community and look forward to doing awesome things with you!
@kresike Thanks for the report. It appears that your open PR is against your own fork of Salt, did you mean to open that against the Salt repo?
Oops, sorry abou that. Let me fix that.
@garethgreenaway I've created a new one, this one looks better. Sorry about that!
Description There is a type error in the carbon returner, probably caused by the python2 -> python3 migration that has not been handled yet.
Setup One needs to set up a carbon instance for the carbon returner and schedule a munin plugin to be run by the salt-minion scheduler to run any munin plugin on the machine in question and return data using the carbon returner.
Please be as specific as possible and give set-up details.
Steps to Reproduce the behavior Add the following to minion.conf
Restart the salt minion and wait for the scheduler to run. In the logs the error below appears:
Expected behavior The data should be sent to the graphite instance.
Screenshots None.
Versions Report
Additional context I will post a pull request with a very simple fix to this problem.