12 lines
362 B
Text
12 lines
362 B
Text
|
object CheckCommand "check_rpi_temperature" {
|
||
|
import "plugin-check-command"
|
||
|
|
||
|
command = [ "/home/nagios/check_rpi_temperature/check_rpi_temperature.sh" ]
|
||
|
|
||
|
arguments = {
|
||
|
"--warning" = "$check_rpi_temperature_warn$"
|
||
|
"--critical" = "$check_rpi_temperature_crit$"
|
||
|
"--fahrenheit" = "$check_rpi_temperature_fahrenheit$"
|
||
|
}
|
||
|
}
|