summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2023-10-17 15:15:02 (GMT)
committerwaja <waja@users.noreply.github.com>2023-10-17 15:56:06 (GMT)
commit2d122f3782c1786900b5d26ddad87feb597b0188 (patch)
tree7f128962bd4e92ab216fe6a2b9cc5cba3da188bf
parentddbf839d933d38ec00d399367c9b22b12a2b72b0 (diff)
downloadmonitoring-plugins-2d122f3782c1786900b5d26ddad87feb597b0188.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