From 290b48edfb6d7678c41a601c805d1c9d14856745 Mon Sep 17 00:00:00 2001
From: thl-cmk <thl-cmk@outlook.com>
Date: Thu, 18 Mar 2021 16:01:24 +0100
Subject: [PATCH] Update README.md

---
 README.md | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 854c0dd..bdd0b60 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,8 @@
-# Cisco EASA Senssors
+# Cisco ASA Senssors
+
+**Note: this package is for CheckMK version 2.x. For other versions see the corresponding branch.**
+
+This plugin replaces [_ASA temperature_](/gitlab/checkmk/cisco/asa/cisco_asa_temp), [_ASA fan_](/gitlab/checkmk/cisco/asa/cisco_asa_fan) and [_ASA power supply_](/gitlab/checkmk/cisco/asa/cisco_asa_power).
 
 Cisco ASA checks
 *  *cisco_asa_temp*: monitors the ASA temperature sensors
@@ -8,7 +12,7 @@ Cisco ASA checks
 ## Check Info *cisco_asa_temp*:
 
 * *service*: this check creates one service for each temperature sesnsor
-* *state*: **warning''/**critical** if sensor state is not OK. Levels see WATO
+* *state*: **warning**/**critical** if sensor state is not OK. Levels see WATO
 * *wato*: CMK 2.x system provided
 * *perfdata*: 
     * Temperature (see WATO)
@@ -21,7 +25,7 @@ Sample output
 ## Check Info *cisco_asa_fan*:
 
 * *service*: this check creates one service for each fan sesnsor
-* *state*: **warning''/**critical** if sensor state is not OK. Levels see WATO
+* *state*: **warning**/**critical** if sensor state is not OK. Levels see WATO
 * *wato*: upper/lower levels
 * *perfdata*: 
     * Fan speed (RPM)
@@ -30,14 +34,13 @@ Sample output
 
 ![sample output](/doc/sample_fan.png?raw=true "sample [SHORT TITLE]")
 
+WATO options
+
+![WATO options](/doc/sample_fan_wato.png?raw=true "WATO options [SHORT TITLE]")
+
 ## Check Info *cisco_asa_power*:
 
 * *service*: this check creates one service for each fan sesnsor
-* *state*: **warning''/**critical** if sensor state is not OK.
+* *state*: **warning**/**critical** if sensor state is not OK.
 * *wato*: none
 * *perfdata*: none
-
-Sample output
-
-![sample output](/doc/sample_power.png?raw=true "sample [SHORT TITLE]")
-
-- 
GitLab