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.12.0"
|
|
|
|
toml = "0.5.8"
|
|
|
|
hyper = { version = "0.14.7", features = ["full"] }
|
|
|
|
lazy_static = "1.4.0"
|
|
|
|
futures = "0.3.14"
|
|
|
|
tokio = { version = "1.5.0", features = ["rt-multi-thread", "macros", "time"] }
|
|
|
|
clap = "2.33.3"
|
|
|
|
fern = "0.6.0"
|
|
|
|
log = "0.4.14"
|
|
|
|
chrono = "0.4.19"
|
|
|
|
serde = { version = "1.0.125", features = ["derive"] }
|
|
|
|
tokio-ping = { git = "https://github.com/jcgruenhage/tokio-ping", branch = "main" }
|
|
|
|
futures-util = "0.3.14"
|
|
|
|
anyhow = "1.0.40"
|
|
|
|
async-anyhow-logger = "0.1.0"
|