mirror of
https://github.com/shouptech/nagios-plugin-check-rabbitmq.git
synced 2026-02-03 06:39:43 +00:00
Doesn't work with Python 3
This commit is contained in:
parent
85ad9b1c32
commit
44d2121885
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue