Tony Murray
Tony Murray
FYI, dispatcher already spreads the load. So you won't see any benefit with changes on that front. And because the dispatcher workers are long lived (they don't close after one...
Sorry for the delay on your PR, but you happen to send them when I was reworking some poller things :) It will be a bit still.
It seems like SDR should be read during discovery and then polling should fetch based on SDR. This would match the semantics of the rest of LibreNMS.
@trympet any plans to finish this?
@moschroe Thanks for the input. If you would like to help out with this, you can send a pull request directly to my branch. https://github.com/murrant/librenms/tree/rewrite_services Also, creating services is quite...
This is actually on the display side, it is stored in the database correctly. Try `lnms config:get bad_if_regexp.2`
Hmm, I don't think we want to change that. If we stripslashes() on the json output, it won't be valid json to edit and set back in the database. It...
MIB file names should be named the same as the MIB in LibreNMS to avoid confusion and increase organization.
I think this is the wrong fix. Will result in some odd values being shown when 0 is expected probably. Likely check if the value is 0 and then set...
Maybe, yeah. Like you said billing code is a mess and very stale.