prometheus_sitemon
prometheus_sitemon copied to clipboard
Example of using Prometheus to monitor website uptime
When I run `docker-compose up` I see the following error and cannot access `localhost:9090` ``` requests.exceptions.HTTPError: 409 Client Error: Conflict for url: http+docker://localhost/v1.22/containers/ff42eef6678605d8f86e3c7606286d47f0777df26cd02ee7425e370c4db7f70c/attach?logs=0&stdout=1&stderr=1&stream=1 During handling of the above exception, another...
To avoid the error "unknown short flag '-c', try --help", as reported in https://prometheus.io/blog/2017/06/21/prometheus-20-alpha3-new-rule-format/#flag-changes, Prometheus now use double-dash instead of single dash to catch the flags.