Compare commits

...

7 Commits

Author SHA1 Message Date
tomsun28
5b9094c872
Merge 1fbe7d8479 into 10c62b16a2 2024-03-13 06:12:33 +01:00
ben-ranford
10c62b16a2
Add Rudder to Configuration Management (#551)
Co-authored-by: Ben Ranford <ben@rnfrd.dev>
2024-03-10 19:50:10 +00:00
Moritz Poldrack
18bd790789
add aerc to the list of mail clients (#546) 2024-03-10 19:46:34 +00:00
tomsun28
1fbe7d8479
Update README.md
Co-authored-by: Rabenherz112 <rabenherz@theravenhub.com>
2023-09-24 19:38:45 +08:00
tomsun28
2738ca5743
Merge branch 'master' into master 2023-03-02 00:36:04 +08:00
tomsun28
f97a8335fd Add HertzBeat to Monitoring 2022-10-19 09:06:39 +08:00
tomsun28
68631909fa Add HertzBeat to Monitoring 2022-10-19 09:00:08 +08:00

View File

@ -159,6 +159,7 @@ _See also: [/r/chatops](https://old.reddit.com/r/chatops)*
- [CFEngine](https://cfengine.com/) - Configuration management system for automated configuration and maintenance of large-scale computer systems. ([Source Code](https://github.com/cfengine/core)) `GPL-3.0` `C`
- [Chef](https://www.chef.io/products/chef-infra) - Configuration management tool using a pure-Ruby, domain-specific language (DSL) for writing system configuration "recipes". ([Source Code](https://github.com/chef/chef)) `Apache-2.0` `Ruby`
- [Puppet](https://www.puppet.com/) - Software configuration management tool which includes its own declarative language to describe system configuration. ([Source Code](https://github.com/puppetlabs/puppet)) `Apache-2.0` `Ruby/C`
- [Rudder](https://www.rudder.io/) - Scalable and dynamic configuration management system for patching, security & compliance, based on CFEngine. ([Source Code](https://github.com/Normation/rudder)) `GPL-3.0` `Scala`
- [Salt](https://docs.saltproject.io/) - Event-driven IT automation, remote task execution, and configuration management software. ([Source Code](https://github.com/saltstack/salt)) `Apache-2.0` `Python`
@ -431,6 +432,7 @@ Log management tools: collect, parse, visualize...
An [email client](https://en.wikipedia.org/wiki/Email_client), email reader or, more formally, message user agent (MUA) or mail user agent is a computer program used to access and manage a user's email.
- [aerc](https://aerc-mail.org/) - Terminal MUA with a focus on plaintext and features for developers. ([Source Code](https://git.sr.ht/~rjarry/aerc)) `MIT` `Go`
- [Claws Mail](http://www.claws-mail.org/) - Old school email client (and news reader), based on GTK+. ([Source Code](https://git.claws-mail.org/?p=claws.git;a=tree)) `GPL-3.0` `C`
- [ImapSync](http://imapsync.lamiral.info/) - Simple IMAP migration tool for copying mailboxes to other servers. ([Source Code](https://github.com/imapsync/imapsync)) `NLPL` `Perl`
- [Mutt](http://www.mutt.org/) - Small but very powerful text-based mail client. ([Source Code](https://gitlab.com/muttmua/mutt)) `GPL-2.0` `C`
@ -490,6 +492,7 @@ _Related: [Metrics & Metric Collection](#metrics--metric-collection)_
- [eZ Server Monitor](https://www.ezservermonitor.com) - A lightweight and simple dashboard monitor for Linux, available in Web and Bash application. ([Source Code](https://github.com/shevabam/ezservermonitor-web)) `GPL-3.0` `PHP/Shell`
- [glances](https://nicolargo.github.io/glances/) - Open-source, cross-platform real-time monitoring tool with CLI and web dashboard interfaces and many exporting options. ([Source Code](https://github.com/nicolargo/glances)) `GPL-3.0` `Python`
- [Healthchecks](https://healthchecks.io/docs/self_hosted/) - Monitoring for cron jobs, background services and scheduled tasks. ([Source Code](https://github.com/healthchecks/healthchecks)) `BSD-3-Clause` `Python`
- [HertzBeat](https://hertzbeat.dromara.org/) - Real-time monitoring system with custom-monitor and agentless. ([Source Code](https://github.com/dromara/hertzbeat)) `Apache-2.0` `Java/Docker/K8S`
- [Icinga](https://www.icinga.com/) - Nagios fork that has since lapped nagios several times. Comes with the possibility of clustered monitoring. ([Source Code](https://github.com/Icinga/icinga2)) `GPL-2.0` `C++`
- [LibreNMS](https://www.librenms.org) - Fully featured network monitoring system that provides a wealth of features and device support. ([Source Code](https://github.com/librenms/librenms)) `GPL-3.0` `PHP`
- [Linux Dash](https://github.com/afaqurk/linux-dash) - A low-overhead monitoring web dashboard for a GNU/Linux machine. `MIT` `Nodejs/Go/Python/PHP`