You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
[package]
|
|
|
|
name = "peshming"
|
|
|
|
version = "0.3.0"
|
|
|
|
authors = ["Jan Christian Grünhage <jan.christian@gruenhage.xyz>"]
|
|
|
|
edition = "2018"
|
|
|
|
description = "Pings configured hosts in a configurable intervals and exposes metrics for prometheus."
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
prometheus = "0.8.0"
|
|
|
|
toml = "0.5.6"
|
|
|
|
hyper = "0.13.4"
|
|
|
|
lazy_static = "1.4.0"
|
|
|
|
futures = "0.3.4"
|
|
|
|
tokio = { version = "0.2.16", features = ["rt-threaded", "macros", "time"] }
|
|
|
|
clap = "2.33.0"
|
|
|
|
fern = "0.6.0"
|
|
|
|
log = "0.4.8"
|
|
|
|
chrono = "0.4.11"
|
|
|
|
serde = { version = "1.0.106", features = ["derive"] }
|
|
|
|
tokio-ping = { git = "https://github.com/usbalbin/tokio-ping", branch = "new_futures" }
|
|
|
|
futures-util = "0.3.4"
|