Tony Murray

Results 470 comments of Tony Murray

This is actually net-snmp outputting the binary character. LibreNMS has a function called StringHelpers::inferEncoding() but currently it is not called for sysDescr. Adding that to wherever sysDescr is fetched, might...

@electrocret good catch, was a hold-over while I was deciding the schema. I changed background_data to not nullable and set the default to empty array. This should prevent the error....

Nevermind :) just handle the nulls apparently text can't have a default. No need to roll back the migrations.

@electrocret this is due to web server and php upload limits. I'm not sure how to better communicate that. Somewhat related, perhaps we could increase the compression on the captured...

` DeprecationWarning: invalid escape sequence '\W'` Seems like a warning in Components.md. (It will break in the future)

Running locally seems likes it works fine. (besides some warnings about bad links)

Still doesn't seem to be working correctly. I hate these kinds of issues :/ Hard to test.

Run `./vendor/bin/phpunit tests/DocsTest.php` that is where it is failing. I think quotes around the string will fix it.

These were generated from files, perhaps it would be good to correct them :) https://github.com/librenms/librenms/blob/master/includes/definitions/hatteras.yaml

overwrite_ip is deprecated and discouraged, why are you using that and not just adding the device by IP and setting the display name?