@cryptotaxi247 / netdata-1 / commits / 540bf446a

go.d whoisquery fix defaults in config_schema (#17932)

Ilya Mashchenko committed Jun 17, 2024 at 19:39 UTC 540bf446a895dea40d3aca6867e3a75895bf5893
2 files changed +3 -3
src/go/collectors/go.d.plugin/modules/whoisquery/config_schema.json
+2 -2
@@ -9,7 +9,7 @@
9 "description": "Data collection interval, measured in seconds.",
10 "type": "integer",
11 "minimum": 1,
12 - "default": 1
12 + "default": 60
13 },
14 "source": {
15 "title": "Domain",
@@ -21,7 +21,7 @@
21 "description": "The timeout in seconds for the WHOIS query.",
22 "type": "number",
23 "minimum": 0.5,
24 - "default": 1
24 + "default": 5
25 },
26 "days_until_expiration_warning": {
27 "title": "Days until warning",
src/go/collectors/go.d.plugin/modules/whoisquery/metadata.yaml
+1 -1
@@ -51,7 +51,7 @@ modules:
51 list:
52 - name: update_every
53 description: Data collection frequency.
54 - default_value: 1
54 + default_value: 60
55 required: false
56 - name: autodetection_retry
57 description: Recheck interval in seconds. Zero means no recheck will be scheduled.