From 3ce293b5aa1c1a2eb903ad483c53e7dd8a21ba9e Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Mon, 27 May 2024 09:42:31 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20=E2=80=94=20Add=20FAQ=20and=20Li?= =?UTF-8?q?cense=20page=20in=20the=20docs=20(fix=20#44)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/developer/license.md | 5 +++++ docs/faq.md | 34 ++++++++++++++++++++++++++++++++++ docs/index.md | 2 ++ 3 files changed, 41 insertions(+) create mode 100644 docs/developer/license.md create mode 100644 docs/faq.md diff --git a/docs/developer/license.md b/docs/developer/license.md new file mode 100644 index 0000000..4acfe2b --- /dev/null +++ b/docs/developer/license.md @@ -0,0 +1,5 @@ +# License + +Argos is licensed under the terms of the GNU AFFERO GPLv3. + +See [LICENSE file](https://framagit.org/framasoft/framaspace/argos/-/blob/main/LICENSE) on the repository. diff --git a/docs/faq.md b/docs/faq.md new file mode 100644 index 0000000..da6c556 --- /dev/null +++ b/docs/faq.md @@ -0,0 +1,34 @@ +# FAQ + +## How is it different than Nagios? + +In a few words, Argos do less things than Nagios, but it makes it more simple. + +Nagios can do a lot more than Argos, as it can monitor the load of a server, its disk occupation and so much more. +You can extend the possibilities of Nagios with your own plugins, allowing to monitor almost everything. +Argos can only monitor web sites, in various ways (check the HTTP status, check the certificate validity time…). + +On the other hand, configuration and deployment of Argos are very much simpler than Nagios’. + +## How is it different than statping-ng or Uptime Kuma? + +In one word: scalability. + +While [statping-ng](https://statping-ng.github.io/) and [Uptime Kumap](https://uptime.kuma.pet/) have a similar goal than Argos, you can’t monitor thousands of web sites with them efficiently as their dashboard wants to present you the results of all of your web sites at once… and with the history of the results. + +We give those solutions a try, but fetching thousand of results from the dashboard made the backend overloads. + +## Who created Argos? + +### Framasoft + +Framasoft is a non-profit association founded in 2004, financed by [donations](https://support.framasoft.org/), which is limited to a dozen employees and about thirty volunteers (a group of friends!). +You can find more informations on . + +We needed a very efficient web sites monitoring tool for one of our project, but didn’t had time to develop it, so we hired [Alexis Métaireau](#alexis-metaireau) for that. + +### Alexis Métaireau + +Alexis is a long-time free software developer, who has worked for Mozilla, created [Pelican](http://getpelican.com/), a static site generator, [I Hate Money](http://ihatemoney.org/), a website for managing group expenses and many more other projects. + +See for more informations about him. diff --git a/docs/index.md b/docs/index.md index 6d09e90..4366162 100644 --- a/docs/index.md +++ b/docs/index.md @@ -37,6 +37,7 @@ installation/postgresql cli api changelog +faq ``` ```{toctree} @@ -65,5 +66,6 @@ developer/models developer/migrations developer/tests developer/release +developer/license ```