mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Another OR statement in GrayLog API (#15246)
* Another OR statement in GL-api * try again to fix linting issue * yet more linting issues * Cannot fix me being an idiot
This commit is contained in:
@@ -120,6 +120,7 @@ class GraylogApi
|
||||
$device->hostname,
|
||||
$device->displayName(),
|
||||
$device->ip,
|
||||
$device->sysName,
|
||||
]);
|
||||
|
||||
if (Config::get('graylog.match-any-address')) {
|
||||
|
Reference in New Issue
Block a user