新增部署Prometheus监控工具脚本;更新README.md文件
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{% for node in jmx_exporter.nodes -%}
|
||||
{% if node.host == inventory_hostname -%}
|
||||
hostPort: {{ node.url }}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
rules:
|
||||
- pattern: ".*"
|
||||
@@ -0,0 +1,2 @@
|
||||
rules:
|
||||
- pattern: ".*"
|
||||
Reference in New Issue
Block a user