prometheus-smokeping-prober - Smokeping prober for Prometheus
- -h, --help
- Show context-sensitive help (also try --help-long and --help-man).
- --config.file
- Optional smokeping_prober configuration yaml file.
- --web.telemetry-path
- Path under which to expose metrics.
- --web.systemd-socket
- Use systemd socket activation listeners instead of port listeners (Linux
only).
- --web.listen-address=:9374
- Addresses on which to expose metrics and web interface. Repeatable for
multiple addresses. Examples: `:9100` or `[::1]:9100` for http,
`vsock://:9100` for vsock
- --web.config.file
- Path to configuration file that can enable TLS or authentication. See:
https://github.com/prometheus/exporter-toolkit/blob/master/docs/web-configuration.md
- --buckets
- A comma delimited list of buckets to use
- -i,
--ping.interval=1s
- Ping interval duration
- --privileged
- Run in privileged ICMP mode
- -s, --ping.size=56
- Ping packet size in bytes
- --log.level=info
- Only log messages with the given severity or above. One of: [debug, info,
warn, error]
- --log.format=logfmt
- Output format of log messages. One of: [logfmt, json]
- --version
- Show application version.