/[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 955 by dpavlin, Wed Jan 7 00:04:46 2009 UTC revision 997 by dpavlin, Sun Jan 11 21:47:22 2009 UTC
# Line 35  Line 35 
35    - pipe: 'Frey::Shell::sar/as_sponge|Frey::DBI::Sponge/to_database_as_markup'    - pipe: 'Frey::Shell::sar/as_sponge|Frey::DBI::Sponge/to_database_as_markup'
36    - pipe: 'Frey::Feed::Sponge/as_sponge|Frey::DBI::Sponge/to_database_as_markup'    - pipe: 'Frey::Feed::Sponge/as_sponge|Frey::DBI::Sponge/to_database_as_markup'
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('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"
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"
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: ""
# Line 62  Line 65 
65  'Frey::Shell::Log':  'Frey::Shell::Log':
66    log_command: 'cat /var/log/{syslog,messages} /var/log/{kern,auth,daemon,mail,user}.log'    log_command: 'cat /var/log/{syslog,messages} /var/log/{kern,auth,daemon,mail,user}.log'
67    
68    'Frey::ScrapBook':
69      scrapbook_path: '/home/dpavlin/private/ScrapBook'
70    
71    
72  # local application  # local application
73  'Reblog::Schema':  'Reblog::Schema':
74  #  dsn: "DBI:mysql:database=reblog"  #  dsn: "DBI:mysql:database=reblog"

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

  ViewVC Help
Powered by ViewVC 1.1.26