null+****@clear*****
null+****@clear*****
2010年 7月 10日 (土) 09:52:17 JST
Kouhei Sutou 2010-07-10 00:52:17 +0000 (Sat, 10 Jul 2010)
New Revision: ff3c08989c0007147ec628cbc469459049139244
Log:
fix key name.
Modified files:
data/munin/groonga_disk
Modified: data/munin/groonga_disk (+3 -3)
===================================================================
--- data/munin/groonga_disk 2010-07-10 00:51:46 +0000 (5fcae75)
+++ data/munin/groonga_disk 2010-07-10 00:52:17 +0000 (929e15e)
@@ -103,7 +103,7 @@ graph_info disk usage in groonga tables and columns
graph_total Total
database.label Database
-database.type AREA
+database.draw AREA
EOF
schema.each do |table|
table_key = table["key"]
@@ -111,7 +111,7 @@ EOF
puts <<EOF
#{table_key}.label #{table_name}
-#{table_key}.type STACK
+#{table_key}.draw STACK
EOF
table["columns"].each do |column|
column_key = column["key"]
@@ -119,7 +119,7 @@ EOF
puts <<EOF
#{column_key}.label #{column_name}
-#{column_key}.type STACK
+#{column_key}.draw STACK
EOF
end
end