Timur Batyrshin
Timur Batyrshin
I've just taken first glance at the application and wonder: do you think filtering by tags would make sense? Say filtering events that occured only in the certain server environment.
Hi, Thank you for the great scripts! Any chance to have support for Java8? Looks like there is https://github.com/rraptorr/oracle-java8 already. I haven't checked how it works though.
Hi, I feel some of the tools are not in correct sections: - Zookeeper, Noah, Doozer and Etcd should be in separate section, something like "Configuration discovery" - Not sure...
Hi, I've found a collection of repos similar to this one but regarding to monitoring and load-testing: https://github.com/monitoringsucks Cheers!
This is a pullrequest with failing tests but not with functionality fix. In version 0.10 empty comments after values in inifiles worked fine. After the upgrade the augeas started to...
Если попытаться изменить размер диска в терраформе на запущенном инстансе изменения размера не происходит, вместо этого выдается ошибка: ``` │ Error: Error while requesting API to update Disk "epd3ngm5h9o0abc953qj": server-request-id...
Валидация `yandex_alb_backend_group.http_backend.weight` кажется не производится: по умолчанию задается значение 0 и при подключении backend-группы к virtual-host (подключаетсяединственная backend-группа) выдается ошибка вида: ``` failed to use backend group(id = 'ds7afri2r8mnalmug6ih') without...
изменения yandex_alb_backend_group.http_backend.weight не отражаются на ресурсе при terraform apply
Когда для ресурса `yandex_alb_backend_group` мы меняем параметр `weight` в блоке `http_backend` и делаем `terraform apply` никаких изменений не происходит. ```terraform resource "yandex_alb_backend_group" "default" { name = var.app_name http_backend { name...
Если мы сперва смонтировали диск в инстанс через `secondary_disk`, а затем этот диск удаляем (например через taint или через удаление ресурса из терраформа) провайдер не понимает что при удалении его...
Hi, I'm just checking out Terraform and not yet sure how much value is there in my suggestion. I saw some best practices saying that all variables should have "description"...