From f363bc15e28ec0ac72de6873ff57f5bb72eda052 Mon Sep 17 00:00:00 2001 From: Jonny007-MKD Date: Wed, 30 Dec 2020 13:58:37 +0100 Subject: [PATCH] Added command_check_rpi_temperature.conf --- command_check_rpi_temperature.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 command_check_rpi_temperature.conf diff --git a/command_check_rpi_temperature.conf b/command_check_rpi_temperature.conf new file mode 100644 index 0000000..82e2579 --- /dev/null +++ b/command_check_rpi_temperature.conf @@ -0,0 +1,11 @@ +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$" + } +}