From bf1b51c6644094b6b4b857db971bd2bd9e561d23 Mon Sep 17 00:00:00 2001 From: Jonny007-MKD Date: Sat, 3 Oct 2020 16:22:25 +0200 Subject: [PATCH] Added arguments to README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f965bf..3f2146a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # check_rpi_temperature -Icinga2/Nagios check program for Raspberry Pi temperature \ No newline at end of file +Icinga2/Nagios check program for Raspberry Pi temperature + +## Arguments + +- `--warning 50`: Temperature above which the result is warning +- `--critical 70`: Temperature above which the result is critical +- `--fahrenheit`: All temperatures in Fahrenheit (°F) +