IRC: Difference between revisions

From Pumping Station One
No edit summary
No edit summary
Line 32: Line 32:
     smtpgate {
     smtpgate {
       mx    smtp.truct.org
       mx    smtp.truct.org
       from  gaggled@sabre.pumpingstationone.org
       from  gaggled@plank.pumpingstationone.org
       to    nospam@no_spam.com
       to    pumping-station-one-operations@googlegroups.com
       helo  localhost
       helo  localhost
       auto  true
       auto  true
     }
     }
   }
   }
   lidless_work1 {
   lidless_work1 {
     command python
     command python
     argv "./lidless ps1-split.json work1"
     argv "./lidless ps1.json work1"
     wd git/lidless
     wd git/lidless
    env {
      PYTHONPATH ../mediorc:..:../zmstream/:../python-irclib/
    }
   }
   }
   lidless_work2 {
   lidless_work2 {
     command python
     command python
     argv "./lidless ps1-split.json work2"
     argv "./lidless ps1.json work2"
     wd git/lidless
     wd git/lidless
    env {
      PYTHONPATH ../mediorc:..:../zmstream/:../python-irclib/
    }
   }
   }
   lidless_work3 {
   lidless_work3 {
     command python
     command python
     argv "./lidless ps1-split.json work3"
     argv "./lidless ps1.json work3"
     wd git/lidless
     wd git/lidless
    env {
      PYTHONPATH ../mediorc:..:../zmstream/:../python-irclib/
    }
   }
   }
   lidless_announcer {
   lidless_announcer {
     command python
     command python
     argv "./lidless ps1-split.json announcer"
     argv "./lidless ps1.json announcer"
     wd git/lidless
     wd git/lidless
    env {
      PYTHONPATH ../mediorc:..:../zmstream/:../python-irclib/
    }
   }
   }
   lidless_frontend {
   lidless_frontend {
     command python
     command python
     argv "./lidless ps1-split.json frontend"
     argv "./lidless ps1.json frontend"
     wd git/lidless
     wd git/lidless
    env {
      PYTHONPATH ../mediorc:..:../zmstream/:../python-irclib/
    }
   }
   }
   chatlight_arduino {
   chatlight_arduino {
     command python
     command python
Line 89: Line 72:
     argv "./chatlight irc.freenode.net chatmon #pumpingstationone tcp://127.0.0.1:23008"
     argv "./chatlight irc.freenode.net chatmon #pumpingstationone tcp://127.0.0.1:23008"
     wd git/chatlight
     wd git/chatlight
    env {
      PYTHONPATH ../mediorc:../python-irclib/
    }
   }
   }
   peoplemon {
   peoplemon {
     command python
     command python
     argv "./floyd -u tcp://*:34123 -l PS:One -i spacemon,shortmon,notadoctor,peoplemon,schedmon,chatmon,PS1Workstation irc.freenode.net peoplemon #pumpingstationone"
     argv "./floyd -u tcp://*:34123 -l PS:One -i spacemon,shortmon,notadoctor,peoplemon,schedmon,chatmon,PS1Workstation,chillmon irc.freenode.net peoplemon #pumpingstationone"
     wd git/floyd
     wd git/floyd
     env {
  }
      PYTHONPATH ../mediorc:../python-irclib/
  chillmon_web {
    }
     command python
    wd git/chillmon
    argv "./web.py tcp://10.100.1.213:4700 tcp://10.100.1.213:4701"
   }
   }