* Sets nodes to reboot, uses PCU if available. Defaults to POD/email (with site...
[monitor.git] / config.py
1
2 debug = False
3
4 #from xml.sax import saxutils
5 #
6 #class config(saxutils.DefaultHandler):
7 #       def __init__(self, file, start):
8 #               self.file = file
9 #               self.start = start
10 #               self.config = {}
11 #
12 #       def startElement(self,name, attrs):
13 #               if name != self.start: return
14 #
15 #
16 #incomplete