From f28c99a12d3510efba6de6b60fbaeb6c49afc183 Mon Sep 17 00:00:00 2001 From: Wurzelmann Date: Tue, 8 Oct 2024 14:45:34 +0200 Subject: [PATCH 1/2] Update README.md added xymon to "Monitoring" section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a77431c..4404813 100644 --- a/README.md +++ b/README.md @@ -512,6 +512,7 @@ _Related: [Metrics & Metric Collection](#metrics--metric-collection)_ - [Status](https://github.com/dani3l0/Status) - Simple and lightweight system monitoring tool for small homeservers with a pleasant web interface. ([Demo](https://status.enshittification.social/) `MIT` `Python` - [Thruk](https://www.thruk.org/) - Multibackend monitoring web interface with support for Naemon, Nagios, Icinga and Shinken. ([Source Code](https://github.com/sni/Thruk)) `GPL-1.0` `Perl` - [Wazuh](https://wazuh.com/) - Unified XDR and SIEM protection for endpoints and cloud workloads. ([Source Code](https://github.com/wazuh/wazuh)) `GPL-2.0` `C` +- [xymon](https://xymon.sourceforge.io/) - Monitoring tool for servers and networks. ([Source_Code](https://sourceforge.net/p/xymon/code/HEAD/tree/)) `GPL-2.0` `Perl/C/Shell` - [Zabbix](https://www.zabbix.com/) - Enterprise-class software for monitoring of networks and applications. ([Source Code](https://git.zabbix.com/projects/ZBX/repos/zabbix/browse)) `GPL-2.0` `C` From 5e7c0480236e67a330f882c0598adb64ef47fecb Mon Sep 17 00:00:00 2001 From: Kairixir <35051006+Kairixir@users.noreply.github.com> Date: Sun, 27 Jul 2025 11:54:58 +0200 Subject: [PATCH 2/2] Add ArgoCD to Continuous Integration & Continuous Deployment (#631) Co-authored-by: nodiscc --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4021fe5..6d5cb1c 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,7 @@ _Related: [IT Asset Management](#it-asset-management)_ [Continuous integration](https://en.wikipedia.org/wiki/Continuous_integration)/[deployment](https://en.wikipedia.org/wiki/Continuous_deployment) software. +- [ArgoCD](https://argo-cd.readthedocs.io/en/stable/) - Declarative, GitOps continuous delivery tool for Kubernetes. ([Source Code](https://github.com/argoproj/argo-cd)) `Apache-2.0` `Go` - [Buildbot](https://buildbot.net/) - Python-based toolkit for continuous integration. ([Source Code](https://github.com/buildbot/buildbot)) `GPL-2.0` `Python` - [CDS](https://ovh.github.io/cds/) - Enterprise-Grade Continuous Delivery & DevOps Automation Open Source Platform. ([Source Code](https://github.com/ovh/cds)) `BSD-3-Clause` `Go` - [Concourse](https://concourse-ci.org/) - Concourse is a CI tool that treats pipelines as first class objects and containerizes every step along the way. ([Demo](https://ci.concourse-ci.org/), [Source Code](https://github.com/concourse/concourse)) `Apache-2.0` `Go`