summaryrefslogtreecommitdiff
path: root/sysutils/datadog-agent/files/pkg-message.in
blob: 4873cf67f354815b52e7ccbfaeb905b8a8c3a1e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
{
  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%%"
}
]