HAYASHI Kentaro
null+****@clear*****
Tue Dec 24 23:39:18 JST 2013
HAYASHI Kentaro 2013-12-24 23:39:18 +0900 (Tue, 24 Dec 2013) New Revision: 5c8f9018a6004b222255776384e5aacb24485180 https://github.com/groonga/groonga/commit/5c8f9018a6004b222255776384e5aacb24485180 Message: minin: fix port number configuration HTTP -> 10041 GQTP -> 10043 Sorry, :-( Modified files: data/munin/groonga_gqtp_n_records data/munin/groonga_gqtp_throughput data/munin/groonga_http_throughput Modified: data/munin/groonga_gqtp_n_records (+1 -1) =================================================================== --- data/munin/groonga_gqtp_n_records 2013-12-24 23:26:16 +0900 (eb64f54) +++ data/munin/groonga_gqtp_n_records 2013-12-24 23:39:18 +0900 (bd8ce79) @@ -14,7 +14,7 @@ end label = ENV["label"] @groonga = ENV["groonga"] || "groonga" @host = ENV["host"] || "localhost" - �� port = ENV["port"] || 10041 + �� port = ENV["port"] || 10043 @path = ENV["path"] @exclude_tables = (ENV["exclude_tables"] || "").split(/\s*,\s*/) Modified: data/munin/groonga_gqtp_throughput (+1 -1) =================================================================== --- data/munin/groonga_gqtp_throughput 2013-12-24 23:26:16 +0900 (5efb8ad) +++ data/munin/groonga_gqtp_throughput 2013-12-24 23:39:18 +0900 (f75b066) @@ -13,7 +13,7 @@ end label = ENV["label"] @groonga = ENV["groonga"] || "groonga" @host = ENV["host"] || "localhost" - �� port = ENV["port"] || 10041 + �� port = ENV["port"] || 10043 @protocol = ENV["protocol"] || "gqtp" command = ARGV.shift Modified: data/munin/groonga_http_throughput (+1 -1) =================================================================== --- data/munin/groonga_http_throughput 2013-12-24 23:26:16 +0900 (46e6d3d) +++ data/munin/groonga_http_throughput 2013-12-24 23:39:18 +0900 (6353c16) @@ -13,7 +13,7 @@ end label = ENV["label"] @groonga = ENV["groonga"] || "groonga" @host = ENV["host"] || "localhost" - �� port = ENV["port"] || 10043 + �� port = ENV["port"] || 10041 @protocol = ENV["protocol"] || "http" command = ARGV.shift -------------- next part -------------- HTML����������������������������...Download