Go to file
2020-04-08 12:01:19 +02:00
src fix interval timings for concurrent pings 2020-04-08 12:01:19 +02:00
.gitignore hopefully finish implementation 2019-02-06 19:30:33 +01:00
.gitlab-ci.yml Add .gitlab-ci.yml 2019-02-06 18:38:09 +00:00
Cargo.lock bump version to v0.2.2 2020-04-06 22:53:21 +02:00
Cargo.toml bump version to v0.2.2 2020-04-06 22:53:21 +02:00
CHANGELOG.md fix interval timings for concurrent pings 2020-04-08 12:01:19 +02:00
config.toml.sample improve documentation 2020-04-06 22:50:32 +02:00
LICENSE Add LICENSE 2019-02-05 10:33:05 +00:00
README.md bump version to v0.2.2 2020-04-06 22:53:21 +02:00

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.2
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).
                     By default, only errors are logged, so no output is a good thing.
    -V, --version    Prints version information

ARGS:
    <config>    Set config file

For configuration options, see the included sample config file.