From 81b9da0516ea42eedf90f8438df0ce714dfe9486 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 21 Apr 2024 11:53:02 +0300 Subject: Update content for html --- gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.html | 8 +++----- gemfeed/atom.xml | 10 ++++------ index.html | 2 +- uptime-stats.html | 2 +- 4 files changed, 9 insertions(+), 13 deletions(-) diff --git a/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.html b/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.html index a55e7530..da65d2db 100644 --- a/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.html +++ b/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.html @@ -43,13 +43,10 @@ Table of contents: My auto-failover requirements My HA solution Only OpenBSD base installation required - !/bin/ksh - Race condition (e.g. script execution aborted in the middle of the previous run) Fairly cheap and geo-redundant Failover time and split-brain Failover support for multiple protocols Let's encrypt TLS certificates - Weekly auto-failover for Let's Encrypt automation Monitoring Rex automation More HA @@ -182,7 +179,8 @@ http://www.gnu.org/software/src-highlite --> by Lorenzo Bettini http://www.lorenzobettini.it http://www.gnu.org/software/src-highlite --> -
# Race condition (e.g. script execution aborted in the middle of the previous run)
+
#! Race condition !#
+   
 if [ -f $zone_file.bak ]; then
     mv $zone_file.bak $zone_file
 fi
@@ -279,7 +277,7 @@ echo "Failover of zone $zone to $MASTER completed"
 by Lorenzo Bettini
 http://www.lorenzobettini.it
 http://www.gnu.org/software/src-highlite -->
-
# Weekly auto-failover for Let's Encrypt automation
+
#! Weekly auto-failover for Let's Encrypt automation !#
 local -i -r week_of_the_year=$(date +%U)
 if [ $(( week_of_the_year % 2 )) -eq 0 ]; then
     local tmp=$master
diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml
index e9536214..706c8167 100644
--- a/gemfeed/atom.xml
+++ b/gemfeed/atom.xml
@@ -1,6 +1,6 @@
 
 
-    2024-04-21T11:44:45+03:00
+    2024-04-21T11:52:49+03:00
     foo.zone feed
     To be in the .zone!
     
@@ -53,13 +53,10 @@ Table of contents:
         My auto-failover requirements
         My HA solution
             Only OpenBSD base installation required
-   !/bin/ksh
-    Race condition (e.g. script execution aborted in the middle of the previous run)
             Fairly cheap and geo-redundant
             Failover time and split-brain
             Failover support for multiple protocols
             Let's encrypt TLS certificates
-    Weekly auto-failover for Let's Encrypt automation
             Monitoring
             Rex automation
         More HA
@@ -192,7 +189,8 @@ http://www.gnu.org/software/src-highlite -->
 by Lorenzo Bettini
 http://www.lorenzobettini.it
 http://www.gnu.org/software/src-highlite -->
-
# Race condition (e.g. script execution aborted in the middle of the previous run)
+
#! Race condition !#
+   
 if [ -f $zone_file.bak ]; then
     mv $zone_file.bak $zone_file
 fi
@@ -289,7 +287,7 @@ echo "Failover of zone $zone to $MASTER completed"
 by Lorenzo Bettini
 http://www.lorenzobettini.it
 http://www.gnu.org/software/src-highlite -->
-
# Weekly auto-failover for Let's Encrypt automation
+
#! Weekly auto-failover for Let's Encrypt automation !#
 local -i -r week_of_the_year=$(date +%U)
 if [ $(( week_of_the_year % 2 )) -eq 0 ]; then
     local tmp=$master
diff --git a/index.html b/index.html
index fa2986fb..63351f17 100644
--- a/index.html
+++ b/index.html
@@ -10,7 +10,7 @@
 
 

foo.zone



-This site was generated at 2024-04-21T11:44:45+03:00 by Gemtexter
+This site was generated at 2024-04-21T11:52:49+03:00 by Gemtexter

    |\---/|
diff --git a/uptime-stats.html b/uptime-stats.html
index 68d57d9c..acac7567 100644
--- a/uptime-stats.html
+++ b/uptime-stats.html
@@ -10,7 +10,7 @@
 
 

My machine uptime stats



-This site was last updated at 2024-04-21T11:44:45+03:00
+This site was last updated at 2024-04-21T11:52:49+03:00

The following stats were collected via uptimed on all of my personal computers over many years and the output was generated by guprecords, the global uptime records stats analyser of mine.

-- cgit v1.2.3