7904da14ce
Rename to sysutils/datadog-agent Various fix / improvements to the port PR: 251079 Submitted by: uros@gruber.si (maintainer)
23 lines
520 B
Plaintext
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%%"
|
|
}
|
|
]
|
|
|