Skip to content

Commit e820065

Browse files
committed
feat service: ssl status: update config example
1 parent 91c15e8 commit e820065

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

config_example.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -841,6 +841,25 @@
841841
"enable": false,
842842
"tags": ["product 1", "product 2"],
843843
"pics": ["ryan", "walker"]
844+
},
845+
846+
"ssl_1_status": {
847+
"kind": "sslstatus",
848+
"url": "http://localhost:9113",
849+
"checkInterval": 120,
850+
"shellFile": "/home/user/checkssl/check-ssl.sh",
851+
"enable": true,
852+
"tags": ["product 1", "product 2"],
853+
"pics": ["ryan", "walker"],
854+
"notificator": {
855+
"webhook": [
856+
{
857+
"url": "http://localhost:9115/api/tob/webhook",
858+
"tobToken": "tob-token-12345",
859+
"enable": true
860+
}
861+
]
862+
}
844863
}
845864
},
846865

0 commit comments

Comments
 (0)