Files
2024-09-29 13:21:10 +03:00

40 lines
1.2 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"settings": {
"title": "Sunucu/Site Durum Bilgisi",
"url": "https://status.bariskeser.com",
"logo": "logos.png",
"daysInHistogram": 60,
"collectResponseTimes": true,
"allmonitorsOperational": "Tüm Siteler Olması Gerektiği Gibi Çalışıyor",
"notAllmonitorsOperational": "Tüm Siteler Yanıt Vermiyor",
"monitorLabelOperational": "Tekrar Aktif Oldu",
"monitorLabelNotOperational": "Zaman Aşımına Uğradı",
"monitorLabelNoData": "Veri yok",
"dayInHistogramNoData": "Veri yok",
"dayInHistogramOperational": "Düzgün olarak Çalışıyorlar",
"dayInHistogramNotOperational": " proglem(ler)"
},
"monitors": [
{
"id": "bariskeser-com",
"name": "bariskeser.com",
"description": "Kendi Sitem",
"url": "https://bariskeser.com/",
"method": "GET",
"expectStatus": 200,
"followRedirect": true,
"linkable": true
},
{
"id": "tiky-server",
"name": "Tiky Server",
"description": "Tiky'nin Çalıştığı Sunucu",
"url": "http://89.35.52.160/",
"method": "GET",
"expectStatus": 200,
"followRedirect": true,
"linkable": false
}
]
}