mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
Added pfSense to definitions so that poller will actually run for it
This commit is contained in:
@@ -184,6 +184,11 @@ $config['os'][$os]['type'] = 'server';
|
||||
$config['os'][$os]['group'] = 'unix';
|
||||
$config['os'][$os]['text'] = 'FreeBSD';
|
||||
|
||||
$os = 'pfsense';
|
||||
$config['os'][$os]['type'] = 'server';
|
||||
$config['os'][$os]['group'] = 'unix';
|
||||
$config['os'][$os]['text'] = 'pfSense';
|
||||
|
||||
$os = 'openbsd';
|
||||
$config['os'][$os]['type'] = 'server';
|
||||
$config['os'][$os]['group'] = 'unix';
|
||||
|
||||
Reference in New Issue
Block a user