From 1b553958f04b821acf8982005cb2db9a044874fb Mon Sep 17 00:00:00 2001 From: "Andrew M. Gehring" Date: Thu, 22 Dec 2016 11:15:11 -0700 Subject: [PATCH 1/3] Added netbox and drawthe.net --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c17b33f..1d646b0 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Please read [CONTRIBUTING](./CONTRIBUTING.md) if you wish to add software. * [Continuous Integration & Continuous Deployment](#continuous-integration--continuous-deployment) * [Control Panels](#control-panels) * [Deployment Automation](#deployment-automation) + * [Diagramming](#diagramming) * [Distributed Filesystems](#distributed-filesystems) * [DNS](#dns) * [Editors](#editors) @@ -231,6 +232,12 @@ Please read [CONTRIBUTING](./CONTRIBUTING.md) if you wish to add software. * [Rocketeer](http://rocketeer.autopergamene.eu/) - PHP task runner and deployment tool. * [Vlad the Deployer](http://rubyhitsquad.com/Vlad_the_Deployer.html) - Deployment automation (rake based). +## Diagramming + +*Tools to diagram networks.* + +* [drawthe.net](http://go.drawthe.net/) - Draws network diagrams dynamically from a text file describing the placement, layout and icons. + ## Distributed Filesystems *Network distributed filesystems.* @@ -284,6 +291,7 @@ Please read [CONTRIBUTING](./CONTRIBUTING.md) if you wish to add software. * [GLPI](http://www.glpi-project.org/spip.php?lang=en) - Information Resource-Manager with an additional Administration Interface. * [OCS Inventory NG](http://www.ocsinventory-ng.org/en/) - Enables users to inventory their IT assets. +* [Netbox](https://github.com/digitalocean/netbox) - IP address management (IPAM) and data center infrastructure management (DCIM) tool. * [RackTables](http://racktables.org/) - Datacenter and server room asset management like document hardware assets, network addresses, space in racks, networks configuration. * [Ralph](https://github.com/allegro/ralph) - Asset management, DCIM and CMDB system for large Data Centers as well as smaller LAN networks. * [Snipe IT](http://snipeitapp.com/) - Asset & license management software. From 4a2c943745f808b346e82a63b631c9d3c2d97b9a Mon Sep 17 00:00:00 2001 From: "Andrew M. Gehring" Date: Fri, 23 Dec 2016 08:04:17 -0700 Subject: [PATCH 2/3] Marked dashing as no longer maintained --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d646b0..dba636a 100644 --- a/README.md +++ b/README.md @@ -415,7 +415,7 @@ Please read [CONTRIBUTING](./CONTRIBUTING.md) if you wish to add software. * [Collectd](http://collectd.org/) - System statistic collection daemon. * [Collectl](http://collectl.sourceforge.net/) - High precision system performance metrics collecting tool. -* [Dashing](http://dashing.io/) - Ruby gem that allows for rapid statistical dashboard development. An all HTML5 approach allows for big screen displays in data centers or conference rooms. +* [~~dashing~~](http://dashing.io/) - __No Longer Maintained__ - Ruby gem that allows for rapid statistical dashboard development. An all HTML5 approach allows for big screen displays in data centers or conference rooms. * [Diamond](https://github.com/BrightcoveOS/Diamond) - Python based statistic collection daemon. * [Facette](http://facette.io) - Time series data visualization and graphing software written in Go. * [Freeboard](https://github.com/Freeboard/freeboard) - A damn-sexy front-end real-time dashboard. Transforms raw JSON into delicious UI. From 182f3cc8686896424a9e04750a5359e2ac4b6700 Mon Sep 17 00:00:00 2001 From: "Andrew M. Gehring" Date: Fri, 23 Dec 2016 08:12:08 -0700 Subject: [PATCH 3/3] Added Smashing, a replacement for dashing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dba636a..9da4702 100644 --- a/README.md +++ b/README.md @@ -416,6 +416,7 @@ Please read [CONTRIBUTING](./CONTRIBUTING.md) if you wish to add software. * [Collectd](http://collectd.org/) - System statistic collection daemon. * [Collectl](http://collectl.sourceforge.net/) - High precision system performance metrics collecting tool. * [~~dashing~~](http://dashing.io/) - __No Longer Maintained__ - Ruby gem that allows for rapid statistical dashboard development. An all HTML5 approach allows for big screen displays in data centers or conference rooms. +* [Smashing](https://github.com/Smashing/smashing) - Ruby gem that allows for rapid statistical dashboard development. An all HTML5 approach allows for big screen displays in data centers or conference rooms. Fork of Dashing. * [Diamond](https://github.com/BrightcoveOS/Diamond) - Python based statistic collection daemon. * [Facette](http://facette.io) - Time series data visualization and graphing software written in Go. * [Freeboard](https://github.com/Freeboard/freeboard) - A damn-sexy front-end real-time dashboard. Transforms raw JSON into delicious UI.