From d4218e82187a8d356c9bc7880b5e91707b99f453 Mon Sep 17 00:00:00 2001 From: neingeist Date: Tue, 29 Sep 2020 20:53:56 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20README:=20add=20an=20example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 794a3ba..78a1dc6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # check_dir_empty -nagios plugin: check that the directories given are empty \ No newline at end of file +nagios plugin: check that the directories given are empty + +Example: +~~~ +$ ./check_dir_empty /var/mail +OK: All given directories are empty +~~~