You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple way to visualize the Node.js Machines inventory and perform a cyclical ping to collect network metrics with a full dockerize environment and a fancy dashboard.
A simple way to visualize the Node.js Machines inventory and perform a cyclical ping to collect network metrics with a full dockerize environment and a fancy dashboard.
Requirements
Docker and Docker-compose
Node.js
Features
Download and digest the last inventory available in nodejs/build repository
Simple NPM commands to manage the docker-compose infra
Fancy dashboard
Metrics are generated with Telegraf
Metrics are stored in Influxdb
Filter out non public Ips from the Node.js inventory
Preview
Setup
Get the last inventory version by running npm run start. This will generate the file ./telegraf.conf with all the IPs and domains.
Start the Docker infra by running npm run infra:start. This can take some minutes depending on your network
A simple way to visualize the Node.js Machines inventory and perform a cyclical ping to collect network metrics with a full dockerize environment and a fancy dashboard.