Andy Cobaugh

Results 20 comments of Andy Cobaugh

The first problem I've found using the daemon() function is graphios.py isn't actually a daemon. Not being familiar enough with python, I don't know how much work would be involved...

My only thought was to allow one to exclude individual stats from inclusion, or specify the exact list of stats to output. Something like: check_nagiostats.pl -s all -e TOTCMDBUF,USEDCMDBUF,HIGHCMDBUF Or,...

Alright, tests passed locally for me this time. Let's give this another go.

Still seeing this with 2.3.3, at least when doing a `helm chart push` using a robot account. ``` harbor-test-core-fd897d4f8-z9p8s core 2021-09-28T21:36:49Z [ERROR] [/server/middleware/security/oidc_cli.go:62][requestID="eb2db930c17222d5b43cb97637254b1d"]: failed to verify secret, username: robot+helm+atc135, error:...

The dualstack was something specific to my specific use case, where it needed to be on the same docker network as another compose stack running nginx/letsencrypt, on a dual stack...

Yes, those are the values we'd want to source from ENV. Ideally we could abstract that so the ENV var name is predictable in some manner, based on JSON path,...