--- trunk/etc/config.yml 2009/01/07 18:01:15 958 +++ trunk/etc/config.yml 2009/01/07 19:38:19 959 @@ -35,7 +35,8 @@ - pipe: 'Frey::Shell::sar/as_sponge|Frey::DBI::Sponge/to_database_as_markup' - pipe: 'Frey::Feed::Sponge/as_sponge|Frey::DBI::Sponge/to_database_as_markup' - pipe: 'Frey::Shell::Log/as_sponge?log_command=cat /var/log/syslog|Frey::DBI::Sponge/to_database_as_markup' - - pipe: "Frey::DBI/as_sponge?dsn=DBI:Pg:dbname=frey&query=select count(*),date_part('day',date) as day from feed_items group by date_part('day',date) order by date_part('day',date) asc|Frey::CSS::Area/as_markup" + - pipe: "Frey::DBI/as_sponge?dsn=DBI:Pg:dbname=frey&query=select count(*),date_part('hour',date) as hour from feed_items group by date_part('hour',date) order by date_part('hour',date) asc|Frey::CSS::Area/as_markup" + - pipe: "Frey::DBI/as_sponge?dsn=DBI:Pg:dbname=frey&query=select pg_relation_size(oid),relname as size from pg_class where relkind = 'r' and relname not like 'pg_%' order by size desc|Frey::CSS::Area/as_markup" 'Frey::View::NoPager': sort: ""