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.
Jan Christian Gr??nhage b5e72dacb0
bump version to 0.2.1
5 years ago
src fix timing intervals 5 years ago
.gitignore hopefully finish implementation 6 years ago
.gitlab-ci.yml Add .gitlab-ci.yml 6 years ago
CHANGELOG.md bump version to 0.2.1 5 years ago
Cargo.lock bump version to 0.2.1 5 years ago
Cargo.toml bump version to 0.2.1 5 years ago
LICENSE Add LICENSE 6 years ago
README.md bump version to 0.2.1 5 years ago
config.toml.sample fix timing intervals 5 years ago

README.md

peshming

It's a prometheus exporter pinging hosts in the background. It's been inspired by meshping, but instead of managing targets using a redis db this is using a simple config file. In addition, this tool allows to set a ping frequency per target.

The name peshming is intended as a placeholder until someone comes up with something better.

Usage:

$ peshming --help
peshming 0.2.1
Jan Christian Grünhage <jan.christian@gruenhage.xyz>
Pings configured hosts in a configurable intervals and exposes metrics for prometheus.

USAGE:
    peshming [FLAGS] <config>

FLAGS:
    -h, --help       Prints help information
    -v, --verbose    Be verbose (you can add this up to 4 times for more logs)
    -V, --version    Prints version information

ARGS:
    <config>    Set config file

For configuration options, see the included sample config file.