Skip to content

PANDDA Configurator tool for configuration & provisioning of network monitoring infrastructure

License

Notifications You must be signed in to change notification settings

CESNET/Pandda-Configurator

Repository files navigation

PANDDA Configurator

PANDDA Configurator is used to configure and provision network monitoring infrastructure with ipfixprobe, ipfixcol2, and ADiCT.

Step-by-step configuration guide is available as a website that provision both network probes and the collector server.

Installation

Configurator is distributed as ready-to-use Dockerbox. However, you can build it yourself.
You can also use Vagrantbox with our prepared Vagrantfile.

Configurator is available at localhost:8080 after installation.
Note ports 8080 (frontend) and 8081 (backend) are used by PANDDA Configurator (in both Docker and Vagrant boxes) and must not be used by other processes.

Dockerbox

Install the Dockerbox with Configurator by running:

docker pull plnyrich/pandda-configurator
docker run -d -p 8080:5000 -p 8081:5001 plnyrich/pandda-configurator

Vagrantbox

Install the Vagrantbox with Configurator by putting Vagrantfile to the target folder and running:

vagrant up

Running from the local repository

You can also run Docker and Vagrant from the locally cloned repository without using the prepared boxes.

Docker can be started by running:

docker build -t pandda-webconf .
docker run -d -p 8080:5000 -p 8081:5001 --name pandda-webconf pandda-webconf

Vagrant can be started by running:

mv Vagrantfile Vagrantfile.bak # optionally: backup the Vagrantfile
mv Vagrantfile.devel Vagrantfile
vagrant up

Documentation

You can find PANDDA Configurator documentation at PANDDA Docs.
The documentation includes screenshots and step-by-step guige together with information about all other components of the PANDDA project.

License

Configurator, PAssive Network Device Discovery and Analysis
BSD-3-Clause license
Copyright ©: 2025, CESNET z.s.p.o.

Acknowledgement

Supported as part of financial support to third parties (FSTP) within the project National Coordination Center in the Czech Republic (NCC-CZ, project no. 101127941) co-financed by the Digital Europe program.


About

PANDDA Configurator tool for configuration & provisioning of network monitoring infrastructure

Resources

License

Stars

Watchers

Forks

Packages

No packages published