We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to use systemd_units to monitor both services AND sockets.
I can use the unittype filter to add multiple types to it. For example: unittype = "service, socket"
unittype
unittype = "service, socket"
Currently only one type is accepted at the unittype
I am maybe wrong and don't know Go enough, but it seems to me that only 1 unittype is accepted here: https://github.com/influxdata/telegraf/blob/master/plugins/inputs/systemd_units/systemd_units_linux.go#L151
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Use Case
I want to use systemd_units to monitor both services AND sockets.
Expected behavior
I can use the
unittype
filter to add multiple types to it. For example:unittype = "service, socket"
Actual behavior
Currently only one type is accepted at the
unittype
Additional info
I am maybe wrong and don't know Go enough, but it seems to me that only 1 unittype is accepted here:
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/systemd_units/systemd_units_linux.go#L151
The text was updated successfully, but these errors were encountered: