Skip to content

Commit f38ea39

Browse files
committed
update: config_example
1 parent 259ac44 commit f38ea39

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

config_example.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -845,9 +845,11 @@
845845

846846
"ssl_1_status": {
847847
"kind": "sslstatus",
848-
"url": "http://localhost:9113",
849-
"checkInterval": 120,
850-
"shellFile": "/home/user/checkssl/check-ssl.sh",
848+
"url": "",
849+
"checkInterval": 10,
850+
"domains": [
851+
"google.com"
852+
],
851853
"enable": true,
852854
"tags": ["product 1", "product 2"],
853855
"pics": ["ryan", "walker"],

0 commit comments

Comments
 (0)