BoxyBSD/website/dynamic/status.php

103 lines
3.1 KiB
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<title>Abuse | BoxyBSD - BSD focused hosting</title>
<meta name="description" content="Status overview of the BoxyBSD systems."/>
<meta name="keywords" content="boxybsd, gyptazy, hosting, free vm, free vms, freebsd, netbsd, openbsd, community, open-source, virtual machines, hosting, non-profit"/>
<meta name="robots" content="index,follow">
<meta property="og:image" content="https://boxybsd.com/boxybsd.jpg"/>
<meta property="og:title" content="Abuse"/>
<meta property="og:description" content="Abuse."/>
<meta property="og:image:width" content="800"/>
<meta property="og:image:height" content="375"/>
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@BoxyBSD" />
<meta name="twitter:title" content="Abuse" />
<meta name="twitter:description" content="Abuse." />
<meta name="twitter:image" content="https://boxybsd.com/boxybsd.jpg" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="robots" content="INDEX,FOLLOW">
<meta name="generator" content="manpageblog 1.1" />
<link rel="stylesheet" type="text/css" href="/assets/css/dark.css">
<link rel="shortcut icon" type="image/png" href="https://boxybsd.com/boxybsd.jpg"/>
<link rel="icon" type="image/png" href="https://boxybsd.com/boxybsd.jpg"/>
<link rel="apple-touch-icon" href="https://boxybsd.com/boxybsd.jpg"/>
<link href="https://mastodon.bsd.cafe/@BoxyBSD" rel="me">
</head>
<body id="abuse">
<manpage>
<b>NAME</b><br>
</manpage>
<name>
<section>
<span class="name">
BoxyBSD
</span>
</section>
</name>
<manpage>
<br><b>OPTIONS</b><br>
</manpage>
<nav>
<section>
<span class="home">
<a href="/">[home]</a>
<a href="/vserver/">[vserver]</a>
<a href="/shell/">[shell]</a>
<a href="/status/">[status]</a>
<a href="/faq/">[faq]</a>
<a href="/abuse/">[abuse]</a>
<a href="/sponsors/">[sponsors]</a>
<a href="/donate/">[donate]</a>
<a href="/contact/">[contact]</a>
</span>
</section>
</nav>
<manpage>
<br><b>CONTENT</b><br>
</manpage>
<main>
<b>Status</b><br>
<p>
<?php
$myfile = fopen("monitoring_status.txt", "r") or die("Unable to load monitoring output.");
echo '' . fread($myfile,filesize("monitoring_status.txt"))
. '';
fclose($myfile);
?>
<br><br>
<b>Smokeping</b><br>
Google:<br>
<img src="http://[2001:470:54d7:1337::2]/smokeping/images/Inet/google_mini.png">
<br><br>
Cloudflare:<br>
<img src="http://[2001:470:54d7:1337::2]/smokeping/images/Inet/cloudflare_mini.png">
<br><br>
BSDCafe:<br>
<img src="http://[2001:470:54d7:1337::2]/smokeping/images/Inet/BSDCafe_mini.png">
<br><br>
HE.net:<br>
<img src="http://[2001:470:54d7:1337::2]/smokeping/images/Inet/HE-Net_mini.png">
</p>
</main>
<footer>
<section>
<p>&copy; 2024 BoxyBSD - a <a href="https://gyptazy.ch">gyptazy</a> service.
<br><a href="/privacy_policy/">[privacy policy]</a> / <a href="/imprint/">[imprint]</a></p></p>
</section>
</footer>
</body>
</html>