How can we help?

File transfer YAML

The file transfer YAML file describes the steps to obtain and transfer information from a network device to be stored in the Netpickers configs git repository. The information...

read more

Netpicker syslog server

A syslog-ng container that listens for network device configuration change events and forwards them to the agent. Overview This container: Receives syslog messages via TCP (port...

read more

Supported vendors

Currently we support 150+ vendors, is your vendor not included in our list then just let us know and we will add it for you. The strategy is to use the Opensource Community for...

read more

External Python libraries

To add external libraries for using in the python rules, these are the steps: Modify the docker-compose.override.yml:x-shared-libs: &shared-libs:environment:PYTHONPATH:...

read more

Backup devices using SSH keys

The private keys must be made available inside agent and kibbitzer containers, so that they are accessible whenever an ssh connection is being opened to the devices. Steps to get...

read more

Using custom TextFSM templates

First, place your TextFSM index and templates in a directory on the host machine. Then, edit the x-api section in docker-compose.override.yml by  Adding a new environment...

read more

Reset default admin password

To reset the default admin password to 12345678 in Netpicker, you can execute the following command on the Netpicker host machine:docker exec -ti db sh -c "echo update...

read more

Run real-time commands

Normally with Python rules, you have to have some backups for Netpicker to test your assertion against. First, let’s run a test and see if we have the word “ospf” in the...

read more

Automation: Jobs and Workflows

In the automation section you can take your devices, and run jobs on them. These jobs are written in python code and will allow you to execute cli commands on your device. You...

read more

External Git repository sync

This feature allows automatic syncing of configs and rules (local repository) to external Git providers (e.g., GitHub, GitLab). When enabled, any push to the local repository...

read more

HTTPS support for Netpicker

Add an SSL Certificate First, ensure you have the file nginx-ssl.conf in your project folder. If it’s missing, download it from the Netpicker GitHub repository. To add a...

read more