Merge branch 'master' of https://github.com/adaniels21487/librenms into issue-1540

This commit is contained in:
Aaron Daniels
2015-07-31 07:01:19 +10:00
2 changed files with 14 additions and 4 deletions
+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';