mirror of
https://github.com/Kizuren/statusPage.git
synced 2025-12-24 08:14:00 +01:00
Added saucekudasai to the statusPage
This commit is contained in:
parent
5560c88088
commit
72b8079e8a
1 changed files with 13 additions and 0 deletions
13
config.js
13
config.js
|
|
@ -136,6 +136,19 @@ export default {
|
||||||
customCheck : async (content, response)=>{return true;}, // optional, Function | AsyncFunction -> Run your own custom checks return false in case of errors
|
customCheck : async (content, response)=>{return true;}, // optional, Function | AsyncFunction -> Run your own custom checks return false in case of errors
|
||||||
validStatus : [200], // optional, Which http status should be considered non errors [defaults to 200-299]
|
validStatus : [200], // optional, Which http status should be considered non errors [defaults to 200-299]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id : 'saucekudasai', // optional
|
||||||
|
name : 'SauceKudasai', // optional
|
||||||
|
link : 'https://saucekudasai.marcus7i.net', // optional, for notifications and dashboard only, [defaults to endpoint.url], can be disabled by setting it to false
|
||||||
|
url : 'https://saucekudasai.marcus7i.net', // required
|
||||||
|
request : { // optional, fetch options
|
||||||
|
method: 'GET',
|
||||||
|
},
|
||||||
|
mustFind : '', // optional, String | Array | Regex | Function | AsyncFunction
|
||||||
|
mustNotFind : ["Page not found", "cloudflare"], // optional, String | Array | Regex | Function | AsyncFunction
|
||||||
|
customCheck : async (content, response)=>{return true;}, // optional, Function | AsyncFunction -> Run your own custom checks return false in case of errors
|
||||||
|
validStatus : [200], // optional, Which http status should be considered non errors [defaults to 200-299]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id : 'xmrnd-onion', // optional
|
id : 'xmrnd-onion', // optional
|
||||||
name : 'Monero Node (Onion)', // optional
|
name : 'Monero Node (Onion)', // optional
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue