mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
validate.php proper exit code (#16274)
some fixes around database & poller checks
This commit is contained in:
@@ -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',
|
||||
],
|
||||
|
Reference in New Issue
Block a user