wjinan c3e96895f9 opt: todo: 填写监控所必须的信息。 | 10 months ago | |
---|---|---|
code | 10 months ago | |
config | 10 months ago | |
.gitignore | 10 months ago | |
README.md | 10 months ago | |
packageExporters.sh | 10 months ago | |
packageMonitor.sh | 10 months ago | |
testAlert.sh | 10 months ago |
#端口号 Monitor: port:
Exporter: port:
Clickhouse: /etc/clickhouse-server/config.xml 打开以下设置
<prometheus>
<endpoint>/metrics</endpoint>
<port>9363</port>
<metrics>true</metrics>
<events>true</events>
<asynchronous_metrics>true</asynchronous_metrics>
<status_info>true</status_info>
</prometheus>