Minor description of the dependencies that Monitor has for connecting to:
[monitor.git] / README.txt
1 Dependencies
2
3   * RT - 3.4.1 - 
4         The version at rt.planet-lab.org is 3.4.1 and is incompatible with later
5         versions of the command line tool.  
6
7         The RPM pulls in *ALOT* of stuff; probably easier to work with from the
8         source package, especially, since all that's needed is the command line
9         tool.  It has far fewer dependencies than the full RT package.
10
11   * MySQL-python
12         python module necessary for connecting to the mysql RT database and
13         extracting a list of open and new tickets.
14
15   * util/PHPSerializer/PHPUnserializer
16         these are helper scripts for converting pickle objects into php serialize
17         objects and back.