summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorMars <mfogels@gmail.com>2018-08-16 23:39:19 +0200
committerDylan William Hardison <dylan@hardison.net>2018-08-16 23:39:19 +0200
commitae9885389d3ce428f24e0352814b70b099fadb95 (patch)
treefdbc45867bc5987faa640db7178f108dd574b7ad /Bugzilla
parentec87e5310ad038abe4b2b329897638d866bf549a (diff)
downloadbugzilla-ae9885389d3ce428f24e0352814b70b099fadb95.tar.gz
bugzilla-ae9885389d3ce428f24e0352814b70b099fadb95.tar.xz
Bug 1480878 - Monitor the health of Push connector job processing
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/Install/Localconfig.pm10
1 files changed, 9 insertions, 1 deletions
diff --git a/Bugzilla/Install/Localconfig.pm b/Bugzilla/Install/Localconfig.pm
index e1a8e0909..e524535ac 100644
--- a/Bugzilla/Install/Localconfig.pm
+++ b/Bugzilla/Install/Localconfig.pm
@@ -186,7 +186,15 @@ use constant LOCALCONFIG_VARS => (
{
name => 'shadowdb_pass',
default => '',
- }
+ },
+ {
+ name => 'datadog_host',
+ default => '',
+ },
+ {
+ name => 'datadog_port',
+ default => 8125,
+ },
);