Akos Veres

Results 10 comments of Akos Veres

@russellcardullo any chance to get a review on this? Feel free to let me know if there's anything else I should do to get this merged.

> Thanks for the PR! Everything looks good, but could you change the capitalization of `ExpectedIp` to make how we capitalize `IP` consistent in all types? All fixed, ready for...

In addition I'd like to add the power of alerting to this issue, having the polaris dashboard is nice, but we're not going to watch the dashboard every single day,...

I echo the above sentiment, the only solution right now is to only include the `2.5.0` tests in test kitchen as I'm running on EC2. For anyone else, the syntax...

I was searching for such a solution, can you provide with any code example, please?

I'm back 3 years later to say that there's a way of including all the controls you want in `test-kitchen` as well, just follow the docs https://github.com/inspec/kitchen-inspec#custom-outputs (would love to...

Also being impacted by `unable to get addresses:` and `unable to get disks:`, config looks fine, we also have dozen of IAM roles for the likes of Thanos, velero, etc....

You just need to add URL and port, so for you it should be: `http://192.168.58.50:34400`

I'd be very interested in the push gateway. Is it just about setting up an env variable? That's what I've seen in the test, but then there's an if clause...

I have a similar approach but with HTTP GET and an API on the other end. Code looks like this: ``` def send_meta(m) = ignore(http.get("http://api:10000/post/song?file=" ^ url.encode(m["filename"]) ^ "&artist=" ^...