Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/master 43e6d13c2 -> b733479f2


Fixed bad configuration in traffic_ops/app/conf/production/influxdb.conf,
preventing graphs from being shows in the portal, on production systems.

Now this file is consistent with it's sibling in test/ and development/.


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/dc21b6fb
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/dc21b6fb
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/dc21b6fb

Branch: refs/heads/master
Commit: dc21b6fb5534e0f48f10097d930538822562d2af
Parents: 43e6d13
Author: Oren Shemesh <or...@qwilt.com>
Authored: Wed Feb 8 08:06:55 2017 +0200
Committer: Jeremy Mitchell <mitchell...@gmail.com>
Committed: Wed Feb 8 10:21:19 2017 -0700

----------------------------------------------------------------------
 traffic_ops/app/conf/production/influxdb.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/dc21b6fb/traffic_ops/app/conf/production/influxdb.conf
----------------------------------------------------------------------
diff --git a/traffic_ops/app/conf/production/influxdb.conf 
b/traffic_ops/app/conf/production/influxdb.conf
index 59366c8..9137c75 100644
--- a/traffic_ops/app/conf/production/influxdb.conf
+++ b/traffic_ops/app/conf/production/influxdb.conf
@@ -1,6 +1,6 @@
 {
        "user": "influxuser",
        "password": "password",
-   "delivery_stats_db_name":"delivery_stats",
-   "cache_stats_db_name":"cache_stats"
+       "deliveryservice_stats_db_name": "deliveryservice_stats",
+       "cache_stats_db_name": "cache_stats"
 }

Reply via email to