peterjacobs / nsgraph

Netscaler configuration file parser that shows load balancers in graph-like diagrams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nsgraph

Netscaler configuration file parser that shows load balancers in graph-like diagrams

dependencies for Debian:

  • sudo apt-get install python-pip // for convenience
  • sudo apt-get install graphviz
  • sudo apt-get install graphviz-dev
  • sudo apt-get install python-pygraphviz

install procedure for Redhat 7:

  • yum install python36-devel graphviz-devel

install python dependencies and nsgraph

run nsgraph

  • bin/python3 nsgraph.py -u -c netscalerconfigfile

About

Netscaler configuration file parser that shows load balancers in graph-like diagrams

License:GNU General Public License v3.0


Languages

Language:Python 100.0%