Jeff Goldschrafe

Results 11 comments of Jeff Goldschrafe

We also got bitten by this one, with a different trigger. In our case, someone had manually flipped a workspace from remote to agent execution mode through the UI in...

@portertech makes a good point about wanting un-handled events to show up in the dashboard, but I think if something is `aggregate: true` _and_ `handle: false` it's a pretty good...

Unsure if this is remotely helpful, but I can confirm I'm hitting this issue as well, and able to reproduce it using the snippet above. - macOS Monterey - Gophernotes...

One of the common reasons for this error is that Okta is returning a denial page because of a policy like an IP allow-list. If you edit the provider so...

Seconding this. I know it's a pain to turn what's currently a fairly stateless application into something that will need to do significant CRUD work to implement features people are...

Each of these sounds like an issue on your Graphite server. Since this was opened 5 months ago, you've probably figured all this out by yourself, but here goes anyway....

The "documentation" is woefully complete on this point, but Metricinga isn't designed to be used with the default performance data format written by Nagios/Icinga because that format is non-extensible --...

I'm not related to the project, but you can render the AST out using `editor.Bytes()` and do whatever you want with the bytes: output to stdout, diff against the original...

Hey @lod! This was bugging me too, so I just fixed this in ansible-community/molecule-ec2#42 by generating a unique run ID that's attached to each scenario's ephemeral directory, so it should...

The bulk of this should also be addressed by ansible-community/molecule-ec2#42—security groups can be added with the `security_groups` option on a platform, which is just an absolute delight if you have...