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

Cannot get results from ipmi-sel under Telegraf #1

Open
hgfischer opened this issue Dec 4, 2017 · 0 comments
Open

Cannot get results from ipmi-sel under Telegraf #1

hgfischer opened this issue Dec 4, 2017 · 0 comments

Comments

@hgfischer
Copy link

ipmi-sel needs to run as root to be able to return results.

syscall.Setuid() is not possible under Linux, so we have two choices:

  • find how ipmi-sel gets IPMI logs and make adjustments to allow it to read logs with a different username
  • use sudo to call ipmi-sel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant