Fix non-matching defaults. (#5452) (#5454)

(cherry picked from commit f84a9bf932)
This commit is contained in:
Felix Fontein
2022-11-01 20:09:31 +01:00
committed by GitHub
parent 2754d86ac5
commit d119905bd5
73 changed files with 130 additions and 21 deletions

View File

@@ -86,6 +86,7 @@ options:
I(ip_addresses) hash to resolve an IP address to target.
details:
type: dict
default: {}
description:
- Additional details specific to the check type. Must be a hash of strings
between 1 and 255 characters long, or an array or object containing 0 to
@@ -97,6 +98,7 @@ options:
default: false
metadata:
type: dict
default: {}
description:
- Hash of arbitrary key-value pairs to accompany this check if it fires.
Keys and values must be strings between 1 and 255 characters long.