This is an automated email from the ASF dual-hosted git repository.
zrhoffman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
The following commit(s) were added to refs/heads/master by this push:
new 14ef9a48ab CDN in a Box: Add remap_stats to plugin.config (#7803)
14ef9a48ab is described below
commit 14ef9a48ab548ad01cf74a17a436456afa7eacff
Author: Zach Hoffman <[email protected]>
AuthorDate: Wed Sep 13 13:41:20 2023 -0600
CDN in a Box: Add remap_stats to plugin.config (#7803)
---
.../traffic_ops_data/profiles/010-ATS_EDGE_TIER_CACHE.json | 6 ++++++
.../traffic_ops_data/profiles/020-ATS_MID_TIER_CACHE.json | 6 ++++++
2 files changed, 12 insertions(+)
diff --git
a/infrastructure/cdn-in-a-box/traffic_ops_data/profiles/010-ATS_EDGE_TIER_CACHE.json
b/infrastructure/cdn-in-a-box/traffic_ops_data/profiles/010-ATS_EDGE_TIER_CACHE.json
index 99fa1b86fe..c689c2a5f2 100644
---
a/infrastructure/cdn-in-a-box/traffic_ops_data/profiles/010-ATS_EDGE_TIER_CACHE.json
+++
b/infrastructure/cdn-in-a-box/traffic_ops_data/profiles/010-ATS_EDGE_TIER_CACHE.json
@@ -185,6 +185,12 @@
"secure": false,
"value": "--config regex_revalidate.config"
},
+ {
+ "configFile": "plugin.config",
+ "name": "remap_stats.so",
+ "secure": false,
+ "value": "-p"
+ },
{
"configFile": "regex_revalidate.config",
"name": "location",
diff --git
a/infrastructure/cdn-in-a-box/traffic_ops_data/profiles/020-ATS_MID_TIER_CACHE.json
b/infrastructure/cdn-in-a-box/traffic_ops_data/profiles/020-ATS_MID_TIER_CACHE.json
index 9640c6b3c8..9d4945871b 100644
---
a/infrastructure/cdn-in-a-box/traffic_ops_data/profiles/020-ATS_MID_TIER_CACHE.json
+++
b/infrastructure/cdn-in-a-box/traffic_ops_data/profiles/020-ATS_MID_TIER_CACHE.json
@@ -185,6 +185,12 @@
"secure": false,
"value": "--config regex_revalidate.config"
},
+ {
+ "configFile": "plugin.config",
+ "name": "remap_stats.so",
+ "secure": false,
+ "value": "-p"
+ },
{
"configFile": "regex_revalidate.config",
"name": "location",