command
module
Version:
v1.1.3
Opens a new window with list of versions in this module.
Published: Jul 14, 2024
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
PINGATUS

Pingatus is a simple service to monitor your HTTP/ICMP endpoints and notify you when it's down/up.
Setup config.yaml via environment variables PINGATUS_CONFIG_PATH
.
Example of config.yaml:
mongouri: mongodb://localhost:27017/pingatus?timeoutMS=5000
debug: true
webapi:
listenaddr: :8080
assetsdir: ./assets
endpoints:
- name: server1
type: http
address: https://yourdomain.com
status: 200
timeout: 3s
interval: 1m
- name: server2
type: icmp
address: 8.8.8.8
packetcount: 5
interval: 1m
notifier:
type: telegram
tgtoken: <telegram-bot-token>
tgchatid: <telegram-chat-id>
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.