mtail #0
Description
mtail is a tool for extracting metrics from application logs to be
exported into a timeseries database or timeseries calculator for
alerting and dashboarding.
- Tags:
- monitoring ›
Juju mtail charm
mtail is a tool for extracting metrics from application logs to be exported into a timeseries database or timeseries calculator for alerting and dashboarding.
This charm can related to the prometheus charm
Configuration
Mtail rules can be quite long, for convenience save
your rules in a file and them:
juju config mtail rules="$(cat myrules.mtail)"
Configuration
- files
- (string) Comma separated list of files to monitor
- /var/log/syslog
- rules
- (string) mtail rules to apply
- snap_channel
- (string) If install_method is set to "snap" this option controlls channel name. Supported values are: "stable", "candidate", "beta" and "edge"
- stable
- snap_proxy
- (string) HTTP/HTTPS web proxy for Snappy to use when accessing the snap store.