now really add drac polling support + clean up duplicate icons

git-svn-id: http://www.observium.org/svn/observer/trunk@1393 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans 2010-07-17 23:22:44 +00:00
parent ab28c90c3b
commit ed18649fad
8 changed files with 13 additions and 0 deletions

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 850 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 850 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -0,0 +1,7 @@
<?php
$version = trim(snmp_get($device, ".1.3.6.1.4.1.674.10892.2.1.2.1.0", "-OQv"),'"');
$hardware = trim(snmp_get($device, ".1.3.6.1.4.1.674.10892.2.1.1.2.0", "-OQv"),'"');
$serial = trim(snmp_get($device, ".1.3.6.1.4.1.674.10892.2.1.1.11.0", "-OQv"),'"');
?>

View File

@ -53,11 +53,13 @@ $config['os']['iosxe']['group'] = "ios";
$config['os']['iosxe']['text'] = "Cisco IOS-XE";
$config['os']['iosxe']['type'] = "network";
$config['os']['iosxe']['ifXmcbc'] = 1;
$config['os']['iosxe']['icon'] = "ios";
$config['os']['iosxr']['group'] = "ios";
$config['os']['iosxr']['text'] = "Cisco IOS-XR";
$config['os']['iosxr']['type'] = "network";
$config['os']['iosxr']['ifXmcbc'] = 1;
$config['os']['iosxr']['icon'] = "ios";
$config['os']['asa']['group'] = "ios";
$config['os']['asa']['text'] = "Cisco ASA";
@ -90,6 +92,7 @@ $config['os']['routeros']['nobulk'] = 1;
$config['os']['junose']['text'] = "Juniper JunOSe";
$config['os']['junose']['type'] = "network";
$config['os']['junose']['icon'] = "junos";
$config['os']['generic']['text'] = "Generic Device";
@ -126,14 +129,17 @@ $config['os']['dlinkap']['type'] = "network";
$config['os']['dlinkap']['icon'] = "dlink";
$config['os']['axiscam']['text'] = "AXIS Network Camera";
$config['os']['axiscam']['icon'] = "axis";
$config['os']['axisdocserver']['text'] = "AXIS Network Document Server";
$config['os']['axisdocserver']['icon'] = "axis";
$config['os']['gamatronicups']['text'] = "Gamatronic UPS Stack";
$config['os']['gamatronicups']['type'] = "power";
$config['os']['airport']['type'] = "network";
$config['os']['airport']['text'] = "Apple AirPort";
$config['os']['airport']['icon'] = "apple";
$config['os']['windows']['text'] = "Microsoft Windows";
$config['os']['windows']['ifname'] = 1;