by Otto Coster | Jan 2, 2025 | FAQ, Knowledge Base, 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 self-signed SSL certificate to Netpicker and enable HTTPS, place the following files in the...
by Otto Coster | Dec 3, 2024 | FAQ, Knowledge Base, Netpicker, Security
You can set up audit logging by setting an extra parameter in your docker-compose.yml file: x-api: &api_commonimage: netpicker/apienvironment:ENABLE_AUDIT_LOGGING: 1 This logs user actions in the API including username/email, and POST body content: 2024-12-03...
by Otto Coster | Nov 25, 2024 | Knowledge Base, Netpicker
If you need help setting up Netpicker on your system, contact us and one of our engineers can help and advise you. Requirements for the Docker images An operating system with the latest version of Docker and Docker Compose Git to download the configuration files An...
by Otto Coster | Oct 14, 2024 | Knowledge Base, Netpicker
Netpicker provides the option to use dedicated network connections when connecting using SSH to your devices. By default, this is not enabled because it can slow down running the tests. However, if you are experiencing timeout or other network issues it can be an...
by Otto Coster | Sep 18, 2024 | FAQ, Knowledge Base, Netpicker, Network automation
You can enter ‘configuration mode’, ‘edit mode’, ‘enable mode’, ‘evelated mode’ or ‘sudo mode’ for Linux for a device in a Netpicker rule using: def rule_processes(device):with device.cli.in_config():processes = device.cli(‘show system processes | display...