diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-10-17 15:15:02 (GMT) |
---|---|---|
committer | waja <waja@users.noreply.github.com> | 2023-10-17 15:56:06 (GMT) |
commit | 2d122f3782c1786900b5d26ddad87feb597b0188 (patch) | |
tree | 7f128962bd4e92ab216fe6a2b9cc5cba3da188bf | |
parent | ddbf839d933d38ec00d399367c9b22b12a2b72b0 (diff) | |
download | monitoring-plugins-2d122f3782c1786900b5d26ddad87feb597b0188.tar.gz |
Fix typo
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |