Stefan Bühler
Stefan Bühler
If one of the dwords is always zero and you want to pick the other (non-zero) value, adding them should do it. (or bitwise or. or bitwise xor.) A perhaps...
With wireshark I observed the following TCP connections (between poller runs, i.e. no writes between) regarding a broken target file. Obviously the lines with `FETCH` were sent by the client,...
In the weathermap it seems quite likely the leading `./` triggered the broken results. I patched it yesterday in the weathermap, so far looking good. Still trying to figure out...
Given I can't see any difference in the underlying `rrdcached` TCP stream between working librenms images and red images the second problem is probably not related to `rrdcached`. So the...
> @tik-stbuehler It looks like from the above that you could set `self.RETURN = "\r\n"` as part of the Netmiko ConnectHandler initialization and that would accomplish what you are looking...
For consistency (with `labelStyle` and `labelType`) you probably should name the label class property `labelClass` instead of `className`. (And I have no idea why you had to redo the way...
I'm not a maintainer, just a user (and I'm interested in the feature too) :) According to the API doc [`classed`](https://github.com/d3/d3-selection/blob/v1.4.1/README.md#selection_classed) should work with multiple classes (like `"label customClass1 customClass2"`...
Wow, quick response - thanks :) First the output of `/usr/bin/time`: * production system (bullseye, more cores), patched v.2.0 script: `0.18user 0.04system 0:00.24elapsed 97%CPU (0avgtext+0avgdata 10900maxresident)k` `0inputs+56outputs (6major+31538minor)pagefaults 0swaps` *...
I'm quite certain it isn't timeout/curl (should also be visible in the `--debug-time` log): ``` # time /bin/curl --user-agent 'check_ssl_cert/2.70.0' --location http://cacerts.digicert.com/DigiCertGlobalRootCA.crt --output /dev/null % Total % Received % Xferd...
Found some time to take a look at this again. I built a wrapper script to measure openssl times, comparing debian bookworm openssl (OpenSSL 3.0.13) with a locally built OpenSSL...