feat: Debian 12 compatibility

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2024-07-27 19:20:30 +02:00
parent d8c17dad4b
commit 36c0ce1de6
No known key found for this signature in database
GPG key ID: A2EB1F2CA8E3F677
9 changed files with 34 additions and 18 deletions

View file

@ -349,8 +349,6 @@ List of Nagios commands.
```yaml
nagios_commands:
- command_name: check_nrpe_nossl
command_line: /usr/lib/nagios/plugins/check_nrpe -2 -H '$HOSTADDRESS$' -c '$ARG1$' -n
- command_name: check_https_vhost_certificate
command_line: /usr/lib/nagios/plugins/check_http --ssl --sni -I '$HOSTADDRESS$' -H '$ARG1$' -C '$ARG2$'
```