diff options
| author | Paul Buetow <paul@buetow.org> | 2023-07-12 07:38:06 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-07-12 07:38:06 +0300 |
| commit | a2525c1de817626333ae62b0500b669ab8b83685 (patch) | |
| tree | d725ae819d3c6607909c35cb1c69760fd67ed11f | |
| parent | bd4ed867bd01233e99a6d4aaa27c624e04136876 (diff) | |
Update content for html
| -rw-r--r-- | gemfeed/2022-02-04-computer-operating-systems-i-use.html | 2 | ||||
| -rw-r--r-- | gemfeed/2022-10-30-installing-dtail-on-openbsd.html | 2 | ||||
| -rw-r--r-- | gemfeed/2023-06-01-kiss-server-monitoring-with-gogios.html | 8 | ||||
| -rw-r--r-- | gemfeed/atom.xml | 14 | ||||
| -rw-r--r-- | index.html | 3 | ||||
| -rw-r--r-- | text.ttf | bin | 64104 -> 367144 bytes | |||
| -rw-r--r-- | uptime-stats.html | 84 |
7 files changed, 57 insertions, 56 deletions
diff --git a/gemfeed/2022-02-04-computer-operating-systems-i-use.html b/gemfeed/2022-02-04-computer-operating-systems-i-use.html index 7954ab9a..11742e26 100644 --- a/gemfeed/2022-02-04-computer-operating-systems-i-use.html +++ b/gemfeed/2022-02-04-computer-operating-systems-i-use.html @@ -197,7 +197,7 @@ GNU/kFreeBSD rhea.buetow.org 8.0-RELEASE-p5 FreeBSD 8.0-RELEASE-p5 #2: Sat Nov 2 <h3 style='display: inline'>Other OSes in use...</h3><br /> <br /> <a class='textlink' href='https://sailfish.org'>SailfishOS - Nice mobile OS, but unfortunately includes proprietary components</a><br /> -<a class='textlink' href='https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux'>Red Hat Enterprose Linux - Only for some work stuff</a><br /> +<a class='textlink' href='https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux'>Red Hat Enterprise Linux - Only for some work stuff</a><br /> <br /> <h3 style='display: inline'>Other OSes not used any more...</h3><br /> <br /> diff --git a/gemfeed/2022-10-30-installing-dtail-on-openbsd.html b/gemfeed/2022-10-30-installing-dtail-on-openbsd.html index 3bad3774..e7b6610f 100644 --- a/gemfeed/2022-10-30-installing-dtail-on-openbsd.html +++ b/gemfeed/2022-10-30-installing-dtail-on-openbsd.html @@ -171,7 +171,7 @@ task 'dtail', group => 'frontends', <br /> <pre> $ doas mkdir /etc/dserver -$ curl https://raw.githubusercontent.com/mimecast/dtail/master/samples/dtail.json.sample | +$ curl https://raw.githubusercontent.com/mimecast/dtail/master/examples/dtail.json.examples | doas tee /etc/dserver/dtail.json </pre> <br /> diff --git a/gemfeed/2023-06-01-kiss-server-monitoring-with-gogios.html b/gemfeed/2023-06-01-kiss-server-monitoring-with-gogios.html index 53160739..df91327f 100644 --- a/gemfeed/2023-06-01-kiss-server-monitoring-with-gogios.html +++ b/gemfeed/2023-06-01-kiss-server-monitoring-with-gogios.html @@ -18,7 +18,7 @@ <br /> <span>Gogios is a minimalistic and easy-to-use monitoring tool I programmed in Google Go designed specifically for small-scale self-hosted servers and virtual machines. The primary purpose of Gogios is to monitor my personal server infrastructure for <span class='inlinecode'>foo.zone</span>, my MTAs, my authoritative DNS servers, my NextCloud, Wallabag and Anki sync server installations, etc.</span><br /> <br /> -<span>With compatibility with the Nagios Check API, Gogios offers a simple yet effective solution for users looking to monitor a limited number of resources. In theory, Gogios scales to a couple of thousand checks, though. In this blog post, we'll explore Gogios' features, configuration, and use cases to help you determine if it's the proper monitoring solution for your needs, too. You can clone it from Codeberg here:</span><br /> +<span>With compatibility with the Nagios Check API, Gogios offers a simple yet effective solution to monitor a limited number of resources. In theory, Gogios scales to a couple of thousand checks, though. You can clone it from Codeberg here:</span><br /> <br /> <a class='textlink' href='https://codeberg.org/snonux/gogios'>https://codeberg.org/snonux/gogios</a><br /> <br /> @@ -51,13 +51,13 @@ https://asciiart.website/index.php?art=objects/computers <br /> <span>My primary goal was to have a single email address for notifications and a simple mechanism to periodically execute standard Nagios check scripts and notify me of any state changes. I wanted the most minimalistic monitoring solution possible but wasn't satisfied with the available options.</span><br /> <br /> -<span>This led me to create Gogios, a lightweight monitoring tool tailored to my specific needs. I chose the Go programming language for this project as it comes, in my opinion, with the best balance of ease to use and performance. Gogios eliminates unnecessary features and focuses on simplicity, providing a no-frills monitoring solution.</span><br /> +<span>This led me to create Gogios, a lightweight monitoring tool tailored to my specific needs. I chose the Go programming language for this project as it comes, in my opinion, with the best balance of ease to use and performance.</span><br /> <br /> <h2 style='display: inline'>Features</h2><br /> <br /> <ul> -<li>Compatible with Nagios Check scripts: Gogios leverages the widely-used Nagios Check API, allowing you to use existing Nagios plugins for monitoring various services.</li> -<li>Lightweight and Minimalistic: Gogios is designed to be simple and fairly easy to set up, making it an ideal choice for users with limited monitoring requirements.</li> +<li>Compatible with Nagios Check scripts: Gogios leverages the widely-used Nagios Check API, allowing to use existing Nagios plugins.</li> +<li>Lightweight and Minimalistic: Gogios is designed to be simple and fairly easy to set up.</li> <li>Configurable Check Timeout and Concurrency: Gogios allows you to set a timeout for checks and configure the number of concurrent checks, offering flexibility in monitoring your resources.</li> <li>Configurable check dependency: A check can depend on another check, which enables scenarios like not executing an HTTP check when the server isn't pingable.</li> <li>Retries: Check retry and retry intervals are configurable per check.</li> diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index 9039afba..ffb78621 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> - <updated>2023-06-01T22:09:15+03:00</updated> + <updated>2023-07-12T07:37:47+03:00</updated> <title>foo.zone feed</title> <subtitle>To be in the .zone!</subtitle> <link href="https://foo.zone/gemfeed/atom.xml" rel="self" /> @@ -28,7 +28,7 @@ <br /> <span>Gogios is a minimalistic and easy-to-use monitoring tool I programmed in Google Go designed specifically for small-scale self-hosted servers and virtual machines. The primary purpose of Gogios is to monitor my personal server infrastructure for <span class='inlinecode'>foo.zone</span>, my MTAs, my authoritative DNS servers, my NextCloud, Wallabag and Anki sync server installations, etc.</span><br /> <br /> -<span>With compatibility with the Nagios Check API, Gogios offers a simple yet effective solution for users looking to monitor a limited number of resources. In theory, Gogios scales to a couple of thousand checks, though. In this blog post, we'll explore Gogios' features, configuration, and use cases to help you determine if it's the proper monitoring solution for your needs, too. You can clone it from Codeberg here:</span><br /> +<span>With compatibility with the Nagios Check API, Gogios offers a simple yet effective solution to monitor a limited number of resources. In theory, Gogios scales to a couple of thousand checks, though. You can clone it from Codeberg here:</span><br /> <br /> <a class='textlink' href='https://codeberg.org/snonux/gogios'>https://codeberg.org/snonux/gogios</a><br /> <br /> @@ -61,13 +61,13 @@ https://asciiart.website/index.php?art=objects/computers <br /> <span>My primary goal was to have a single email address for notifications and a simple mechanism to periodically execute standard Nagios check scripts and notify me of any state changes. I wanted the most minimalistic monitoring solution possible but wasn't satisfied with the available options.</span><br /> <br /> -<span>This led me to create Gogios, a lightweight monitoring tool tailored to my specific needs. I chose the Go programming language for this project as it comes, in my opinion, with the best balance of ease to use and performance. Gogios eliminates unnecessary features and focuses on simplicity, providing a no-frills monitoring solution.</span><br /> +<span>This led me to create Gogios, a lightweight monitoring tool tailored to my specific needs. I chose the Go programming language for this project as it comes, in my opinion, with the best balance of ease to use and performance.</span><br /> <br /> <h2 style='display: inline'>Features</h2><br /> <br /> <ul> -<li>Compatible with Nagios Check scripts: Gogios leverages the widely-used Nagios Check API, allowing you to use existing Nagios plugins for monitoring various services.</li> -<li>Lightweight and Minimalistic: Gogios is designed to be simple and fairly easy to set up, making it an ideal choice for users with limited monitoring requirements.</li> +<li>Compatible with Nagios Check scripts: Gogios leverages the widely-used Nagios Check API, allowing to use existing Nagios plugins.</li> +<li>Lightweight and Minimalistic: Gogios is designed to be simple and fairly easy to set up.</li> <li>Configurable Check Timeout and Concurrency: Gogios allows you to set a timeout for checks and configure the number of concurrent checks, offering flexibility in monitoring your resources.</li> <li>Configurable check dependency: A check can depend on another check, which enables scenarios like not executing an HTTP check when the server isn't pingable.</li> <li>Retries: Check retry and retry intervals are configurable per check.</li> @@ -2032,7 +2032,7 @@ task 'dtail', group => 'frontends', <br /> <pre> $ doas mkdir /etc/dserver -$ curl https://raw.githubusercontent.com/mimecast/dtail/master/samples/dtail.json.sample | +$ curl https://raw.githubusercontent.com/mimecast/dtail/master/examples/dtail.json.examples | doas tee /etc/dserver/dtail.json </pre> <br /> @@ -4322,7 +4322,7 @@ GNU/kFreeBSD rhea.buetow.org 8.0-RELEASE-p5 FreeBSD 8.0-RELEASE-p5 #2: Sat Nov 2 <h3 style='display: inline'>Other OSes in use...</h3><br /> <br /> <a class='textlink' href='https://sailfish.org'>SailfishOS - Nice mobile OS, but unfortunately includes proprietary components</a><br /> -<a class='textlink' href='https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux'>Red Hat Enterprose Linux - Only for some work stuff</a><br /> +<a class='textlink' href='https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux'>Red Hat Enterprise Linux - Only for some work stuff</a><br /> <br /> <h3 style='display: inline'>Other OSes not used any more...</h3><br /> <br /> @@ -10,7 +10,7 @@ <body> <h1 style='display: inline'>foo.zone</h1><br /> <br /> -<span class='quote'>This site was generated at 2023-06-10T16:53:05+03:00 by <span class='inlinecode'>Gemtexter</span></span><br /> +<span class='quote'>This site was generated at 2023-07-12T07:37:46+03:00 by <span class='inlinecode'>Gemtexter</span></span><br /> <br /> <pre> |\---/| @@ -25,6 +25,7 @@ <br /> <span>Welcome to the foo.zone. Everything you read on this site is my personal opinion and experience. You can call me a Linux/*BSD enthusiast and hobbyist. I mainly write about tech, IT, programming and sometimes also about self-improvement here.</span><br /> <br /> +<a class='textlink' href='https://justforfunnoreally.dev/'>All I post here on <span class='inlinecode'>foo.zone</span> is really only just for fun!</a><br /> <a class='textlink' href='https://paul.buetow.org'>My contact information and resources (via HTTP)</a><br /> <a class='textlink' href='gemini://paul.buetow.org'>My contact information and resources (via Gemini)</a><br /> <a class='textlink' href='./uptime-stats.html'>My machine uptime statistics</a><br /> Binary files differdiff --git a/uptime-stats.html b/uptime-stats.html index d2c906fa..722b4cf6 100644 --- a/uptime-stats.html +++ b/uptime-stats.html @@ -10,7 +10,7 @@ <body> <h1 style='display: inline'>My machine uptime stats</h1><br /> <br /> -<span class='quote'>This site was last updated at 2023-06-10T16:53:05+03:00</span><br /> +<span class='quote'>This site was last updated at 2023-07-12T07:37:46+03:00</span><br /> <br /> <span>The following stats were collected via <span class='inlinecode'>uptimed</span> on all of my personal computers over many years and the output was generated by <span class='inlinecode'>guprecords</span>, the global uptime records stats analyser of mine.</span><br /> <br /> @@ -36,13 +36,13 @@ | 3. | uranus | 168 | | 4. | callisto | 153 | | 5. | dionysus | 136 | -| 6. | *earth | 130 | +| 6. | *earth | 135 | | 7. | tauceti-e | 120 | | 8. | pluto | 51 | -| 9. | *makemake | 50 | -| 10. | *ultramega15289 | 50 | -| 11. | ultramega8477 | 40 | -| 12. | phobos | 40 | +| 9. | *ultramega15289 | 50 | +| 10. | *makemake | 50 | +| 11. | phobos | 40 | +| 12. | ultramega8477 | 40 | | 13. | sun | 33 | | 14. | *t450 | 30 | | 15. | *vulcan | 19 | @@ -70,8 +70,8 @@ | 6. | pluto | 2 years, 10 months, 29 days | | 7. | tauceti | 2 years, 3 months, 19 days | | 8. | tauceti-f | 1 years, 9 months, 18 days | -| 9. | *ultramega15289 | 1 years, 9 months, 3 days | -| 10. | *earth | 1 years, 7 months, 5 days | +| 9. | *ultramega15289 | 1 years, 9 months, 16 days | +| 10. | *earth | 1 years, 8 months, 5 days | | 11. | *blowfish | 1 years, 5 months, 29 days | | 12. | ultramega8477 | 1 years, 3 months, 25 days | | 13. | host0 | 1 years, 3 months, 9 days | @@ -102,8 +102,8 @@ | 7. | pluto | 182 | | 8. | dionysus | 156 | | 9. | tauceti | 141 | -| 10. | *ultramega15289 | 121 | -| 11. | *earth | 113 | +| 10. | *ultramega15289 | 124 | +| 11. | *earth | 119 | | 12. | tauceti-f | 108 | | 13. | tauceti-e | 96 | | 14. | *makemake | 93 | @@ -131,11 +131,11 @@ | 5. | *makemake | 1 years, 3 months, 26 days | | 6. | mars | 1 years, 2 months, 10 days | | 7. | tauceti-e | 0 years, 12 months, 9 days | -| 8. | sirius | 0 years, 8 months, 20 days | -| 9. | *ultramega15289 | 0 years, 8 months, 15 days | +| 8. | *ultramega15289 | 0 years, 8 months, 30 days | +| 9. | sirius | 0 years, 8 months, 20 days | | 10. | *t450 | 0 years, 6 months, 18 days | | 11. | deimos | 0 years, 5 months, 15 days | -| 12. | *earth | 0 years, 5 months, 11 days | +| 12. | *earth | 0 years, 5 months, 12 days | | 13. | joghurt | 0 years, 2 months, 9 days | | 14. | host0 | 0 years, 2 months, 1 days | | 15. | fibonacci | 0 years, 1 months, 11 days | @@ -163,12 +163,12 @@ | 6. | uugrn | 3 years, 5 months, 5 days | | 7. | deltavega | 3 years, 1 months, 21 days | | 8. | pluto | 2 years, 10 months, 30 days | -| 9. | *makemake | 2 years, 4 months, 19 days | -| 10. | *ultramega15289 | 2 years, 4 months, 16 days | +| 9. | *ultramega15289 | 2 years, 5 months, 14 days | +| 10. | *makemake | 2 years, 4 months, 19 days | | 11. | tauceti | 2 years, 3 months, 22 days | | 12. | callisto | 2 years, 3 months, 13 days | | 13. | tauceti-e | 2 years, 1 months, 29 days | -| 14. | *earth | 1 years, 11 months, 13 days | +| 14. | *earth | 1 years, 12 months, 14 days | | 15. | tauceti-f | 1 years, 9 months, 20 days | | 16. | mars | 1 years, 8 months, 19 days | | 17. | *blowfish | 1 years, 5 months, 29 days | @@ -192,7 +192,7 @@ | 4. | Linux 4... | 164 | | 5. | FreeBSD 11... | 153 | | 6. | *FreeBSD 13... | 128 | -| 7. | *Linux 6... | 52 | +| 7. | *Linux 6... | 57 | | 8. | Darwin 13... | 40 | | 9. | *OpenBSD 7... | 39 | | 10. | FreeBSD 5... | 25 | @@ -200,11 +200,11 @@ | 12. | Darwin 21... | 19 | | 13. | Darwin 15... | 15 | | 14. | Darwin 18... | 14 | -| 15. | FreeBSD 7... | 10 | -| 16. | FreeBSD 6... | 10 | -| 17. | OpenBSD 4... | 10 | -| 18. | *Darwin 22... | 8 | -| 19. | Darwin 20... | 8 | +| 15. | FreeBSD 6... | 10 | +| 16. | FreeBSD 7... | 10 | +| 17. | *Darwin 22... | 10 | +| 18. | OpenBSD 4... | 10 | +| 19. | Darwin 20... | 6 | | 20. | Darwin 19... | 1 | +-----+----------------+-------+ </pre> @@ -226,15 +226,15 @@ | 7. | Linux 2... | 1 years, 11 months, 21 days | | 8. | Darwin 13... | 1 years, 3 months, 25 days | | 9. | FreeBSD 6... | 1 years, 3 months, 9 days | -| 10. | *Linux 6... | 0 years, 8 months, 19 days | +| 10. | *Linux 6... | 0 years, 9 months, 19 days | | 11. | Darwin 21... | 0 years, 8 months, 15 days | | 12. | OpenBSD 4... | 0 years, 8 months, 12 days | | 13. | Darwin 18... | 0 years, 7 months, 24 days | | 14. | Darwin 15... | 0 years, 6 months, 15 days | | 15. | FreeBSD 5... | 0 years, 5 months, 18 days | -| 16. | *FreeBSD 13... | 0 years, 4 months, 3 days | -| 17. | Darwin 20... | 0 years, 4 months, 1 days | -| 18. | *Darwin 22... | 0 years, 3 months, 22 days | +| 16. | *Darwin 22... | 0 years, 4 months, 15 days | +| 17. | *FreeBSD 13... | 0 years, 4 months, 3 days | +| 18. | Darwin 20... | 0 years, 3 months, 21 days | | 19. | FreeBSD 7... | 0 years, 2 months, 5 days | | 20. | Darwin 19... | 0 years, 1 months, 9 days | +-----+----------------+------------------------------+ @@ -257,15 +257,15 @@ | 7. | Linux 2... | 121 | | 8. | Darwin 13... | 80 | | 9. | FreeBSD 6... | 75 | -| 10. | *Linux 6... | 46 | +| 10. | *Linux 6... | 52 | | 11. | Darwin 21... | 40 | | 12. | OpenBSD 4... | 39 | | 13. | Darwin 18... | 36 | -| 14. | Darwin 15... | 29 | -| 15. | *FreeBSD 13... | 29 | +| 14. | *FreeBSD 13... | 29 | +| 15. | Darwin 15... | 29 | | 16. | FreeBSD 5... | 25 | -| 17. | *Darwin 22... | 17 | -| 18. | Darwin 20... | 16 | +| 17. | *Darwin 22... | 21 | +| 18. | Darwin 20... | 14 | | 19. | FreeBSD 7... | 7 | | 20. | Darwin 19... | 1 | +-----+----------------+-------+ @@ -279,7 +279,7 @@ +-----+------------+-------+ | Pos | KernelName | Boots | +-----+------------+-------+ -| 1. | *Linux | 1056 | +| 1. | *Linux | 1061 | | 2. | *FreeBSD | 877 | | 3. | *Darwin | 105 | | 4. | *OpenBSD | 49 | @@ -291,14 +291,14 @@ <span>Uptime is the total uptime of a host over the entire lifespan.</span><br /> <br /> <pre> -+-----+------------+-----------------------------+ -| Pos | KernelName | Uptime | -+-----+------------+-----------------------------+ -| 1. | *Linux | 24 years, 12 months, 3 days | -| 2. | *FreeBSD | 9 years, 12 months, 5 days | -| 3. | *OpenBSD | 3 years, 5 months, 31 days | -| 4. | *Darwin | 3 years, 5 months, 9 days | -+-----+------------+-----------------------------+ ++-----+------------+----------------------------+ +| Pos | KernelName | Uptime | ++-----+------------+----------------------------+ +| 1. | *Linux | 25 years, 1 months, 3 days | +| 2. | *FreeBSD | 9 years, 12 months, 5 days | +| 3. | *OpenBSD | 3 years, 5 months, 31 days | +| 4. | *Darwin | 3 years, 5 months, 22 days | ++-----+------------+----------------------------+ </pre> <br /> <h2 style='display: inline'>Top 20 Score's by KernelName</h2><br /> @@ -309,9 +309,9 @@ +-----+------------+-------+ | Pos | KernelName | Score | +-----+------------+-------+ -| 1. | *Linux | 1666 | +| 1. | *Linux | 1672 | | 2. | *FreeBSD | 704 | -| 3. | *Darwin | 223 | +| 3. | *Darwin | 225 | | 4. | *OpenBSD | 222 | +-----+------------+-------+ </pre> |
