opnsense / plugins

OPNsense plugin collection
https://opnsense.org/
BSD 2-Clause "Simplified" License
832 stars 621 forks source link

[os-telegraf] Please add CPU temperature monitoring #4118

Open broizter opened 1 month ago

broizter commented 1 month ago

Important notices Before you add a new report, we ask you kindly to acknowledge the following:

Is your feature request related to a problem? Please describe. The problem I'm having is not being able to monitor CPU temperatures with the Telegraf plugin.

Describe the solution you'd like Add CPU (and possibly other sensors) to the Telegraf plugin. Perhaps like this https://github.com/influxdata/telegraf/blob/master/plugins/inputs/sensors/README.md

Describe alternatives you've considered Using a custom Telegraf config but that is not a very elegant solution.

Additional context No other context.

aaronntw commented 1 month ago

currently the workaround is to edit the telegraf.conf according to this https://forum.opnsense.org/index.php?topic=17938.0

however, the additional line that is added into the telegraf.conf will be removed whenever opnsense is restarted