40 lines
912 B
YAML
40 lines
912 B
YAML
---
|
|
|
|
tinystatus_bindir: /opt/tinystatus
|
|
tinystatus_configdir: /etc/tinystatus
|
|
tinstatus_gitrepo: https://github.com/bderenzo/tinystatus
|
|
tinystatus_webdir: /var/www/html
|
|
tinystatus_pagefile: index.html
|
|
tinystatus_webuser: nginx
|
|
tinystatus_webgrp: nginx
|
|
tinystatus_user: nobody
|
|
tinystatus_grp: nobody
|
|
tinystatus_checks:
|
|
- name: Google Website
|
|
type: http
|
|
code: 200
|
|
host: https://google.com
|
|
- name: Google Website (IPv4)
|
|
type: http4
|
|
code: 200
|
|
host: https://google.com
|
|
- name: Google Website (IPv6)
|
|
type: http6
|
|
code: 200
|
|
host: https://google.com
|
|
- name: Google 404
|
|
type: http
|
|
code: 404
|
|
host: https://google.com/dummy
|
|
- name: Google ping
|
|
type: ping
|
|
code: 0
|
|
host: 8.8.8.8
|
|
- name: Google DNS
|
|
type: port
|
|
code: 0
|
|
host: 8.8.8.8 53
|
|
tinystatus_incidents: []
|
|
tinystatus_Timer_OnCalendar: "*-*-* *:00/10:00"
|
|
tinystatus_RandomizedDelaySec: 300
|