1
0
Fork
You've already forked webping
0
send a ping to a URL on the web
  • Rust 100%
2026年01月02日 01:18:59 +01:00
.idea Add first version of the program 2026年01月02日 01:18:59 +01:00
src Add first version of the program 2026年01月02日 01:18:59 +01:00
.gitignore Add first version of the program 2026年01月02日 01:18:59 +01:00
Cargo.lock Add first version of the program 2026年01月02日 01:18:59 +01:00
Cargo.toml Add first version of the program 2026年01月02日 01:18:59 +01:00
LICENSE Initial commit 2026年01月02日 00:51:05 +01:00
README.md Add first version of the program 2026年01月02日 01:18:59 +01:00

webping

send a ping to a URL on the web

Config

The program expects a TOML config file called "config.toml" in the same directory as from where the program is run.

Mandatory keys:

  • remote_url (string)

Optional keys:

  • hostname (string) - defaults to "unnamed_host"
    • valid characters: alphanumeric, dashes, underscores
  • ping_frequency_secs (u64) - defaults to 600 (10 minutes)
  • request_timeout_secs (u64) - defaults to 10

License

Mozilla Public License 2.0

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at https://mozilla.org/MPL/2.0/.