+
+
+
+
+
+
+
+
+
+
Service Overview:
+
Service Importance:
+
+
+
Notes
+
+
+
+
+
+
Assets
+
+
+
+
+
+
Networks
+
+ $row[network_name] (VLAN: $row[network_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 XYZ
+ - Location DEF
+
+
+
+
+
Domains
+
+
+
+
+
+
+
+
+
+
+
Additional Related Items
+
+
+
Vendors
+
+
+
Contacts
+
+ - Client Contact
+ - Developer Contact
+
+
+
+
+
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
+
+
+
Backed up by
+
+
+
Documents
+
+ - SOP: New user for client finance app
+
+
+
Services
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file