From 2dfcdf6cab4560105aec266aa56684ac18644887 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch>
Date: Fri, 26 Mar 2021 11:34:11 +0100
Subject: [PATCH] update readme

---
 check_eol.md | 2 +-
 readme.md    | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/check_eol.md b/check_eol.md
index ea7d841..d31a197 100644
--- a/check_eol.md
+++ b/check_eol.md
@@ -18,7 +18,7 @@ It is customizable / extendable to detect other products that are not included i
 
 ### Syntax
 
-``$ check_eol [-c CRITICAL] [-w WARING] PRODUCT VERSION``
+``$ check_eol [-c CRITICAL] [-w WARNING] PRODUCT VERSION``
 
 #### Parameters
 
diff --git a/readme.md b/readme.md
index 5d5521c..73fa61a 100644
--- a/readme.md
+++ b/readme.md
@@ -34,6 +34,8 @@ There is one include script used by all checks:
 * check_disk-io
 * check_dns_responsetime
 * [check_eol](check_eol.md)
+* check_fs_errors - check journal for ext4 consistency errors
+* check_fs_writable - for virtual nmachines: detect if filesystem is readonly
 * check_haproxy_health
 * check_haproxy_status
 * check_memory
-- 
GitLab