From 44d21218859082a871f285a7188a88c525fa47ef Mon Sep 17 00:00:00 2001 From: Mike Shoup Date: Wed, 29 Apr 2015 09:50:36 -0600 Subject: [PATCH] Doesn't work with Python 3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7830a4..ccf4095 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ check_rabbitmq.py returns status messages for use in Nagios monitoring. ## Requirements -Requires a Python interpreter. Tested to work with 2.4.x and above. If using 2.4.x, you'll need the simplejson package. +Requires a Python interpreter. Tested to work with 2.4.x and above. If using 2.4.x, you'll need the simplejson package. Doesn't work with Python 3. ## Usage