ansible-prometheus:用于安装Prometheus监控系统的Ansible剧本,出口商例如:node,snmp,blackbox,因此警报管理器和推送网关

时间:2024-02-19 15:38:21
【文件属性】:

文件名称:ansible-prometheus:用于安装Prometheus监控系统的Ansible剧本,出口商例如:node,snmp,blackbox,因此警报管理器和推送网关

文件大小:95KB

文件格式:ZIP

更新时间:2024-02-19 15:38:21

ansible systemd playbook prometheus prometheus-exporter

普罗米修斯 Ansilbe剧本,用于安装Prometheus监控系统。 Playbook使用systemd安装和管理服务。 目前支持: 普罗米修斯 节点导出器(收集主机指标) 警报管理员 推送网关 SNMP导出器 黑盒出口商 Playbook包含大量配置选项,请检查default / main.yml 贡献 如果找不到出口商,则需要检查以下示例或并提出拉取请求。 安装 ansible-galaxy安装ernestas-poskus.ansible-prometheus 要求 系统化 角色变量 --- # defaults file for ansible-prometheus prometheus_install : true prometheus_node_exporter_install : true prometheus_alert_manager_install : true prometheus_push_gateway_install : false prometheus_snmp_exporter_install : false prometheus_blackb


【文件预览】:
ansible-prometheus-master
----.travis.yml(2KB)
----handlers()
--------main.yml(2KB)
----docs()
--------snmp_exporter.md(767B)
--------push_gateway.md(1KB)
--------blackbox_exporter.md(1KB)
--------alert_manager.md(5KB)
--------node_exporter.md(6KB)
--------prometheus.md(6KB)
----tasks()
--------main.yml(1KB)
--------install-snmp_exporter.yml(1KB)
--------install-node_exporter.yml(670B)
--------install-prometheus.yml(2KB)
--------install-push_gateway.yml(660B)
--------install-alert_manager.yml(1KB)
--------install-blackbox_exporter.yml(2KB)
----defaults()
--------main.yml(21KB)
----templates()
--------prometheus.yml.j2(1KB)
--------blackbox_exporter.service.j2(584B)
--------blackbox.yml.j2(139B)
--------node_exporter.service.j2(628B)
--------alertmanager.yml.j2(1KB)
--------prometheus.service.j2(644B)
--------snmp_exporter.service.j2(633B)
--------alert_manager.service.j2(531B)
--------push_gateway.service.j2(628B)
----tests()
--------playbook.yml(1KB)
--------inventory(9B)
--------test.yml(3KB)
----prometheus_parse_config.rb(937B)
----LICENSE(1KB)
----parse_config.rb(1KB)
----vars()
--------main.yml(2KB)
--------nodeexporter.yml(2KB)
--------prometheus.yml(2KB)
--------alertmanager.yml(2KB)
--------snmpexporter.yml(456B)
--------blackboxexporter.yml(725B)
--------pushgateway.yml(777B)
----yamllint.yaml(568B)
----lint(427B)
----README.md(5KB)
----files()
--------snmp.yml(401KB)
----meta()
--------main.yml(468B)
----node_exporter_parse_config.rb(8KB)

网友评论