summaryrefslogtreecommitdiffstats
path: root/roles/openshift_prometheus/templates/prometheus.j2
Commit message (Collapse)AuthorAgeFilesLines
* bug 1540799: openshift_prometheus: update alertmanager config file flagPaul Gier2018-02-051-1/+1
| | | | | | Prometheus alertmanager as of 0.13.0 requires double dashes (posix) for command line flags. The double dashes should be backwards compat with earlier versions of alertmanager.
* Rebase Prometheus example for new scrape endpoints and expose alert managerMangirdas2018-01-281-21/+71
|
* dist.iteritems() no longer exists in Python 3.Jan Pazdziora2017-11-271-1/+1
|
* Allow modifying and adding prometheus application argumentsZohar Galor2017-11-191-2/+3
| | | | | config.file and web.listen-address remain unconfigurable (Changing those will break deployment) Storage defaults moved to a list parameter `openshift_prometheus_args` that can be modified and extended.
* Fix prometheus default varsMichael Gugino2017-11-071-25/+25
| | | | | | | | | Currently, prometheus role tries to set some defaults depending on openshift_deployment_type. This commit simplifies that logic. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1509782
* Split prometheus image defaults to prefix and versionZohar Galor2017-10-241-5/+5
| | | | | | To allow easier testing and deployment from different repos, image defaults were split to prefix and version that can be set externally. bz: https://bugzilla.redhat.com/show_bug.cgi?id=1493431
* Switch to stateful set in prometheusZohar Galor2017-10-231-0/+247
Also update prometheus and alert-buffer image versions, and add prometheus, and oauth-proxy arguments to align with origin template