mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 16:04:35 +02:00
radlan + allied telesis mibs. add radlan os type. move dell powerconnect 3524 to radlan type. allied telesis at8000s is also radlan.
git-svn-id: http://www.observium.org/svn/observer/trunk@1396 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -114,6 +114,11 @@ $config['os']['powerconnect']['ifname'] = 1;
|
||||
$config['os']['powerconnect']['type'] = "network";
|
||||
$config['os']['powerconnect']['icon'] = "dell";
|
||||
|
||||
$config['os']['radlan']['text'] = "Radlan";
|
||||
$config['os']['radlan']['ifname'] = 1;
|
||||
$config['os']['radlan']['type'] = "network";
|
||||
|
||||
|
||||
$config['os']['powervault']['text'] = "Dell PowerVault";
|
||||
$config['os']['powervault']['icon'] = "dell";
|
||||
|
||||
@@ -183,6 +188,7 @@ $config['os']['ies']['icon'] = "zyxel";
|
||||
|
||||
$config['os']['allied']['text'] = "AlliedWare";
|
||||
$config['os']['allied']['type'] = "network";
|
||||
$config['os']['allied']['ifname'] = 1;
|
||||
|
||||
$config['os']['mgeups']['text'] = "MGE UPS";
|
||||
$config['os']['mgeups']['group'] = "ups";
|
||||
@@ -295,6 +301,7 @@ if(!$config['mibdir'])
|
||||
{
|
||||
$config['mibdir'] = $config['install_dir']."/mibs/";
|
||||
}
|
||||
$config['mib_dir'] = $config['mibdir'];
|
||||
|
||||
if(isset($config['enable_nagios']) && $config['enable_nagios']) {
|
||||
$nagios_link = mysql_connect($config['nagios_db_host'], $config['nagios_db_user'], $config['nagios_db_pass']);
|
||||
|
||||
Reference in New Issue
Block a user