I’m overly excited about this, and hope this gets everyone else also excited.
https://enms.readthedocs.io/en/latest/inventory/objects.html
Enjoy.
I’m overly excited about this, and hope this gets everyone else also excited.
https://enms.readthedocs.io/en/latest/inventory/objects.html
Enjoy.
Wow awesome!!!
I know what I’m going to be doing at work tomorrow!
Im still trying to install eNMS, if anyone has found a good clear guide, please share.
python36
python36-pip
python36-devel
gcc
I found you will need these packages on Centos 7 before following the install guide.
I too am having all sorts of dramas getting it to work on Ubuntu 18.04
Install guide isn’t great.
Yip same here…
Its a horrible installation guide.
Anyone got this working the guide is still not great… Authors assume the end users are advanced.
If you mean the eNMS part, then I just made a docker build for it, but just for testing with
docker-compose.yml
version: '2'
services:
enms:
build:
context: https://github.com/chasgames/docker-enms.git
dockerfile: Dockerfile
ports:
- "8009:5000"
docker-compose up -d
<wait up to 1min>
it will come up @ http://IP:8009