mirror of
https://github.com/Kizuren/statusPage.git
synced 2025-12-21 21:16:09 +01:00
Added current values
This commit is contained in:
parent
aeadf4f3e2
commit
f7cff81594
1 changed files with 3 additions and 3 deletions
|
|
@ -54,7 +54,7 @@ export default {
|
|||
{
|
||||
id : 'btcnd-onion-POWERFUL', // optional
|
||||
name : 'Bitcoin Node (Onion)', // optional
|
||||
link : false, // optional, for notifications and dashboard only, [defaults to endpoint.url], can be disabled by setting it to false
|
||||
link : 'http://erkuzp5gzrcjqtrcuiku5whcjnioalwskgo3hjg5oq2mmailml7k7jad.onion:8333', // optional, for notifications and dashboard only, [defaults to endpoint.url], can be disabled by setting it to false
|
||||
url : 'http://erkuzp5gzrcjqtrcuiku5whcjnioalwskgo3hjg5oq2mmailml7k7jad.onion:8333', // required
|
||||
customCheck : async (content, response)=>{return true;},
|
||||
validStatus : ['SOCKET'], // optional, Which http status should be considered non errors [defaults to 200-299]
|
||||
|
|
@ -140,8 +140,8 @@ export default {
|
|||
{
|
||||
id : 'xmrnd-onion-POWERFUL', // optional
|
||||
name : 'Monero Node (Onion)', // optional
|
||||
link : false, // optional, for notifications and dashboard only, [defaults to endpoint.url], can be disabled by setting it to false
|
||||
url : 'https://xmrnd.marcus7i.net', // required
|
||||
link : 'bto4zcx3tbss5f6mhbc4guumv66og2udpg3n26254f2sbkdvhnr2bwyd.onion:18081', // optional, for notifications and dashboard only, [defaults to endpoint.url], can be disabled by setting it to false
|
||||
url : 'bto4zcx3tbss5f6mhbc4guumv66og2udpg3n26254f2sbkdvhnr2bwyd.onion:18081', // required
|
||||
request : null,
|
||||
customCheck : async (content, response)=>{return true;},
|
||||
validStatus : ['SOCKET'], // optional, Which http status should be considered non errors [defaults to 200-299]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue