Manu Garg
Manu Garg
Ha, that's strange: ``` [homelinux 09:15:44 ~]$ cloudprober --version v0.13.7 [homelinux 09:15:49 ~]$ cloudprober --config_file=/tmp/cloudprober.cfg --disable_cloud_logging --dumpconfig probe: { name: "google_homepage" type: HTTP interval_msec: 5000 timeout_msec: 1000 targets: { host_names:...
Also, we have `examples` that are run through CI on every change: https://github.com/cloudprober/cloudprober/tree/master/examples/include
Published the config guide here: https://cloudprober.org/docs/config/guide/
@AdamEAnderson Thanks for this PR. I think it makes sense. I added a few comments.
Hi @AdamEAnderson, just wanted to check if you want to follow up on this PR.
Unfortunately this PR is stale and a lot has changed since the PR. I still like the idea. I am changing the scheduler in this PR: https://github.com/cloudprober/cloudprober/pull/1147. HTTP probe fully...
@conallob will something like the following work: https://cloudprober.org/docs/how-to/additional-labels/#global-additional-labels
(Sorry for the late response, I was out on vacation.) I think adding this flag to Cloudprober will not make sense for the following reasons: - Most of the Cloudprober...
Yeah, I am due writing a detailed general config doc, to describe various (kind-of) advanced options 😔. I started something, I'll prioritize finishing that.