Skip to content

tcp_check requires parameters as mandatory since 4.0.0 that should not be mandatory #849

@johannesschillinger-dm

Description

@johannesschillinger-dm

Hi Datadog Team,

in Commit 12db4ae the tcp_check.pp was modified to now require multiple parameters as mandatory that were not mandatory before:

String $check_name, String $host, String $port,
see

There is no explanation given in the CHANGELOG and I think this was done by mistake. As the $instances parameter allows to specify multiple instances of the TCP check instead of just a single one, it should rather be checked if

  • the three paramters are given
  • and if not: is the instances parameter correctly populated

Regards
Johannes

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions