@cryptotaxi247 / netdata-1 / commits / 5f4ce0c60

go.d whoisquery fix "days until" in config_schema.json (#18121)

Ilya Mashchenko committed Jul 12, 2024 at 10:04 UTC 5f4ce0c6098690a617b47189584c3f05f02d25f2
1 file changed +2 -2
src/go/plugin/go.d/modules/whoisquery/config_schema.json
+2 -2
@@ -28,14 +28,14 @@
28 "description": "Number of days before the alarm status is set to warning.",
29 "type": "integer",
30 "minimum": 1,
31 - "default": 90
31 + "default": 30
32 },
33 "days_until_expiration_critical": {
34 "title": "Days until critical",
35 "description": "Number of days before the alarm status is set to critical.",
36 "type": "integer",
37 "minimum": 1,
38 - "default": 30
38 + "default": 15
39 }
40 },
41 "required": [