Hello,
We have a distributed polling setup. However, when adding new devices, we are finding that the new device needs to permit snmp traffic from both the librenms frontend and the distributed poller. If only the distributed poller is whitelisted on the device, then the device fails its initial ping/snmp check.
Is there a way we can add devices (without using the force option) that doesn’t require reachability from the frontend, but only the distributed poller?
Validate.php run from our distributed poller:
/opt/librenms $ ./validate.php
| Component | Version |
|---|---|
| LibreNMS | 1.68 |
| DB Schema | 2020_09_22_172321_add_alert_log_index (174) |
| PHP | 7.3.24 |
| Python | 3.8.5 |
| MySQL | 10.2.34-MariaDB-1:10.2.34+maria~bionic |
| RRDTool | 1.7.2 |
| SNMP | NET-SNMP 5.8 |
====================================
[OK] Installed from the official Docker image; no Composer required
[OK] Database connection successful
[OK] Database schema correct
[WARN] IPv6 is disabled on your server, you will not be able to add IPv6 devices.
[WARN] Updates are managed through the official Docker image
Thanks so much in advance!