deploy: faef303011ae8dc204e4e129894e340d358fa5e3

This commit is contained in:
davegallant
2022-01-03 06:33:23 +00:00
parent 692af73358
commit 1e0f8fa949
2 changed files with 2 additions and 2 deletions

View File

@@ -185,7 +185,7 @@ Containers have much less overhead in terms of boot time and storage allocation.
<p><img src=/images/netdata.png alt=dashboard></p> <p><img src=/images/netdata.png alt=dashboard></p>
<p>Monitoring can become an important aspect of your homelab after it starts to become something that is relied upon. One of the simplest ways to setup some monitoring is using <a href=https://www.netdata.cloud/>netdata</a>. It can be installed on individual containers, VMs, and also a hypervisor (such as Proxmox). All of the monitoring works out of the box by detecting disks, memory, network interfaces, etc.</p> <p>Monitoring can become an important aspect of your homelab after it starts to become something that is relied upon. One of the simplest ways to setup some monitoring is using <a href=https://www.netdata.cloud/>netdata</a>. It can be installed on individual containers, VMs, and also a hypervisor (such as Proxmox). All of the monitoring works out of the box by detecting disks, memory, network interfaces, etc.</p>
<p>Additionally, agents installed on different machines can all be centrally viewed in netdata, and it can alert you when some of your infrastructure is down or in a degraded state. Adding additional nodes to netdata is as simple as a 1-line shell command.</p> <p>Additionally, agents installed on different machines can all be centrally viewed in netdata, and it can alert you when some of your infrastructure is down or in a degraded state. Adding additional nodes to netdata is as simple as a 1-line shell command.</p>
<p><a href=https://grafana.com/>Grafana</a> is another open source analytics and monitoring solution. If you are looking for ideas, check out <a href=https://www.wikimedia.org/>Wikimedia</a>&rsquo;s <a href=https://grafana.wikimedia.org/>public Grafana</a>.</p> <p>As mentioned above, <a href=https://github.com/louislam/uptime-kuma>Uptime Kuma</a> is a convenient way to track uptime and monitor the availability of your services.</p>
<h2 id=in-summary>In Summary</h2> <h2 id=in-summary>In Summary</h2>
<p>Building out a homelab can be a rewarding experience and it doesn&rsquo;t require buying a rack full of expensive servers to get a significant amount of utility. There are many services that you can run that require very minimal setup, making it possible to get a server up and running in a short period of time, with monitoring, and that can be securely connected to remotely.</p> <p>Building out a homelab can be a rewarding experience and it doesn&rsquo;t require buying a rack full of expensive servers to get a significant amount of utility. There are many services that you can run that require very minimal setup, making it possible to get a server up and running in a short period of time, with monitoring, and that can be securely connected to remotely.</p>
</div> </div>

File diff suppressed because one or more lines are too long