Current installation | Available Versions | Note | ||
{% if grafana == "active" %} Grafana and Prometheus servers have benn installed {% else %} There are no Grafana and Prometheus servers {% endif %} | Roxy-WI will try to install the latest Grafana and Prometheus servers versions | Before installing any exporters, first install Grafana and Prometheus servers | {% if grafana != "active" %} | {% endif %}
Current installation | Available Versions | External Prometheus | Server | |
{% set values = dict() %} {% set values = {'0.7.0':'0.7.0','0.7.1':'0.7.1', '0.8.0':'0.8.0', '0.9.0':'0.9.0', '0.10.0':'0.10.0', '0.11.0':'0.11.0', '0.12.0':'0.12.0', '0.13.0':'0.13.0'} %} {{ select('hapexpver', values=values, selected='0.13.0') }} | {{ checkbox('haproxy_ext_prom', title="This exporter will be used by an external Prometheus. Also use this checkbox if you update the Exporter") }} |
Current installation | Available Versions | External Prometheus | Server | ||
{% set values = dict() %} {% set values = {'0.5.0':'0.5.0', '0.6.0':'0.6.0', '0.7.0':'0.7.0', '0.9.0':'0.9.0', '0.10.0':'0.10.0'} %} {{ select('nginxexpver', values=values, selected='0.10.0') }} | {{ checkbox('nginx_ext_prom', title="This exporter will be used by an external Prometheus. Also use this checkbox if you update the Exporter") }} |
Current installation | Available Versions | External Prometheus | Server | ||
{% set values = dict() %} {% set values = {'1.0.0':'1.0.0','1.1.0':'1.1.0', '1.1.1':'1.1.1', '1.1.2':'1.1.2', '1.2.0':'1.2.0', '1.2.2':'1.2.2', '1.3.0':'1.3.0', '1.3.1':'1.3.1'} %} {{ select('nodeexpver', values=values, selected='1.3.1') }} | {{ checkbox('node_ext_prom', title="This exporter will be used by an external Prometheus. Also use this checkbox if you update the Exporter") }} |