From ed48bbae154a635b13336787a96e596435a2a6fa Mon Sep 17 00:00:00 2001 From: n1trux <> Date: Thu, 9 Jan 2020 04:43:39 +0100 Subject: [PATCH] =?UTF-8?q?remove=20Gesti=C3=B3IP=20IPAM=20from=20Network?= =?UTF-8?q?=20Configuration=20Management?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit as I have recently migrated GestióIP from one host to another and updated it from 3.2 to 3.4 in the process, I found that it's no longer awesome because of the following reasons: * it's hosted and supported on sourceforge * the install script is >3500 lines of code * you have to run said script with root * there are no packages for any major distribution * it's obfusc… er, written in perl * the releases don't follow SemVer * it does way more than IPAM, but other tools do it better * it doesn't have a REST API (c'mon, it's $currentyear now) * the weird XML/JSON API is only for the "pro version" * there are lots of weird translations * it uses cronjobs and doesn't know what systemd is * it doesn't follow the Linux FHS * there's no default config for nginx, only Apache * did I mention the install script I refuse to include software written like this on my list of awesome sysadmin tools. You have to have fun using these tools, they don't just have to "somehow work". The basic functionality of GestióIP is there, I guess it's also used in countless legacy installations worldwide, but I am of the opinion that many of the design choices the (single?) GestióIP developer made are not only weird, but also archaic and not awesome. I recommend to use netbox, ralph or any of the other modern solutions with a proper API and a proper FOSS development model. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index abdf46c..9112f28 100644 --- a/README.md +++ b/README.md @@ -477,7 +477,6 @@ *Network configuration management tools.* -* [GestióIP](http://www.gestioip.net/) - An automated web based IPv4/IPv6 IP Address Management tool. * [GNS3](https://www.gns3.com/) - Graphical network simulator that provides a variety of virtual appliances - ([Source Code](https://github.com/GNS3/gns3-gui/), [Documentation](https://docs.gns3.com/)) - `GPLv3` * [Oxidized](https://github.com/ytti/oxidized) - A modern take on network device configuration monitoring with web interface and GIT storage. * [phpIPAM](http://phpipam.net/) - Open source IP address management with [PowerDNS](https://www.powerdns.com/) integration.