add checkrt to indicate when a site has new or open tickets
[monitor.git] / nagios / auth.py
1 # A simple authentication file for access to plc:
2 # NOTE: only hosts can be checked anonymously, users cannot be.
3
4 #auth = {'Username' : '', 'AuthMethod' : 'password', 'AuthString' : ''}
5 auth = {'AuthMethod' : "anonymous"}
6 plc = "https://boot.planet-lab.org/PLCAPI/"
7 www = "https://www.planet-lab.org"
8
9 RTSERVER="https://rt.planet-lab.org/"
10 RTUSER="monitor"
11 RTPASSWD=""
12 RTDEBUG="0"
13
14