/[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 994 by dpavlin, Sun Jan 11 12:10:46 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    
41  'Frey::View::NoPager':  'Frey::View::NoPager':
42    sort: ""    sort: ""
# Line 62  Line 63 
63  'Frey::Shell::Log':  'Frey::Shell::Log':
64    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'
65    
66    'Frey::ScrapBook':
67      scrapbook_path: '/home/dpavlin/private/ScrapBook'
68    
69    
70  # local application  # local application
71  'Reblog::Schema':  'Reblog::Schema':
72  #  dsn: "DBI:mysql:database=reblog"  #  dsn: "DBI:mysql:database=reblog"

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

  ViewVC Help
Powered by ViewVC 1.1.26