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@ | from gaggled@plank.pumpingstationone.org | ||
to | 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 | argv "./lidless ps1.json work1" | ||
wd git/lidless | wd git/lidless | ||
} | } | ||
lidless_work2 { | lidless_work2 { | ||
command python | command python | ||
argv "./lidless ps1 | argv "./lidless ps1.json work2" | ||
wd git/lidless | wd git/lidless | ||
} | } | ||
lidless_work3 { | lidless_work3 { | ||
command python | command python | ||
argv "./lidless ps1 | argv "./lidless ps1.json work3" | ||
wd git/lidless | wd git/lidless | ||
} | } | ||
lidless_announcer { | lidless_announcer { | ||
command python | command python | ||
argv "./lidless ps1 | argv "./lidless ps1.json announcer" | ||
wd git/lidless | wd git/lidless | ||
} | } | ||
lidless_frontend { | lidless_frontend { | ||
command python | command python | ||
argv "./lidless ps1 | argv "./lidless ps1.json frontend" | ||
wd git/lidless | wd git/lidless | ||
} | } | ||
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 | ||
} | } | ||
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 | ||
} | |||
chillmon_web { | |||
command python | |||
wd git/chillmon | |||
argv "./web.py tcp://10.100.1.213:4700 tcp://10.100.1.213:4701" | |||
} | } | ||