1
0
mirror of https://github.com/ranl/monitor-utils.git synced 2024-10-05 19:23:40 +02:00

check_solr ping msg fix

This commit is contained in:
ranl 2014-01-05 17:41:16 +02:00
parent f41827b488
commit 36da4c27d5

View File

@ -150,7 +150,7 @@ class SolrMonitor():
else: else:
return { return {
'exit': EXIT_CODE['CRIT'], 'exit': EXIT_CODE['CRIT'],
'msg': 'OK: Solr Ping is down' 'msg': 'CRIT: Solr Ping is down'
} }
def _eval_dataimportDocumentsProcessed(self, res, opts): def _eval_dataimportDocumentsProcessed(self, res, opts):