michael-spengler / monitoring

🦕 Module for Availability Monitoring - Sending Notifications via Telegram.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage Example for Your Code

This availability monitor sends notifications via telegram if an api / url is not available. You need to have a Telegram Bot registered via the Telegram Botfather.

deno run --allow-net start-monitoring.ts

or via pm2

git clone https://github.com/michael-spengler/monitoring.git
cd monitoring
cp .env-example.ts .env.ts  # add your individual ingredients
pm2 start  --interpreter="deno" --interpreter-args="run --allow-net" start-monitoring.ts

Support my Open Source Contributions

If you like my work please consider downloading the brave browser via my promotion link: https://brave.com/fan464.

About

🦕 Module for Availability Monitoring - Sending Notifications via Telegram.

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 100.0%