Anthony
Anthony
> I love Uptime-Kuma, but it sounds like it's a no-go for a lot of folks here because of its lack of API support. > > Something similar to Uptime-Kuma...
> I think that something that could be useful here is creating a list of the core APIs that would be useful and that people want. Then we could go...
@gcommit nothing ready apparently for now ^^ Wait ^^
I used inputs.http_response.headers like workaround but doesn't help ```toml [[inputs.http_response]] urls = ["https://example.com/test.php"] method = "POST" body = ''' {'fake':'data'} ''' response_body_field = 'test' [inputs.http_response.headers] Content-Type = "application/x-www-form-urlencoded" ``` Result:...
> edit: sorry, still waking up... > > > This won't work ? > > Correct, that is for the response header not for sending something in a header. Heu...
> > Heu it works, it's not the response header but the header set for http_response input ^^ > > ah, we need to update the docs to make this...
Hi @lastzero, Do you have more information how it works? The doc is not clear on the priority of issues/improvement. I mean, the is a goal/deadline (like Wikipédia by example/roadmap...
Hi, Grafana Version - v7.0.5 wizzy version - 0.6.0 I confirm that it doesn't works: ``` $ npm install -g wizzy $ wizzy set grafana url http://..... $ wizzy set...
Hi, Same issue with Grafana v7.0.5, only "public" dashboard are imported (api key is used) Best regards,
@ahktenzero thx, I will test it and patch it directly with the diff of your PR! (this project seems not very active..)