Added pfSense to definitions so that poller will actually run for it

This commit is contained in:
laf
2015-07-30 17:19:36 +00:00
parent 43df06c84d
commit 5200e92f78
+5
View File
@@ -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';