mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
e46793ed8d
Add a pkg-message about the requirement to allow mlock if telegraf is to be run from a jail. Telegraf removed the default config files. Instead, a default configuration file is generated by running the application as `telegraf config`. Release notes: https://github.com/influxdata/telegraf/releases/tag/v1.26.0
12 lines
180 B
Plaintext
12 lines
180 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOF
|
|
Running telegraf in a jail requires setting
|
|
allow.mlock=1;
|
|
in /etc/jail.conf
|
|
|
|
A config file can be created by running `telegraf config`.
|
|
EOF
|
|
}
|
|
]
|