1
0
mirror of https://github.com/ranl/monitor-utils.git synced 2026-02-06 07:05:17 +01:00

check_activemq: removing json import

This commit is contained in:
ranl
2013-12-29 13:49:48 +02:00
parent 2d3ad7991a
commit 6419a5b28f

View File

@@ -7,7 +7,6 @@ Monitor ActiveMQ server via its http web interface
from HTMLParser import HTMLParser
from optparse import OptionParser
import xml.etree.ElementTree as ET
import json
import urllib2
import urllib