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
see
lab/telegraf.d/telegraf.conf.mev
Line 14 in 1c7556b
2024-06-04T11:14:20Z E! [inputs.exec] Error in plugin: exec: exec: "ssh": executable file not found in $PATH for command "ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectTimeout=3 root@192.168.0.1 iset-cli get-temperature":
The text was updated successfully, but these errors were encountered:
We can set a cron job on mev acc to ssh to imc and get temp and save it locally to a file and then update telegraf co fig to use this file
ssh \ -o StrictHostKeyChecking=no \ -o UserKnownHostsFile=/dev/null \ -o ConnectTimeout=3 \ root@192.168.0.1 \ iset-cli get-temperature \ > somefile.txt
https://docs.ansible.com/ansible/latest/collections/ansible/builtin/cron_module.html
Sorry, something went wrong.
glimchb
Successfully merging a pull request may close this issue.
see
lab/telegraf.d/telegraf.conf.mev
Line 14 in 1c7556b
error
The text was updated successfully, but these errors were encountered: