prometheus-pingdom-exporter
prometheus-pingdom-exporter copied to clipboard
prometheus-pingdom-exporter exports Pingdom metrics to Prometheus
` 2020/10/06 06:52:02 Listening on port 8000 2020/10/06 06:52:03 Error getting checks 403 Forbidden: Invalid application key ` Key is valid
After December 2020 the old 2.1 API will no longer be supported. This is to update it to the exporter to use the new 3.1 API. The most significant change...
Hi, I'm using this exporter and noticed that when I pause a pingdom uptime check the exporter picks up that there's a new metric for the uptime check and that...
You currently allow for passing secrets on the CLI like so: prometheus-pingdom-exporter server This is insecure as other users can see this in `ps aux`. You should strongly prefer passing...
Hello, When I run: > docker run -p 8000:8000 giantswarm/prometheus-pingdom-exporter:latest server user pass apikey I got: > 2019/07/10 09:28:06 Listening on port 8000 > 2019/07/10 09:28:06 Error getting checks 401...
- Way to go for deps is now go mod, so get rid of glade vendor, and use go mod - Update all dependencies as they were quite outdated -...
Running the binary without docker and receiving this error: [user@servername ~]$ ./prometheus-pingdom-exporter server [email protected] mypassword my_pingdom_api_key 2019/06/10 11:59:34 Listening on port 8000 panic: runtime error: invalid memory address or nil...
If a check is removed, the metric will still be present as the collector will not be unregistered automatically. We should remove collectors when the check is no longer present.
Hi. I've build that exporter from master branch to achieve multiuser functionally and seems found a bug. If check was modified anyhow exporter began to export each variant of check....
When a check is modified or deleted, the time serie associated to its old labels must not be exported any more. Signed-off-by: Yann Soubeyrand