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

Add FreeBSD support, using telegraf as installed by pkg(8) #185

Merged
merged 2 commits into from
Jan 14, 2022
Merged

Add FreeBSD support, using telegraf as installed by pkg(8) #185

merged 2 commits into from
Jan 14, 2022

Conversation

rvstaveren
Copy link
Contributor

Pull Request (PR) description

This adds support for FreeBSD, using telegraf as installed by pkg(8).
Where applicable, spec logic from Darwin support was used.
FreeBSD's telegraf is in the package collection and needs no repository management.

This Pull Request (PR) fixes the following issues

n/a

@bastelfreak
Copy link
Member

@bastelfreak bastelfreak added the enhancement New feature or request label Jan 13, 2022
metadata.json Outdated
@@ -74,6 +74,13 @@
"operatingsystemrelease": [
"18"
]
},
{
"operatingsystem": "FreeBSD,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add the missing " and fix the alignment in the lines below (I highly recommend using soft tabs)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, my bad. The editor decided to insert some quotes by itself which I overlooked. Should be ok now. Hard tabs are gone too

@rvstaveren
Copy link
Contributor Author

Ok this seems to trigger additional errors, I’m looking into this

@bastelfreak bastelfreak merged commit 2562314 into voxpupuli:master Jan 14, 2022
@rvstaveren rvstaveren deleted the freebsd_support branch January 14, 2022 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants