Files
2024-04-24 13:22:25 +00:00

25 lines
1.1 KiB
YAML
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' # used for Slack messages
logo: logos.png # image in ./public/ folder
daysInHistogram: 60 # number of days you want to display in histogram
collectResponseTimes: true # collects avg response times from CRON locations
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)' # xx incident(s) recorded
monitors:
- id: bariskeser-com # unique identifier
name: bariskeser.com
description: 'Kendi Sitem' # default=empty
url: 'https://bariskeser.com/' # URL to fetch
method: GET # default=GET
expectStatus: 200 # operational status, default=200
followRedirect: true # should fetch follow redirects, default=false
linkable: true # allows the title to be a link, default=true