Merge branch 'master' of https://github.com/HariSekhon/nagios-plugins
71cd2f99
Hari Sekhon
committed
20 changed files
check_md_raid.py
/older/check_md_raid.py-2+3
/older/check_md_raid.py
Add comment 78 sys.exit(4)
Add comment 79
Add comment 80 __author__ = 'Hari Sekhon'
Add comment 81 Minus  __version__ = '0.4.2'
Add comment 81 Plus  __version__ = '0.4.3'
Add comment 82
Add comment 83
Add comment 84 class CheckZaloniBedrockIngestion(NagiosPlugin):
Add comment 395 .format(_))
Add comment 396
Add comment 397 def req(self, url, method='post', body=None):
Add comment 398 Minus   assert isStr(method)
Add comment 398 Plus   if not isStr(method):
Add comment 399 Plus   code_error('non-string method passed to req()')
Add comment 399 400 log.debug('%s %s', method.upper(), url)
Add comment 400 401 headers = {"Content-Type": "application/json",
Add comment 401 402 "Accept": "application/json",
nifi-docker-compose.yml
/tests/docker/nifi-docker-compose.yml-2+3
/tests/docker/nifi-docker-compose.yml
Add comment 78 sys.exit(4)
Add comment 79
Add comment 80 __author__ = 'Hari Sekhon'
Add comment 81 Minus  __version__ = '0.4.2'
Add comment 81 Plus  __version__ = '0.4.3'
Add comment 82
Add comment 83
Add comment 84 class CheckZaloniBedrockIngestion(NagiosPlugin):
Add comment 395 .format(_))
Add comment 396
Add comment 397 def req(self, url, method='post', body=None):
Add comment 398 Minus   assert isStr(method)
Add comment 398 Plus   if not isStr(method):
Add comment 399 Plus   code_error('non-string method passed to req()')
Add comment 399 400 log.debug('%s %s', method.upper(), url)
Add comment 400 401 headers = {"Content-Type": "application/json",
Add comment 401 402 "Accept": "application/json",
opentsdb-docker-compose.yml
/tests/docker/opentsdb-docker-compose.yml-2+3
/tests/docker/opentsdb-docker-compose.yml
Add comment 78 sys.exit(4)
Add comment 79
Add comment 80 __author__ = 'Hari Sekhon'
Add comment 81 Minus  __version__ = '0.4.2'
Add comment 81 Plus  __version__ = '0.4.3'
Add comment 82
Add comment 83
Add comment 84 class CheckZaloniBedrockIngestion(NagiosPlugin):
Add comment 395 .format(_))
Add comment 396
Add comment 397 def req(self, url, method='post', body=None):
Add comment 398 Minus   assert isStr(method)
Add comment 398 Plus   if not isStr(method):
Add comment 399 Plus   code_error('non-string method passed to req()')
Add comment 399 400 log.debug('%s %s', method.upper(), url)
Add comment 400 401 headers = {"Content-Type": "application/json",
Add comment 401 402 "Accept": "application/json",
test_apache-drill.sh
/tests/test_apache-drill.sh-2+3
/tests/test_apache-drill.sh
Add comment 78 sys.exit(4)
Add comment 79
Add comment 80 __author__ = 'Hari Sekhon'
Add comment 81 Minus  __version__ = '0.4.2'
Add comment 81 Plus  __version__ = '0.4.3'
Add comment 82
Add comment 83
Add comment 84 class CheckZaloniBedrockIngestion(NagiosPlugin):
Add comment 395 .format(_))
Add comment 396
Add comment 397 def req(self, url, method='post', body=None):
Add comment 398 Minus   assert isStr(method)
Add comment 398 Plus   if not isStr(method):
Add comment 399 Plus   code_error('non-string method passed to req()')
Add comment 399 400 log.debug('%s %s', method.upper(), url)
Add comment 400 401 headers = {"Content-Type": "application/json",
Add comment 401 402 "Accept": "application/json",
test_nifi.sh
/tests/test_nifi.sh-2+3
/tests/test_nifi.sh
Add comment 78 sys.exit(4)
Add comment 79
Add comment 80 __author__ = 'Hari Sekhon'
Add comment 81 Minus  __version__ = '0.4.2'
Add comment 81 Plus  __version__ = '0.4.3'
Add comment 82
Add comment 83
Add comment 84 class CheckZaloniBedrockIngestion(NagiosPlugin):
Add comment 395 .format(_))
Add comment 396
Add comment 397 def req(self, url, method='post', body=None):
Add comment 398 Minus   assert isStr(method)
Add comment 398 Plus   if not isStr(method):
Add comment 399 Plus   code_error('non-string method passed to req()')
Add comment 399 400 log.debug('%s %s', method.upper(), url)
Add comment 400 401 headers = {"Content-Type": "application/json",
Add comment 401 402 "Accept": "application/json",
test_whois.sh
/tests/test_whois.sh-2+3
/tests/test_whois.sh
Add comment 78 sys.exit(4)
Add comment 79
Add comment 80 __author__ = 'Hari Sekhon'
Add comment 81 Minus  __version__ = '0.4.2'
Add comment 81 Plus  __version__ = '0.4.3'
Add comment 82
Add comment 83
Add comment 84 class CheckZaloniBedrockIngestion(NagiosPlugin):
Add comment 395 .format(_))
Add comment 396
Add comment 397 def req(self, url, method='post', body=None):
Add comment 398 Minus   assert isStr(method)
Add comment 398 Plus   if not isStr(method):
Add comment 399 Plus   code_error('non-string method passed to req()')
Add comment 399 400 log.debug('%s %s', method.upper(), url)
Add comment 400 401 headers = {"Content-Type": "application/json",
Add comment 401 402 "Accept": "application/json",
.travis.yml
/.travis.yml
/.travis.yml
bash-tools
/bash-tools
/bash-tools
check_atlas_status.py
/check_atlas_status.py
/check_atlas_status.py
check_hadoop_hdfs_webhdfs.pl
/check_hadoop_hdfs_webhdfs.pl
/check_hadoop_hdfs_webhdfs.pl
check_hbase_balancer_enabled.py
/check_hbase_balancer_enabled.py
/check_hbase_balancer_enabled.py
check_hbase_balancer_enabled2.py
/check_hbase_balancer_enabled2.py
/check_hbase_balancer_enabled2.py
check_nifi_java_gc.py
/check_nifi_java_gc.py
/check_nifi_java_gc.py
check_nifi_processor_load_average.py
/check_nifi_processor_load_average.py
/check_nifi_processor_load_average.py
check_nifi_status.py
/check_nifi_status.py
/check_nifi_status.py
check_nifi_version.py
/check_nifi_version.py
/check_nifi_version.py
lib
/lib
/lib
Makefile
/Makefile
/Makefile
pylib
/pylib
/pylib
README.md
/README.md
/README.md