icinga2 icon indicating copy to clipboard operation
icinga2 copied to clipboard

Update ITL commands - several parameter for checks missing

Open MarcusCaepio opened this issue 2 years ago • 0 comments

Describe the bug

There are several parameter missing in checks brought by the ITL e.g. check_http and check_ssh. icinga2 --version icinga2 - The Icinga 2 network monitoring daemon (version: r2.14.0-1)

Following parameters are missing:

check_http (monitoring-plugins 2.3 / nagios-plugins 2.3.3 )

 --continue-after-certificate
    Allows the HTTP check to continue after performing the certificate check.
    Does nothing unless -C is used.

check_ssh (monitoring-plugins 2.3 / nagios-plugins 2.3.3 )

 -r, --remote-version=STRING
    Alert if string doesn't match expected server version (ex: OpenSSH_3.9p1)
 -P, --remote-protocol=STRING
    Alert if protocol doesn't match expected protocol version (ex: 2.0)

Expected behavior

The ITL is updated with the new parameters.

I will update this issue if I find more.

Cheers, Marcus

MarcusCaepio avatar Nov 28 '23 16:11 MarcusCaepio