Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/statsmaster/manifests/awstats.pp

Issue 29365870: Noissue - Stop trying to process easylist.adblockplus.org logs, that subdomain is gone (Closed) Base URL: https://hg.adblockplus.org/infrastructure
Patch Set: Created Dec. 1, 2016, 9:05 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/statsmaster/manifests/awstats.pp
===================================================================
--- a/modules/statsmaster/manifests/awstats.pp
+++ b/modules/statsmaster/manifests/awstats.pp
@@ -97,20 +97,16 @@ class statsmaster::awstats {
}
}
$sites = {
'adblockplus.org' => {
host => 'web2.adblockplus.org',
log => 'access_log_adblockplus.org',
},
- 'easylist.adblockplus.org' => {
- host => 'ssh.adblockplus.org',
- log => 'access_log_easylist',
- },
'share.adblockplus.org' => {
host => 'web-sh-abp-org-1.adblockplus.org',
log => 'access_log_share.adblockplus.org',
},
'facebook.adblockplus.me' => {
host => 'web-fb-abp-me-1.adblockplus.org',
log => 'access_log_facebook.adblockplus.me',
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld