-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
[inputs.procstat] systemd_unit is no longer working after #13417 #14438
Comments
Influx data support case Number: 00115464 |
No problem. I have tested the RP on RHEL[7-9] and works flawlessly. @srebhan |
works fine for me too:
|
Thanks @srebhan - we won't be taking the PR binary for production use, but it looks like it'll land in 1.29.1, we'll take that when it releases. |
Relevant telegraf.conf
Logs from Telegraf
System info
Telegraf 1.29.0
Docker
No response
Steps to reproduce
...
Expected behavior
The intended behavior should be metrics. However, due to modifications in the TOML configuration, it no longer searches for 'systemd_unit' but rather 'systemd_units' and old configuration fails
Actual behavior
2023-12-12T10:25:55Z E! error loading config file /tmp/test.conf: plugin inputs.procstat: line 1: configuration specified the fields ["systemd_unit"], but they weren't used
Additional info
This is a straightforward bug that testing should have identified. To ensure 'input.procstat' functions correctly in version 1.29.0, the configuration must be altered from 'systemd_unit' to 'systemd_units'. This change appears to be unexpected and likely an oversight.
The text was updated successfully, but these errors were encountered: