Fix typos in check_ssl_cert and check_statusfile.

This commit is contained in:
Joshua Rogers 2023-09-30 20:40:05 +02:00
parent 72cb09f404
commit 18b900cdf1
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
---
description: |
This is the `check_by_ssh` Nagios plugin, available e.g. in `/usr/lib/nagios/plugins/`.
This is the `check_ssl_cert` Nagios plugin, available e.g. in `/usr/lib/nagios/plugins/`.
functions:
command:
- description: The host example.net must return a certificate via TLS

View File

@ -1,6 +1,6 @@
---
description: |
This is the `check_statusfile` Nagios plugi plugin, available e.g. in `/usr/lib/nagios/plugins/`. The read file content is limited to the first line.
This is the `check_statusfile` Nagios plugin, available e.g. in `/usr/lib/nagios/plugins/`. The read file content is limited to the first line.
functions:
file-read:
- code: |