mirror of
https://github.com/ranl/monitor-utils.git
synced 2024-11-22 15:33:43 +01:00
check_solr ping msg fix
This commit is contained in:
parent
f41827b488
commit
36da4c27d5
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user