新增部署Prometheus监控工具脚本;更新README.md文件

This commit is contained in:
2023-12-12 16:08:29 +08:00
committed by huty
parent 32e4e8070b
commit 30c8ad0f9a
98 changed files with 4591 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
{% for node in jmx_exporter.nodes -%}
{% if node.host == inventory_hostname -%}
hostPort: {{ node.url }}
{% endif %}
{% endfor %}
rules:
- pattern: ".*"

View File

@@ -0,0 +1,2 @@
rules:
- pattern: ".*"