added status page for internal infrastructure

master
git 2021-02-24 14:54:54 +01:00
parent 6ebdd8c179
commit 64221a5160
2 changed files with 16 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
# Created by .ignore support plugin (hsz.mobi)
.idea/.gitignore
.idea/dbnavigator.xml
.idea/misc.xml
.idea/modules.xml
.idea/vcs.xml
.idea/website.iml

9
status.php Normal file
View File

@ -0,0 +1,9 @@
<?php
$title = 'Infrastructure Status';
$nav_name = '';
include 'includes/header.php';
?>
<iframe width=1920 height=1080
src="https://prtg.dennisvandermeulen.nl/public/mapshow.htm?id=2283&mapid=D47AE50E-9389-427F-B626-B82AB121ED87">
</iframe>
<?php include 'includes/footer.php'; ?>