diff options
author | Mars <mfogels@gmail.com> | 2018-08-16 23:39:19 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-08-16 23:39:19 +0200 |
commit | ae9885389d3ce428f24e0352814b70b099fadb95 (patch) | |
tree | fdbc45867bc5987faa640db7178f108dd574b7ad /template/en/default/setup | |
parent | ec87e5310ad038abe4b2b329897638d866bf549a (diff) | |
download | bugzilla-ae9885389d3ce428f24e0352814b70b099fadb95.tar.gz bugzilla-ae9885389d3ce428f24e0352814b70b099fadb95.tar.xz |
Bug 1480878 - Monitor the health of Push connector job processing
Diffstat (limited to 'template/en/default/setup')
-rw-r--r-- | template/en/default/setup/strings.txt.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl index 363a2d5fd..adb79884a 100644 --- a/template/en/default/setup/strings.txt.pl +++ b/template/en/default/setup/strings.txt.pl @@ -138,6 +138,8 @@ END If you want to use the CVS integration of the Patch Viewer, please specify the full path to the "cvs" executable here. END + localconfig_datadog_host => 'hostname of datadog stats daemon', + localconfig_datadog_port => 'port of datadog stats daemon, defaults to 8125', localconfig_db_check => <<'END', Should checksetup.pl try to verify that your database setup is correct? With some combinations of database servers/Perl modules/moonphase this |