Peter Childs
Peter Childs
Please give a short description what your pull request is for Being able to see the maximum clients able to be connected is very useful #### Please note > Please...
I noticed some parts of the debug the password are obscured to prevent accidental leakage, but in other areas they are not. ``` gnmic -d -p super-secret-password version 2>&1 |...
Using the following configuration ```json { "host": "127.0.0.1", "port": 9900, "reload_env": true, "endpoints": [ { "path": "/test", "methods": { "GET": { "type": "shell", "config": { "shell": "/bin/bash", "commands": [ {...
**Description of the change** Remove broken link. Appears this was depreciated a couple of years ago ( ref https://github.com/spiffe/spire/pull/3853 ) **Which issue this PR fixes**
Adds support to the distributed poller to 1. Expose metrics on /metrics for Prometheus scrapers 2. Pause and resume taking work from the Queue if cgroup memory usage > a...
An example of /metrics support Typically this would be exposed on a seperate port that isn't available off-net, so there is a knob for that It is exposed outside of...
Supporting roles with different Socialite providers is problematic as this doesn't appear to be abstracted so each provider needs to be validated/handled for those that do support additional 'claims' I...
As of Python 3.13 no more pkg_resources https://github.com/librenms/librenms/issues/17312 This change should allow things to continue Limited testing with various python3 versions -- I'm not sure what our 'supported' release set...