We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c15e8 commit e820065Copy full SHA for e820065
config_example.json
@@ -841,6 +841,25 @@
841
"enable": false,
842
"tags": ["product 1", "product 2"],
843
"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
863
}
864
},
865
0 commit comments