diff options
| author | Paul Buetow <paul@buetow.org> | 2023-10-29 22:46:30 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-10-29 22:46:30 +0200 |
| commit | 8519f2f7a973387accdab69c50f21098b170a758 (patch) | |
| tree | 888a9d447e90cc257dc231177c55ca92fc282fd8 /gemfeed | |
| parent | 5242b32d282c1d1b270a19b3d93fefdfe6574361 (diff) | |
Update content for md
Diffstat (limited to 'gemfeed')
| -rw-r--r-- | gemfeed/2023-06-01-kiss-server-monitoring-with-gogios.md | 5 | ||||
| -rw-r--r-- | gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.md | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gemfeed/2023-06-01-kiss-server-monitoring-with-gogios.md b/gemfeed/2023-06-01-kiss-server-monitoring-with-gogios.md index df390d16..2427b73b 100644 --- a/gemfeed/2023-06-01-kiss-server-monitoring-with-gogios.md +++ b/gemfeed/2023-06-01-kiss-server-monitoring-with-gogios.md @@ -236,6 +236,11 @@ 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: + +[2023-06-01 KISS server monitoring with Gogios (You are currently reading this)](./2023-06-01-kiss-server-monitoring-with-gogios.md) +[2023-10-29 KISS static web photo albums with `photoalbum.sh`](./2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.md) + 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.md b/gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.md index 2f4c24b1..196d62f2 100644 --- a/gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.md +++ b/gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.md @@ -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/ |
