--- description: Soooo much questions… --- # 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 gave those solutions a try, but fetching thousand of results from the dashboard made the backend overloads. ## Who created Argos? ### Framasoft Framasoft is a french 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. ## I have `[Errno 24] Too many open files` errors on tasks We saw that error while we left in Argos’s configuration an old web site we removed from its web server. Removing that unavailable web site from Argos’s configuration fixed the errors. Note that the web server answered to requests, but presented a certificate which wasn’t valid for the domain name. Check Argos’ agent logs to see if you have such an invalid web site in your configuration. If you have this error but all your web sites are correct (very unlikely, but who knows, you may be in a corner case), you can increase the number of files that Argos can open on the system: ```bash echo "argos soft nofile 3096" | sudo tee /etc/security/limits.d/argos.conf systemctl restart argos-agent.service ``` ## Why the peacock? Long story short: [Argus Panoptes](https://en.wikipedia.org/wiki/Argus_Panoptes) (Argos Panoptès in french) was, in the greek mythology, a giant with many eyes, known for his perpetual vigilance. Quite a good name for a monitoring software. Argus has been slayed by Hermes, and his eyes were then incorporated into the peacock's tail by Hera in his honor. The logo of Argos is a part of a [peacock’s tail](https://openclipart.org/detail/221303/peacock-lineart), and the peacock itself is displayed on the [homepage of this documentation](index.md) Credits for the peacock drawing and font used: see [Argos’ repository](https://framagit.org/framasoft/framaspace/argos/#logo).