mirror of
https://github.com/ranl/monitor-utils.git
synced 2024-11-21 23:23:40 +01:00
check_solr ping msg fix
This commit is contained in:
parent
f41827b488
commit
36da4c27d5
@ -150,7 +150,7 @@ class SolrMonitor():
|
||||
else:
|
||||
return {
|
||||
'exit': EXIT_CODE['CRIT'],
|
||||
'msg': 'OK: Solr Ping is down'
|
||||
'msg': 'CRIT: Solr Ping is down'
|
||||
}
|
||||
|
||||
def _eval_dataimportDocumentsProcessed(self, res, opts):
|
||||
|
Loading…
Reference in New Issue
Block a user