summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2023-10-17 15:15:02 (GMT)
committerJan Wagner <waja@cyconet.org>2023-10-17 15:28:29 (GMT)
commita170cc931cbc62d23d2e58268b7df53e535228fa (patch)
tree7f128962bd4e92ab216fe6a2b9cc5cba3da188bf
parent11383b769c8ea6c5f0561d32f24b873ee9d0c20b (diff)
downloadmonitoring-plugins-a170cc931cbc62d23d2e58268b7df53e535228fa.tar.gz
Fix typo
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 97ac837..808277b 100644
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,7 @@ This file documents the major additions and syntax changes between releases.
7 * check_dhcp: Add dhcp rogue detection 7 * check_dhcp: Add dhcp rogue detection
8 * check_disk: add ignore-missing option to return OK for missing fs 8 * check_disk: add ignore-missing option to return OK for missing fs
9 * check_disk_smb: allow checking 0-sized resource (ex. IPC$) 9 * check_disk_smb: allow checking 0-sized resource (ex. IPC$)
10 * check_disk: The options to include or exlude specific file systems now allow the usage of regex(7) 10 * check_disk: The options to include or exclude specific file systems now allow the usage of regex(7)
11 * check_icmp: Add support to Jitter, MOS and Score 11 * check_icmp: Add support to Jitter, MOS and Score
12 * check_mysql: Detect running mysqldump and handle it more gracefully 12 * check_mysql: Detect running mysqldump and handle it more gracefully
13 * check_procs: Implement --exclude-process to exclude specific processes 13 * check_procs: Implement --exclude-process to exclude specific processes