a simple auth file for accessing remote plc
[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