From faff3b40216f2fb982499d528e9a10525e5df864 Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Thu, 18 Mar 2021 15:39:06 +0100 Subject: [PATCH] Add README.md --- README.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..854c0dd --- /dev/null +++ b/README.md @@ -0,0 +1,43 @@ +# Cisco EASA Senssors + +Cisco ASA checks +* *cisco_asa_temp*: monitors the ASA temperature sensors +* *cisco_asa_fan*: monitors ASA fan sensors +* *cisco_asa_power*: monitors ASA power supplys + +## 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 +* *wato*: CMK 2.x system provided +* *perfdata*: + * Temperature (see WATO) + + +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 +* *wato*: upper/lower levels +* *perfdata*: + * Fan speed (RPM) + +Sample output + + + +## Check Info *cisco_asa_power*: + +* *service*: this check creates one service for each fan sesnsor +* *state*: **warning''/**critical** if sensor state is not OK. +* *wato*: none +* *perfdata*: none + +Sample output + + + -- GitLab