check_solr ping msg fix

This commit is contained in:
ranl 2014-01-05 17:41:16 +02:00
parent f41827b488
commit 36da4c27d5
1 changed files with 1 additions and 1 deletions

View File

@ -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):