diff options
| author | Paul Buetow <paul@buetow.org> | 2023-10-29 22:45:34 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-10-29 22:45:34 +0200 |
| commit | 7280956ef9e10a3ec7b7c157dcf1a22a4417f4ff (patch) | |
| tree | 5fa0036160f959e78de60ac65123cbf1526370b4 /gemfeed | |
| parent | 74a7cb4e56c0ea966d9806eeca58181e184a4b7f (diff) | |
ok
Diffstat (limited to 'gemfeed')
| -rw-r--r-- | gemfeed/2023-06-01-kiss-server-monitoring-with-gogios.gmi.tpl | 4 | ||||
| -rw-r--r-- | gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.gmi.tpl | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gemfeed/2023-06-01-kiss-server-monitoring-with-gogios.gmi.tpl b/gemfeed/2023-06-01-kiss-server-monitoring-with-gogios.gmi.tpl index 89e6692c..0e0560e3 100644 --- a/gemfeed/2023-06-01-kiss-server-monitoring-with-gogios.gmi.tpl +++ b/gemfeed/2023-06-01-kiss-server-monitoring-with-gogios.gmi.tpl @@ -236,6 +236,10 @@ There are plans to make it possible to execute certain checks only on certain no Gogios is a lightweight and straightforward monitoring tool that is perfect for small-scale environments. With its compatibility with the Nagios Check API, email notifications, and CRON-based scheduling, Gogios offers an easy-to-use solution for those looking to monitor a limited number of resources. I personally use it to execute around 500 checks on my personal server infrastructure. I am very happy with this solution. +Other KISS-related posts are: + +<< template::inline::index kiss + E-Mail your comments to `paul@nospam.buetow.org` :-) => ../ Back to the main site diff --git a/gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.gmi.tpl b/gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.gmi.tpl index 65ebbb4f..cd7d46eb 100644 --- a/gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.gmi.tpl +++ b/gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.gmi.tpl @@ -231,7 +231,7 @@ The result will be in the distribution directory `./dist`. This directory is pub blurs html index.html photos thumbs ``` -I usually do that via rsync to my web server (I use OpenBSD with the standard `httpd` web server, btw), which is as simple as: +I usually do that via rsync to my web server (I use OpenBSD with the standard `httpd` web server, btw.), which is as simple as: ``` % rsync --delete -av ./dist/. admin@blowfish.buetow.org:/var/www/htdocs/irregular.ninja/ |
