Service Overview:

Service Importance:

Notes


Assets
    $row[asset_name]"; } ?>
Networks
    $network (VLAN: $vlan)"; } } // Not showing/haven't added explicitly linked networks - can't see a need for a network that doesn't have an asset on it? // Can add at a later date if there is a use case for this ?>
Locations
    $location"; } ?>
Domains
    $row[domain_name]"; } } ?>

Additional Related Items


Vendors
    $row[vendor_name]"; } ?>
Contacts
    $row[contact_name]"; } ?>
Logins
    $row[login_name]"; } } // Showing explicitly linked logins while($row = mysqli_fetch_array($sql_logins)){ if(!empty($row['login_name'])){ echo "
  • $row[login_name]
  • "; } } ?>
URLs
    $row[login_uri]"; } } // Showing explicitly linked URLs while($row = mysqli_fetch_array($sql_urls)){ if(!empty($row['service_uri'])){ echo "
  • $row[service_uri]
  • "; } } ?>
Certificates
  • SSLs related to a domain - Coming soon!
Backed up by
  • Asset - Coming soon!
Documents
    $row[document_name]"; } ?>
Services
  • Related Service - Coming soon!