--- joko/doc/SampleTasks/joko_2003-03.twingle 2003/03/12 22:25:51 1.71 +++ joko/doc/SampleTasks/joko_2003-03.twingle 2003/03/13 02:26:20 1.77 @@ -10,8 +10,23 @@ @sequence meta @document-history @cvs-info - $Id: joko_2003-03.twingle,v 1.71 2003/03/12 22:25:51 joko Exp $ + $Id: joko_2003-03.twingle,v 1.77 2003/03/13 02:26:20 joko Exp $ $Log: joko_2003-03.twingle,v $ + Revision 1.77 2003/03/13 02:26:20 joko + + AUTOCOMMIT: updated/added content + + Revision 1.75 2003/03/13 00:25:59 joko + + AUTOCOMMIT: updated/added content + + Revision 1.74 2003/03/12 23:55:51 joko + + AUTOCOMMIT: updated/added content + + Revision 1.73 2003/03/12 23:25:51 joko + + AUTOCOMMIT: updated/added content + + Revision 1.72 2003/03/12 22:55:51 joko + + AUTOCOMMIT: updated/added content + Revision 1.71 2003/03/12 22:25:51 joko + AUTOCOMMIT: updated/added content @@ -1106,15 +1121,38 @@ o vsd o write (success-)story!!! -o note about workflow: what about old root-emails on the main-host? +# --- bookmark, 2003-03-13 00:43 + +o note about workflow / FAQ: what about old root-emails on the main-host? x purged old mboxes -> just purge them? (admin-action: approve purge!) #> cd /var/spool/mail #> >root (updated recently) #> >service (updated recently) #> rm netsaint (last entry: Date/Time: Thu Jan 23 14:32:48 CET 2003) - o How to check if a mbox contains mud-only? try 'formail'! - #> formail + o Write MiniHowTo: How to check if a mbox contains mud-only? try 'formail'! + #> cat {mbox-file} | formail -I "" | less + from 'man formail': + To extract the header from a message: + formail -X "" + or + sed -e '/^$/ q' + + To extract the body from a message: + formail -I "" + or + sed -e '1,/^$/ d' + + !!!!!! no - this doesn't work - 'formail' is not for reading whole 'mbox'-format !!!!!! + + use this: + #> mutt -f + + x purged old mboxes: + #> rm rfms (last entry: Date: Fri, 6 Dec 2002 20:45:01 +0100) + #> rm jonen (last entry: Jun 25 2002) + + o convert diffs of this file to rss-chunks to be able to feed them to a RecentChanged Page or arbitrary rss-aggregators @@ -1143,7 +1181,11 @@ o look how Horde looks with the current 'chora'-stylesheet... -o dsu2html: aggregate outputs from dsu to one or more linked html page(s) +# --- bookmark, 2003-03-13 00:43 + +o dus2html: + o aggregate outputs from dus to one or more linked html page(s) + o run in interval (cron!) o server- & tool-consolidation (moonX, toolX) @@ -1161,3 +1203,47 @@ o search::[php & rss & Dublin Core] +o "what happens if 'dispatchmail' prints something to the console" or ... + "check out how to let dispatchmail append stuff to /var/log/syslog" + +x modified routing of netsaint-mails: + netsaint@h1.service.netfrag.org -> service@h1.service.netfrag.org -> ... + 'service' is a local posix account... + 'service' is aliased to 'alert@service.netfrag.org, \service' in /etc/mail/aliases on h1.service.netfrag.org + ... -> SMTP -> MX:quepasa.netfrag.org -> + 'alert' is a virtual user mapped to local posix user 'gateway' in /etc/mail/virtusertable on quepasa.netfrag.org + 'gateway' is also a service-account - purpose: forward/copy smtp-mail to other locations + -> nfo.support@news.netfrag.org + now the mail gets posted to 'nfo.support' at news.netfrag.org (via nntp) + +o why does quepasa.netfrag.org crash regularly? + +o first time tried 'intop' on h1.service.netfrag.org - nice tool! (just knew the web-frontend before!) + -- intop 0.0.1 (Sep 24 2001) -- The first interactive ntop program. + (C) Copyright 2000 L. Deri and R. Carbone. All rights reserved. + +o refactor 'estats' on h1.service.netfrag.org + o new design + o new location + o http://h1.service.netfrag.org/~service/estats/ -> http://h1.service.netfrag.org/caesar/ + o new names for services / new hierarchy + o Alerts + o news.netfrag.org/nfo.support + o Accounting + o bw_accounting + o DiskSpaceUsage (dus2html) [new] + o IOGraph + o Monitoring + o Service + o netsaint + o nsa + o monit + o Network + o ip-connection-state (via ippl) + o ip-port-state (via snmpwalk) + o Backup + o netfrag.org/backup/ + o bacula + o Logs + o news.netfrag.org/nfo.support +