Merge "Adding watchdog to EXTRA_FORMULAS"
diff --git a/README.rst b/README.rst
index b418f37..231e9a9 100644
--- a/README.rst
+++ b/README.rst
@@ -25,14 +25,14 @@
Name of the Physical Function interface (pF)
`sriov_nic01_numvfs`
- Number of Virtual Functions (VF), for number of
+ Number of Virtual Functions (VF), for number of
supported VF check documentation for your network interface card.
`sriov_nic01_physical_network`
Default **physnet1**, label for physical network the interface belongs to.
`sriov_unsafe_interrupts`
- Default **False**, needs to be set **True** if your hw platform does not
+ Default **False**, needs to be set **True** if your hw platform does not
support interrupt remapping.
@@ -112,7 +112,7 @@
- grafana_prometheus_port
- grafana_prometheus_is_default (default true)
-Backwark compatiblity
+Backward compatiblity
---------------------
The class **grafana.client.single** configures grafana client and an InfluxDB
diff --git a/haproxy/proxy/listen/stacklight/prometheus_relay.yml b/haproxy/proxy/listen/stacklight/prometheus_relay.yml
new file mode 100644
index 0000000..23c9286
--- /dev/null
+++ b/haproxy/proxy/listen/stacklight/prometheus_relay.yml
@@ -0,0 +1,24 @@
+parameters:
+ _param:
+ cluster_prometheus_relay_port: 8080
+ haproxy:
+ proxy:
+ listen:
+ prometheus_relay:
+ service_name: prometheus_relay
+ binds:
+ - address: ${_param:cluster_vip_address}
+ port: ${_param:cluster_prometheus_relay_port}
+ servers:
+ - name: ${_param:cluster_node01_hostname}
+ host: ${_param:cluster_node01_address}
+ port: ${_param:prometheus_relay_bind_port}
+ params: check inter 10s fastinter 2s downinter 3s rise 3 fall 3
+ - name: ${_param:cluster_node02_hostname}
+ host: ${_param:cluster_node02_address}
+ port: ${_param:prometheus_relay_bind_port}
+ params: check inter 10s fastinter 2s downinter 3s rise 3 fall 3
+ - name: ${_param:cluster_node03_hostname}
+ host: ${_param:cluster_node03_address}
+ port: ${_param:prometheus_relay_bind_port}
+ params: check inter 10s fastinter 2s downinter 3s rise 3 fall 3
diff --git a/prometheus/alertmanager/notification/pushkin.yml b/prometheus/alertmanager/notification/pushkin.yml
index dd4f760..a78b6fd 100644
--- a/prometheus/alertmanager/notification/pushkin.yml
+++ b/prometheus/alertmanager/notification/pushkin.yml
@@ -10,9 +10,7 @@
routes:
pushkin:
receiver: HTTP-pushkin
- match_re:
- - label: route
- value: .+?
+ continue: true
receiver:
HTTP-pushkin:
enabled: true
diff --git a/prometheus/alertmanager/notification/slack.yml b/prometheus/alertmanager/notification/slack.yml
index c33e013..2158adb 100644
--- a/prometheus/alertmanager/notification/slack.yml
+++ b/prometheus/alertmanager/notification/slack.yml
@@ -6,9 +6,6 @@
routes:
slack:
receiver: HTTP-slack
- match_re:
- - label: route
- value: slack
receiver:
HTTP-slack:
enabled: true