Nathanwoodburn.github.io/templates/servers.html

255 lines
10 KiB
HTML
Raw Normal View History

2023-11-06 11:27:09 +11:00
<!DOCTYPE html>
<html data-bs-theme="light" lang="en-au">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Servers | Nathan.Woodburn/</title>
2024-09-11 20:57:10 +10:00
<meta name="theme-color" content="#000000">
2024-01-08 02:30:13 +11:00
<link rel="canonical" href="https://nathan.woodburn.au/servers">
<meta property="og:url" content="https://nathan.woodburn.au/servers">
2023-11-06 11:27:09 +11:00
<meta name="twitter:description" content="G'day, this is my personal website. You can find out about me or check out some of my projects.">
<meta property="og:title" content="Nathan.Woodburn/">
<meta name="twitter:card" content="summary">
<meta name="twitter:image" content="https://nathan.woodburn.au/assets/img/profile.jpg">
<meta property="og:image" content="https://nathan.woodburn.au/assets/img/profile.jpg">
<meta property="og:type" content="website">
<meta name="twitter:title" content="Nathan.Woodburn/">
<meta property="og:description" content="G'day, this is my personal website. You can find out about me or check out some of my projects.">
<meta name="description" content="Check my server status">
2024-06-17 21:29:52 +10:00
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="/assets/img/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/img/favicon/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="180x180" href="/assets/img/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="192x192" href="/assets/img/favicon/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="512x512" href="/assets/img/favicon/android-chrome-512x512.png">
2023-11-06 11:27:09 +11:00
<link rel="stylesheet" href="/assets/bootstrap/css/bootstrap.min.css">
2024-02-13 14:20:20 +11:00
<link rel="manifest" href="/manifest.json" crossorigin="use-credentials">
2023-11-06 11:27:09 +11:00
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic&amp;display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Cabin:700&amp;display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Anonymous+Pro&amp;display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700">
<link rel="stylesheet" href="/assets/css/styles.min.css">
<link rel="stylesheet" href="/assets/css/profile.min.css">
<link rel="me" href="https://mastodon.woodburn.au/@nathanwoodburn" />
2023-12-20 15:22:15 +11:00
<script async src="https://umami.woodburn.au/script.js" data-website-id="6a55028e-aad3-481c-9a37-3e096ff75589"></script>
2023-11-06 11:27:09 +11:00
</head>
2024-06-19 13:12:33 +10:00
<body id="page-top" data-bs-spy="scroll" data-bs-target="#mainNav" data-bs-offset="77">
2024-06-17 21:29:52 +10:00
<header class="masthead" style="background-image:url('/assets/img/bg/projects.webp');">
2023-11-06 11:27:09 +11:00
<div class="intro-body">
<div class="container">
<div class="row">
<div class="col-md-12" style="margin-top: 100px;">
<h1>Server info</h1>
</div>
</div>
<div class="row row-cols-1 row-cols-sm-1 row-cols-md-1 row-cols-lg-1 row-cols-xl-3 row-cols-xxl-3">
<div class="col">
<div class="card" style="margin-top: 10px;margin-bottom: 10px;">
<div class="card-body text-primary text-bg-dark">
<h4 class="card-title">Docker01</h4>CPU<br>
<iframe
src="https://docker01.woodburn.au/?graph=cpu&showPercentage=true&surface=212529"
style="border-radius: 20px"
allowtransparency="true"
frameborder="0"
></iframe>
<br>MEM<br>
<iframe
src="https://docker01.woodburn.au/?graph=ram&showPercentage=true&surface=212529"
style="border-radius: 20px"
allowtransparency="true"
frameborder="0"
></iframe>
<br>Storage<br>
<iframe
src="https://docker01.woodburn.au/?graph=storage&showPercentage=true&surface=212529"
style="border-radius: 20px"
allowtransparency="true"
frameborder="0"
></iframe>
</div>
</div>
</div>
<div class="col">
<div class="card" style="margin-top: 10px;margin-bottom: 10px;">
<div class="card-body text-primary text-bg-dark">
<h4 class="card-title">Docker02</h4>CPU<br>
<iframe
src="https://docker02.woodburn.au/?graph=cpu&showPercentage=true&surface=212529"
style="border-radius: 20px"
allowtransparency="true"
frameborder="0"
></iframe>
<br>MEM<br>
<iframe
src="https://docker02.woodburn.au/?graph=ram&showPercentage=true&surface=212529"
style="border-radius: 20px"
allowtransparency="true"
frameborder="0"
></iframe>
<br>Storage<br>
<iframe
src="https://docker02.woodburn.au/?graph=storage&showPercentage=true&surface=212529"
style="border-radius: 20px"
allowtransparency="true"
frameborder="0"
></iframe>
</div>
</div>
</div>
<div class="col">
<div class="card" style="margin-top: 10px;margin-bottom: 10px;">
<div class="card-body text-primary text-bg-dark">
<h4 class="card-title">Docker03</h4>CPU<br>
<iframe
src="https://docker03.woodburn.au/?graph=cpu&showPercentage=true&surface=212529"
style="border-radius: 20px"
allowtransparency="true"
frameborder="0"
></iframe>
<br>MEM<br>
<iframe
src="https://docker03.woodburn.au/?graph=ram&showPercentage=true&surface=212529"
style="border-radius: 20px"
allowtransparency="true"
frameborder="0"
></iframe>
<br>Storage<br>
<iframe
src="https://docker03.woodburn.au/?graph=storage&showPercentage=true&surface=212529"
style="border-radius: 20px"
allowtransparency="true"
frameborder="0"
></iframe>
</div>
</div>
</div>
</div>
<div class="row row-cols-1 row-cols-sm-1 row-cols-md-1 row-cols-lg-1 row-cols-xl-3 row-cols-xxl-3">
<div class="col">
<div class="card" style="margin-top: 10px;margin-bottom: 10px;">
<div class="card-body text-primary text-bg-dark">
<h4 class="card-title">Oracle Main</h4>CPU<br>
<iframe
src="https://dashdot.woodburn.au/?graph=cpu&showPercentage=true&surface=212529"
style="border-radius: 20px"
allowtransparency="true"
frameborder="0"
></iframe>
<br>MEM<br>
<iframe
src="https://dashdot.woodburn.au/?graph=ram&showPercentage=true&surface=212529"
style="border-radius: 20px"
allowtransparency="true"
frameborder="0"
></iframe>
<br>Storage<br>
<iframe
src="https://dashdot.woodburn.au/?graph=storage&showPercentage=true&surface=212529"
style="border-radius: 20px"
allowtransparency="true"
frameborder="0"
></iframe>
</div>
</div>
</div>
<div class="col">
<div class="card" style="margin-top: 10px;margin-bottom: 10px;">
<div class="card-body text-primary text-bg-dark">
<h4 class="card-title">Podcast Server</h4>CPU<br>
<iframe
src="https://smalldash.woodburn.au/?graph=cpu&showPercentage=true&surface=212529"
style="border-radius: 20px"
allowtransparency="true"
frameborder="0"
></iframe>
<br>MEM<br>
<iframe
src="https://smalldash.woodburn.au/?graph=ram&showPercentage=true&surface=212529"
style="border-radius: 20px"
allowtransparency="true"
frameborder="0"
></iframe>
<br>Storage<br>
<iframe
src="https://smalldash.woodburn.au/?graph=storage&showPercentage=true&surface=212529"
style="border-radius: 20px"
allowtransparency="true"
frameborder="0"
></iframe>
</div>
</div>
</div>
<div class="col">
<div class="card" style="margin-top: 10px;margin-bottom: 10px;">
<div class="card-body text-primary text-bg-dark">
<h4 class="card-title">Potato1</h4>CPU<br>
<iframe
src="https://potato1dash.woodburn.au/?graph=cpu&showPercentage=true&surface=212529"
style="border-radius: 20px"
allowtransparency="true"
frameborder="0"
></iframe>
<br>MEM<br>
<iframe
src="https://potato1dash.woodburn.au/?graph=ram&showPercentage=true&surface=212529"
style="border-radius: 20px"
allowtransparency="true"
frameborder="0"
></iframe>
<br>Storage<br>
<iframe
src="https://potato1dash.woodburn.au/?graph=storage&showPercentage=true&surface=212529"
style="border-radius: 20px"
allowtransparency="true"
frameborder="0"
></iframe>
</div>
</div>
</div>
</div>
<div class="row row-cols-1 row-cols-sm-1 row-cols-md-1 row-cols-lg-1 row-cols-xl-3 row-cols-xxl-3">
<div class="col">
<div class="card" style="margin-top: 10px;margin-bottom: 10px;">
<div class="card-body text-primary text-bg-dark">
<h4 class="card-title">HNSHosting WP</h4>CPU<br>
<iframe
src="https://dashwp.woodburn.au/?graph=cpu&showPercentage=true&surface=212529"
style="border-radius: 20px"
allowtransparency="true"
frameborder="0"
></iframe>
<br>MEM<br>
<iframe
src="https://dashwp.woodburn.au/?graph=ram&showPercentage=true&surface=212529"
style="border-radius: 20px"
allowtransparency="true"
frameborder="0"
></iframe>
<br>Storage<br>
<iframe
src="https://dashwp.woodburn.au/?graph=storage&showPercentage=true&surface=212529"
style="border-radius: 20px"
allowtransparency="true"
frameborder="0"
></iframe>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<footer>
<div class="container text-center">
2023-12-18 15:02:13 +11:00
<p class="copyright">Copyright ©&nbsp;Nathan.Woodburn/ 2024</p>
2023-11-06 11:27:09 +11:00
</div>
</footer>{{handshake_scripts | safe}}
2023-11-06 11:27:09 +11:00
<script src="/assets/bootstrap/js/bootstrap.min.js"></script>
<script src="/assets/js/script.min.js"></script>
<script src="/assets/js/hacker.min.js"></script>
</body>
</html>