1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-29 06:58:55 +00:00

Adjust booleans in monitoring modules. (#5156) (#5170)

(cherry picked from commit 1b480e9f37)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2022-08-24 20:47:17 +02:00 committed by GitHub
parent 5657889b28
commit f3a2750205
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 50 additions and 50 deletions

View file

@ -75,10 +75,10 @@ options:
description: ["An arbitrary string to use for aggregation."]
validate_certs:
description:
- If C(no), SSL certificates will not be validated. This should only be used
- If C(false), SSL certificates will not be validated. This should only be used
on personally controlled sites using self-signed certificates.
type: bool
default: 'yes'
default: true
'''
EXAMPLES = '''

View file

@ -91,7 +91,7 @@ options:
description:
- Whether this monitor will notify when data stops reporting.
type: bool
default: 'no'
default: false
no_data_timeframe:
description:
- The number of minutes before a monitor will notify when data stops reporting.
@ -116,7 +116,7 @@ options:
description:
- Whether tagged users will be notified on changes to this monitor.
type: bool
default: 'no'
default: false
thresholds:
type: dict
description:
@ -128,7 +128,7 @@ options:
description:
- Whether changes to this monitor should be restricted to the creator or admins.
type: bool
default: 'no'
default: false
require_full_window:
description:
- Whether this monitor needs a full window of data before it gets evaluated.
@ -153,7 +153,7 @@ options:
description:
- Whether notifications from this monitor automatically inserts its triggering tags into the title.
type: bool
default: yes
default: true
version_added: 1.3.0
priority:
description: