/[Frey]/branches/zimbardo/etc/config.yml
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /branches/zimbardo/etc/config.yml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 994 by dpavlin, Sun Jan 11 12:10:46 2009 UTC revision 997 by dpavlin, Sun Jan 11 21:47:22 2009 UTC
# Line 37  Line 37 
37    - pipe: 'Frey::Shell::Log/as_sponge?log_command=cat /var/log/syslog|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'
38    - 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 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"
39    - 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"    - 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"
40      - pipe: "Frey::DBI/as_sponge?dsn=DBI:mysql:database=reblog;host=127.0.0.1;port=13306&query=select count(*),extract(year_month from timestamp) from items group by extract(year_month from timestamp)|Frey::CSS::Area/as_markup"
41      - pipe: "Frey::DBI/as_sponge?dsn=DBI:mysql:database=reblog;host=127.0.0.1;port=13306&query=select extract(year_month from timestamp),count(*) from items group by extract(year_month from timestamp)|Frey::jQuery::flot/as_markup"
42    
43  'Frey::View::NoPager':  'Frey::View::NoPager':
44    sort: ""    sort: ""

Legend:
Removed from v.994  
changed lines
  Added in v.997

  ViewVC Help
Powered by ViewVC 1.1.26