iz-prober

Crates.ioiz-prober
lib.rsiz-prober
version0.1.0
created_at2025-06-25 16:43:06.529793+00
updated_at2025-06-25 16:43:06.529793+00
descriptiontelegram bot that checks your servers for availability
homepagehttps://github.com/oriontvv/iz-prober/
repositoryhttps://github.com/oriontvv/iz-prober/
max_upload_size
id1726157
size1,312,143
Vasiliy Taranov (oriontvv)

documentation

https://docs.rs/iz-prober

README

iz-prober

iz-prober is a simple telegram bot - prober in rust that checks servers availability.

Installation

  1. install binary
    • download built
    • install with cargo-binstall cargo install cargo-binstall && cargo binstall iz-prober
  2. create new bot with botfather with /newbot, get token
  3. describe config.toml like
check_interval_seconds = 60
telegram_token = "topsecrettoken"
telegram_chat_id = 123456789
failure_threshold = 3
servers = [
    "http://example.com",
    "http://example.org",
    "http://example.net",
]
  1. systemd unit (optional)
Commit count: 0

cargo fmt