PipoCanaja
PipoCanaja
Documentation PR is here : https://github.com/librenms/librenms/pull/15891 That should help people writing discovery code.
> I think I've started pulling at a thread. > > I've had a go at fixing these - they're in seperate commits so easy to back out [51d1430](https://github.com/librenms/librenms/commit/51d143084b4f4dea49dd68a3eae8f8f7eaf9d72a) [86051e3](https://github.com/librenms/librenms/commit/86051e390f519e786911e8974ffbe5adf7fb13c2)...
After reverting the 2 (dell and cisco) I think this one will be ready for updated test data and hopefully for merge.
Hi @TheMysteriousX Thanx for the PR. Looks good ! Bye
> > Sort should be done in the controller. > > hmm, something is wrong if i sort this way, port names are sorted correctly, but ... order of vlan...
The field contains the vip name that can be almost any length. So extending it will not solve the issue, only make it less frequent. And whatever length we choose,...
Hi @TheMysteriousX For all polling PHP code, you need to ensure that your are only changing the OIDs that your are expecting to change. If not, your code will apply...
Hi @VVelox 2nd image (hosted on discord) is gone. Do you have some kind of "before/after" and also a hint on how to use the features added by this PR....
fixed in #15766
Hi @pozar Welcome in the project and thank you for your PR. Could you please have a look at the tests and let us know if you have issues ?...