icinga2
icinga2 copied to clipboard
Update ITL commands - several parameter for checks missing
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