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

Unified Diff: modules/statsmaster/files/sitescripts.ini

Issue 5302563972841472: Merge filter and notification servers, have both tasks run on the same servers (Closed)
Patch Set: Stopped misusing is_default parameter Created Jan. 30, 2014, 2:10 p.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
Index: modules/statsmaster/files/sitescripts.ini
===================================================================
--- a/modules/statsmaster/files/sitescripts.ini
+++ b/modules/statsmaster/files/sitescripts.ini
@@ -4,25 +4,42 @@ geoipv6_db=/usr/share/GeoIP/GeoIPv6.dat
mirror_server5=subscription ssh://stats@server_5.adblockplus.org/access_log_easylist_downloads.1.gz
mirror_server6=subscription ssh://stats@server_6.adblockplus.org/access_log_easylist_downloads.1.gz
mirror_server7=subscription ssh://stats@server_7.adblockplus.org/access_log_easylist_downloads.1.gz
mirror_server11=subscription ssh://stats@server_11.adblockplus.org/access_log_easylist_downloads.1.gz
mirror_server12=subscription ssh://stats@server_12.adblockplus.org/access_log_easylist_downloads.1.gz
mirror_server15=subscription ssh://stats@server_15.adblockplus.org/access_log_easylist_downloads.1.gz
mirror_server19=subscription ssh://stats@server_19.adblockplus.org/access_log_easylist_downloads.1.gz
-mirror_download1=download ssh://stats@download1.adblockplus.org/access_log_downloads.1.gz
mirror_filter1=subscription ssh://stats@filter1.adblockplus.org/access_log_easylist_downloads.1.gz
mirror_filter2=subscription ssh://stats@filter2.adblockplus.org/access_log_easylist_downloads.1.gz
mirror_filter3=subscription ssh://stats@filter3.adblockplus.org/access_log_easylist_downloads.1.gz
mirror_filter4=subscription ssh://stats@filter4.adblockplus.org/access_log_easylist_downloads.1.gz
mirror_filter5=subscription ssh://stats@filter5.adblockplus.org/access_log_easylist_downloads.1.gz
mirror_filter6=subscription ssh://stats@filter6.adblockplus.org/access_log_easylist_downloads.1.gz
+mirror_f_notification1=subscription ssh://stats@notification1.adblockplus.org/access_log_easylist_downloads.1.gz
+mirror_f_notification2=subscription ssh://stats@notification2.adblockplus.org/access_log_easylist_downloads.1.gz
+
+mirror_n_server5=notification ssh://stats@server_5.adblockplus.org/access_log_notification.1.gz
+mirror_n_server6=notification ssh://stats@server_6.adblockplus.org/access_log_notification.1.gz
+mirror_n_server7=notification ssh://stats@server_7.adblockplus.org/access_log_notification.1.gz
+mirror_n_server11=notification ssh://stats@server_11.adblockplus.org/access_log_notification.1.gz
+mirror_n_server12=notification ssh://stats@server_12.adblockplus.org/access_log_notification.1.gz
+mirror_n_server15=notification ssh://stats@server_15.adblockplus.org/access_log_notification.1.gz
+mirror_n_server19=notification ssh://stats@server_19.adblockplus.org/access_log_notification.1.gz
+mirror_n_filter1=notification ssh://stats@filter1.adblockplus.org/access_log_notification.1.gz
+mirror_n_filter2=notification ssh://stats@filter2.adblockplus.org/access_log_notification.1.gz
+mirror_n_filter3=notification ssh://stats@filter3.adblockplus.org/access_log_notification.1.gz
+mirror_n_filter4=notification ssh://stats@filter4.adblockplus.org/access_log_notification.1.gz
+mirror_n_filter5=notification ssh://stats@filter5.adblockplus.org/access_log_notification.1.gz
+mirror_n_filter6=notification ssh://stats@filter6.adblockplus.org/access_log_notification.1.gz
mirror_notification1=notification ssh://stats@notification1.adblockplus.org/access_log_notification.1.gz
mirror_notification2=notification ssh://stats@notification2.adblockplus.org/access_log_notification.1.gz
+
+mirror_download1=download ssh://stats@download1.adblockplus.org/access_log_downloads.1.gz
mirror_update1=update ssh://stats@update1.adblockplus.org/access_log_update.1.gz
baseURL_subscription=https://easylist-downloads.adblockplus.org/
baseURL_download=https://downloads.adblockplus.org/
baseURL_update=https://update.adblockplus.org/
baseURL_notification=https://notification.adblockplus.org/
dataDirectory=/var/www/statsdata

Powered by Google App Engine
This is Rietveld