validate.php proper exit code (#16274)

some fixes around database & poller checks
This commit is contained in:
Tony Murray
2024-08-08 20:00:56 -05:00
committed by GitHub
parent b62a4bacd4
commit f296464dae
9 changed files with 39 additions and 13 deletions

View File

@@ -267,7 +267,7 @@ return [
],
'poller' => [
'CheckActivePoller' => [
'fail' => 'No active polling method detected',
'fail' => 'Poller is not running. No poller has run within the last :interval seconds.',
'both_fail' => 'Both Dispatcher Service and Python Wrapper were active recently, this could cause double polling',
'ok' => 'Active pollers found',
],