From b0e42d2612c679295c04f6a58da35d4f80c8c869 Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Mon, 21 Jun 2010 20:37:41 +0000 Subject: [PATCH] a simple auth file for accessing remote plc --- nagios/auth.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 nagios/auth.py 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/" + -- 2.43.0