by Otto Coster | Jul 2, 2025 | Compliance & Testing, FAQ, Knowledge Base, Netpicker, Network automation
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: /opt/libsvolumes:- python-libs:/opt/libs services:api:<<: *shared-libscelery:<<:...
by Otto Coster | Jun 10, 2025 | Backups, FAQ, Knowledge Base, Netpicker
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 there: Exposing the private key to be used: save the key to a secure enough directory,...
by Otto Coster | Apr 10, 2025 | Backups, FAQ, Knowledge Base
To allow Netpicker to perform backups on platforms that require elevated privileges, you must configure the kibbitzer container appropriately. This involves setting the SHENV_PRIVILEGED_PLATFORMS environment variable and storing the necessary credentials in...
by Otto Coster | Apr 7, 2025 | Knowledge Base, Netpicker, Network automation
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 variable NET_TEXTFSM Adding a new volume mapping example:x-api:...
by Otto Coster | Apr 7, 2025 | Knowledge Base, Netpicker
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 \”user\” set...