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

Fix cputemp rrd #8024

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Fix cputemp rrd #8024

wants to merge 3 commits into from

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    24e6e9a View commit details
    Browse the repository at this point in the history
  2. Fix command to get CPU temperature

    -Add sysctl flag to ignore unknown oids
    -Remove Celsius "C" symbol from output
    awilkin87 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    56d04d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. Switch from sed to preg_replace

    Remove Celsius symbol from temperature output in PHP code instead of
    using sed.
    awilkin87 committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    cd42411 View commit details
    Browse the repository at this point in the history