Suraj Nath

Results 61 comments of Suraj Nath

Workaround: Limit the number of concurrent operation to 1. when applying from terraform CLI, setting `TF_CLI_ARGS_apply="-parallelism=1"` envirement variable will limit parallelism to 1 and terraform will create the checks one...

can you check if we can reproduce this issue with with #446 and without #446 ?

fix for this is released, see details on how to update dashboards: [raintank-corp.slack.com/archives/C0162C1K9E1/p1657803674199809?thread_ts=1657800904.880239&cid=C0162C1K9E1](https://raintank-corp.slack.com/archives/C0162C1K9E1/p1657803674199809?thread_ts=1657800904.880239&cid=C0162C1K9E1)

Hi 👋🏼, we have another project called [K6](https://github.com/grafana/k6) which might be better suited for custom scripts. K6 allows you to write detailed checks in ES6 JS, and has tons of...

Hi 👋🏼, wanted to share that we have terraform support and API to manage checks programmatically, [see docs](https://grafana.com/docs/grafana-cloud/synthetic-monitoring/#config-as-code).

looks like you ran into same issue as https://github.com/grafana/synthetic-monitoring-app/issues/453, can you update job to make target/job pair unique across checks. that should fix the issue :)

if someone lands on here, I got it working on liunx, and [wrote about it](https://suraj.dev/blog/configuring-wireless-usb-adapter-archer-t2u-nano-on-linux)

> I use OpenShift 3.11 with headless OpenShift (K8s) service. The pods, which I run in OpenShift, use TLS certificate issued by OpenShift CA. I want to use Blackbox exporter...

Hi @mabrarov, thank you sending this PR. Are there other (other then probing all pods behind a headless service) use-cases where it is useful to have in blackbox exporter? If...