forked from brightcove/dog-watcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json.example
21 lines (17 loc) · 912 Bytes
/
config.json.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"//": "Your DataDog keys. They can be found in the DataDog UI under Integrations -> APIs",
"dataDogApiKey": "yourApiKey",
"dataDogAppKey": "yourAppKey",
"//": "The ssh URL for a git repo where you want your DataDog JSON files stored.",
"gitRepoForBackups": "[email protected]:your/backupRepo.git",
"//": "(optional) Branch to use if not the default ('master').",
"gitBranchForBackups": "main",
"//": "(optional) Whether or not you want a DataDog event to be sent in the event that nothing ",
"//": "has changed since the last git commit.",
"sendEventOnNoop": "false",
"//": "(optional) Your own custom noop message.",
"noopEventMessage": "Nothing to see here",
"//": "(optional) If you wish for this to run on a regular basis then specify an interval in ",
"//": "cron format. The default if no interval is provided is to run only one time.",
"backupInterval": "*/5 * * * *"
}