Files
ports/sysutils/datadog-agent/files/pkg-message.in
T
Mikael Urankar 7904da14ce sysutils/datadog: rename to sysutils/datadog-agent
Rename to sysutils/datadog-agent
Various fix / improvements to the port

PR:		251079
Submitted by:	uros@gruber.si (maintainer)
2020-12-06 10:30:51 +00:00

23 lines
520 B
Plaintext

[
{
type: install
message: "The Datadog port has been installed with an example config file, located
in %%ETCDIR%%/datadog.yaml.example.
Before starting the daemon, edit %%ETCDIR%%/datadog.yaml and
update "api_key" with DataDog API key
avaliable https://app.datadoghq.com/account/settings#api"
}
{
type: remove
message: "If you want remove DataDog permanently from you system
execute following commands:
# rm -rf %%LOGDIR%%
# rm -rf %%RUNDIR%%
# rm -rf %%ETCDIR%%
# pw userdel %%USER%%"
}
]