price != "0.00") { $price = $devices->price; } else { $price = $devices->devicetype->price; } if ($devices->power != "0.0") { $power = $devices->power; } else { $power = $devices->devicetype->power; } ?>

Allgemeine Informationen

Device Name name ?>
IP-Adresse ip ?>
Geräte Typ devicetype->name ?>
Geräte Hersteller devicetype->devicemanufactor->name ?>
Mac Adresse mac ?>
Seriennummer serial ?>
Preis
Leistung Watt
Bemerkung comment) ?>
pop->name))) { $StdHeader = "Pop Informationen"; $vlans = ""; if (!empty(trim($devices->pop->vlan_public))) $vlans .= 'Public: ' . $devices->pop->vlan_public . ''; if (!empty(trim($devices->pop->vlan_nat))) $vlans .= 'Nat: ' . $devices->pop->vlan_nat . ''; if (!empty(trim($devices->pop->vlan_ipv6))) $vlans .= 'IPv6: ' . $devices->pop->vlan_ipv6 . ''; } else if (trim($devices->addr_street)) { if (trim($devices->addr_extended)) { $addrExtended = ' / ' . $devices->addr_extended; } else { $addrExtended = ""; } $StdHeader = "Standort Informationen"; $mapsHeader = "Adresse"; $mapsLink = '
' . $devices->addr_street . ' ' . $devices->addr_number . $addrExtended . '
' . $devices->addr_zip . ' ' . $devices->addr_city . '
'; } else if (trim($devices->gps_lat)) { $StdHeader = "Standort Informationen"; $mapsHeader = "Koordinaten"; $mapsLink = '
' . $devices->gps_lat . ' , ' . $devices->gps_long . '
'; } ?>

pop->name))) { ?>
Pop Name $devices->pop->id]) ?>">pop->name ?>
Adresse pop->gps_lat, '0') ?> , pop->gps_long, 0) ?>
Standort Info pop->location) ?>
Access VLANs
addr_street) || trim($devices->gps_lat)) { ?>
Keine Standort Informationen vorhanden

Config Backups

devicetype->devicemanufactor->config_backup > count()): ?>
success == "true" && $devicesconfig->data > count()) { ?>
data as $config) : $configfileCleartext = trim($config->config_cleartext); $configfileCompressed = trim($config->config_compressed); $configid = $config->id; if ($configfileCleartext && $configfileCompressed) : $configLinks = ' TXT / XML'; elseif ($configfileCleartext || $configfileCompressed) : $configLinks = ' TXT'; endif; ?>
Datum/Uhrzeit
config_timestamp); ?>
Keine Configs vorhanden
devicetype->olt && TT_MBI_API_ENABLE) : ?>
devicetype->devicemanufactor->config_backup > count()): $year = date("Y", time()); $month = date("n", time()); $day = date("d", time()); $config = $devices->devicetype->devicemanufactor->config_backup; $config = str_replace("&&YEAR&&", $year, $config); $config = str_replace("&&MONTH&&", $month, $config); $config = str_replace("&&DAY&&", $day, $config); ?>