1
0
Fork 0
mirror of https://github.com/shouptech/nagios-plugin-check-rabbitmq.git synced 2026-02-03 14:49:41 +00:00

Doesn't work with Python 3

This commit is contained in:
Mike Shoup 2015-04-29 09:50:36 -06:00
parent 85ad9b1c32
commit 44d2121885

View file

@ -3,7 +3,7 @@
check_rabbitmq.py returns status messages for use in Nagios monitoring. check_rabbitmq.py returns status messages for use in Nagios monitoring.
## Requirements ## 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 ## Usage