Danny Kulchinsky

Results 63 comments of Danny Kulchinsky

It's a bit confusing when you're editing my post with your comments directly, better to quote reply. > Alright, that's all interesting but still doesn't really explain how this is...

@scshitole can't really follow your answers above as the markdown for the quotes is messed up. But I feel we are going in circles a bit... the whole point of...

@scshitole would you consider this request?

@jlosito that would be https://github.com/f5devcentral/go-bigip however this repo is a fork without issue tracking, so indeed a bit of a challenge to work with, hence this request from a while...

@soumik612 interesting, we load up irules from files as well, specifically we use something like below in the `bigip_ltm_irule` resource configuration: ``` irule = file("path/to/irule-file.tcl") ``` with above we never...

There are two main issues with what you describe: 1. resources managed by Terraform shouldn't be modified manually on the managed device, since terraform is not aware of the 3rd...

> I am new to terraform and thought this might be the viewpoint. If you have other ways that this might be done, please let me know. I thought I...

@muralikanagala This is a dashboard based on metrics collected via logs and stored in Elasticsearch, not from this Prometheus exporter.

Hi @vancluever, came across this issue (and also #578 that was referenced). For a while now, we've been hitting an issue with VMs that changed their UUID which in return...

Thanks for the response :) Here's what [StatsD repeater](https://github.com/etsy/statsd/blob/master/docs/backend.md) does: > Repeater (repeater): Utilizes the packet emit API to forward raw packets retrieved by StatsD to multiple backend StatsD instances....