mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Distributed Poller improved validation (#12269)
This commit is contained in:
@@ -43,4 +43,14 @@ return [
|
||||
|
||||
'install' => env('INSTALL', false),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| NODE ID
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Unique value to identify this node. Primarily used for distributed polling.
|
||||
*/
|
||||
|
||||
'node_id' => env('NODE_ID'),
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user