Skip to content

Commit 8740782

Browse files
committed
fix(docs): reorder Important Notes before Data Collection in notification plugin READMEs
1 parent 2e873f4 commit 8740782

5 files changed

Lines changed: 12 additions & 16 deletions

File tree

check-plugins/diacos/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ ID DIACOS is a coding software for accurate and fast invoicing in hospitals, all
88

99
**Important Notes:**
1010

11-
* Any platform with network access to the ID DIACOS REST API
11+
* Runs on any platform with network access to the ID DIACOS REST API
1212
* Plugin execution may take more than 10 seconds depending on network latency and server load
1313
* `--login-name` and `--login-licence` are required parameters
1414
* The session ID is validated for minimum expected length before proceeding with the search
1515

16-
1716
**Data Collection:**
1817

1918
* Performs three sequential API calls against the ID DIACOS REST API (`/axis2/idlogikrest`):

check-plugins/mysql-thread-cache/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ Checks how effectively MySQL/MariaDB caches threads for re-use. A low cache hit
99
* See [additional notes for all mysql monitoring plugins](https://github.com/Linuxfabrik/monitoring-plugins/blob/main/PLUGINS-MYSQL.md)
1010
* When the thread pool is enabled (Percona or MariaDB), the value of `thread_cache_size` is ignored and `Threads_cached` shows 0
1111

12-
13-
1412
**Data Collection:**
1513

1614
* Queries `SHOW GLOBAL VARIABLES` for `have_threadpool` and `thread_cache_size`
@@ -22,7 +20,6 @@ Checks how effectively MySQL/MariaDB caches threads for re-use. A low cache hit
2220
* Cross-platform
2321

2422

25-
2623
## Fact Sheet
2724

2825
| Fact | Value |

check-plugins/php-fpm-status/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
Monitors PHP-FPM pool performance via the status page. Reports active processes, listen queue depth, idle workers, request rates, and uptime per pool. Also lists currently running processes with their request details.
66

7-
**Important Notes:**
8-
9-
* Requires a configured PHP-FPM status page (e.g. `pm.status_path = /fpm-status` in `/etc/php-fpm.d/<poolname>.conf`)
7+
Requires a configured PHP-FPM status page (e.g. `pm.status_path = /fpm-status` in `/etc/php-fpm.d/<poolname>.conf`)
108

119
PHP-FPM config example:
1210

notification-plugins/notify-host-mail/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@
44

55
Sends host notifications via email for Icinga/Nagios. Generates an HTML-formatted email with color-coded notification types and host states, including an embedded Icinga logo. Includes host display name, state, output, IP address, event time, perfdata, and an optional link to Icinga Web 2.
66

7+
**Important Notes:**
8+
9+
* Use the `--short` parameter to create a short message without a subject, for example for sending to a SMS relay service.
10+
11+
712
**Data Collection:**
813

914
* All notification data is passed via command-line parameters from the Icinga/Nagios notification system
1015
* Sends the email via SMTP (`--mail-server`, default: localhost, port 25)
1116
* Supports SMTP authentication via `--mail-user` and `--mail-password`
1217

13-
**Important Notes:**
14-
15-
* Use the `--short` parameter to create a short message without a subject, for example for sending to a SMS relay service.
16-
1718

1819
## Fact Sheet
1920

notification-plugins/notify-service-mail/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@
44

55
Sends service notifications via email for Icinga/Nagios. Generates an HTML-formatted email with color-coded notification types and service states, including an embedded Icinga logo. Includes host display name, service display name, service state, service output, IP address, event time, perfdata, and an optional link to Icinga Web 2.
66

7+
**Important Notes:**
8+
9+
* Use the `--short` parameter to create a short message without a subject, for example for sending to a SMS relay service.
10+
11+
712
**Data Collection:**
813

914
* All notification data is passed via command-line parameters from the Icinga/Nagios notification system
1015
* Sends the email via SMTP (`--mail-server`, default: localhost, port 25)
1116
* Supports SMTP authentication via `--mail-user` and `--mail-password`
1217

13-
**Important Notes:**
14-
15-
* Use the `--short` parameter to create a short message without a subject, for example for sending to a SMS relay service.
16-
1718

1819
## Fact Sheet
1920

0 commit comments

Comments
 (0)