From: Stephen Soltesz Date: Mon, 21 Jun 2010 20:37:41 +0000 (+0000) Subject: a simple auth file for accessing remote plc X-Git-Tag: monitor-3.1-1~22 X-Git-Url: http://git.onelab.eu/?p=monitor.git;a=commitdiff_plain;h=b0e42d2612c679295c04f6a58da35d4f80c8c869 a simple auth file for accessing remote plc --- diff --git a/nagios/auth.py b/nagios/auth.py new file mode 100644 index 0000000..101299b --- /dev/null +++ b/nagios/auth.py @@ -0,0 +1,7 @@ +# A simple authentication file for access to plc: +# NOTE: only hosts can be checked anonymously, users cannot be. + +#auth = {'Username' : '', 'AuthMethod' : 'password', 'AuthString' : ''} +auth = {'AuthMethod' : "anonymous"} +plc = "https://boot.planet-lab.org/PLCAPI/" +