mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix polling down retry (and other items) (#15483)
* Only update last_polled if polled Because availability now runs always, we need to check if we ran any other modules successfully, if so, we can update last_polled * Tally results and act accordingly * Apply fixes from StyleCI --------- Co-authored-by: StyleCI Bot <bot@styleci.io>
This commit is contained in:
@@ -120,6 +120,7 @@ return [
|
||||
'db_connect' => 'Failed to connect to database. Verify database service is running and connection settings.',
|
||||
'db_auth' => 'Failed to connect to database. Verify credentials: :error',
|
||||
'no_devices' => 'No devices found matching your given device specification.',
|
||||
'none_up' => 'Device was down, unable to poll.|All devices were down, unable to poll.',
|
||||
'none_polled' => 'No devices were polled.',
|
||||
],
|
||||
'polled' => 'Polled :count devices in :time',
|
||||
|
Reference in New Issue
Block a user