Alexandre Yang
Alexandre Yang
> Thank you for the report. Could you give more information? How did it trigger? It triggered after sending a very high volume of NetFlow traffic to goflow2 and then...
@lspgn I'm still seeing the same `WARNING: DATA RACE` when running `go test ./utils -race` using the latest code on `main` branch. Shall we reopen the issue?
Adding some context, this breaking change has been discussed here: https://github.com/gosnmp/gosnmp/pull/329#issuecomment-832491584 cc @it1804 @SuperQ
Looks like it's not just a parsing issue. To support [Aws ARN format](https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) we might need to add a `verify_certificate_arn` validator similar to existing `verify_certificate_ip_address` and `verify_certificate_hostname`: https://github.com/pyca/service-identity/blob/master/src/service_identity/cryptography.py#L38-L91 And corresponding...
> arn is not technically one of the forms supported in x509 SAN though, it's URI. It just so happens that this URI is an ARN. Yes, true. --- Note...
@FlorentClarret 👋 The PR is not ready yet and I probably won't have time to look at them before freeze, so likely better to keep for future version.
@FlorentClarret 👋 The PR is not ready yet and I probably won't have time to look at them before freeze, so likely better to keep for future version.
Hi @jwainwright-sofi , Thanks for starting this issue. Indeed the `aruba-access-point.yaml` profile is missing some metrics like CPU utilisation you mentionned. This can be a feature request and having an...
Hi @myoung34 , thanks for reporting that. Looks like an issue with SNMP python integration that can't handle null character for a specific case. 1/ Could you provide the output...
HI @myoung34 sorry for the late reply. ``` 2021-12-20 22:41:19 UTC | CORE | ERROR | (pkg/collector/worker/check_logger.go:68 in Error) | check:snmp | Error running check: check device reachable: failed: request...