Use new-style checks for the temperature command
This commit is contained in:
parent
0140784111
commit
4a1c5ea8e1
@ -226,10 +226,10 @@
|
|||||||
# Device type checks
|
# Device type checks
|
||||||
# R720
|
# R720
|
||||||
- name: CPU0 Temperature
|
- name: CPU0 Temperature
|
||||||
command: check_by_ssh!/usr/bin/sudo /usr/local/bin/monitoring-scripts/check_temp -w 65 -c 75 --sensor coretemp-isa-0000
|
command: check_by_ssh!/usr/bin/sudo /usr/local/bin/monitoring-scripts/check_temp -n -w 65 -c 75 --sensor coretemp-isa-0000
|
||||||
hostgroup: device-type-r720
|
hostgroup: device-type-r720
|
||||||
- name: CPU1 Temperature
|
- name: CPU1 Temperature
|
||||||
command: check_by_ssh!/usr/bin/sudo /usr/local/bin/monitoring-scripts/check_temp -w 65 -c 75 --sensor coretemp-isa-0001
|
command: check_by_ssh!/usr/bin/sudo /usr/local/bin/monitoring-scripts/check_temp -n -w 65 -c 75 --sensor coretemp-isa-0001
|
||||||
hostgroup: device-type-r720
|
hostgroup: device-type-r720
|
||||||
# Device role checks
|
# Device role checks
|
||||||
# hypervisor (which is assumed to be Proxmox)
|
# hypervisor (which is assumed to be Proxmox)
|
||||||
|
Loading…
Reference in New Issue
Block a user