Typo in HttpPostMonitor parameters

Description

Please add correct use-ssl-filter parameter in HttpMonitor documentation at https://docs.opennms.com/horizon/29/reference/service-assurance/monitors/HttpMonitor.html

Have tried the usesslfilter (without hyphen) from HttpPostMonitor but this failed because in HttpMonitor the correct parameter name is use-ssl-filter.

Also the parametername usesslfilter in documentation HttpPostMonitor at https://docs.opennms.com/horizon/29/reference/service-assurance/monitors/HttpPostMonitor.html is not correct.

You have to use usesslfiler which is a typing mistake in HttpPostMonitor.java in line 105:

public static final String PARAMETER_SSLFILTER = "usesslfiler";

 

Acceptance / Success Criteria

None

Lucidchart Diagrams

Activity

Show:

Mark Mahacek May 4, 2022 at 4:13 PM

Updated HttpPostMonitor to accept either usesslfiler or usesslfilter parameters.

Mark Mahacek May 3, 2022 at 3:20 PM

Does the linked PR above address your issue? The monitor should accept the correct spelling of the parameter listed in the docs, as well as the older misspelled version that users may have configured, so that this change won't break existing configs.

Mark Mahacek May 2, 2022 at 9:23 PM

Mark Mahacek May 2, 2022 at 9:21 PM

This isn't a doc issue - it's the code itself that has a typo in the HttpPostMonitor.java.

There is no SSL setting on the HttpMonitor as it is for HTTP connections, not HTTPS.

Fixed

Details

Assignee

Reporter

HB Grooming Date

HB Backlog Status

Components

Fix versions

Affects versions

Priority

PagerDuty

Created April 7, 2022 at 10:44 AM
Updated May 4, 2022 at 4:13 PM
Resolved May 4, 2022 at 4:13 PM