101299b7d626fc376ffb23b8a066f22f4957cf15
[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