Skip to content

Commit

Permalink
Merge pull request #276 from dougiteixeira/dougiteixeira-patch-1
Browse files Browse the repository at this point in the history
Update cpu_temperature.md
  • Loading branch information
dougiteixeira authored Feb 28, 2024
2 parents d8165a4 + 6ebbdb4 commit 9407949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts_cron/cpu_temperature.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You should use this as an example and adjust to your use case.

```
#! /bin/bash
url1=http://10.10.10.xxx:8123/api/states/sensor.proxmox_temperatura
url1=http://10.10.10.xxx:8123/api/states/sensor.proxmox_cpu_temperature
token1=xxxxx
temp=$(sensors | grep -e "°C" | grep "Core" | awk -F "+" '{ print $2 }' | awk -F "." '{ print $1 }' | sort | tail -n1);
Expand Down

0 comments on commit 9407949

Please sign in to comment.