Skip to content
Snippets Groups Projects
Verified Commit e924fa71 authored by Alexander Fabian's avatar Alexander Fabian
Browse files

Add node systemd collector

parent eda24709
No related branches found
Tags 0.2.6
No related merge requests found
......@@ -8,7 +8,7 @@ namespace: scc_net
name: prometheus_exporter
# The version of the collection. Must be compatible with semantic versioning
version: 0.2.5
version: 0.2.6
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
......
......@@ -13,6 +13,8 @@ node_exporter_archive_name: "node_exporter-{{ node_exporter_version }}.linux-{{
node_exporter_url: "https://github.com/prometheus/node_exporter/releases/download/v{{ node_exporter_version }}/{{ node_exporter_archive_name }}.tar.gz"
node_exporter_text_file_dir: '/var/lib/prometheus/node-exporter'
node_exporter_config_params:
- "--collector.systemd.unit-include"
# enable or disable collectors by default
node_collectors_include_apt_info: true
\ No newline at end of file
......@@ -24,7 +24,7 @@
owner: "{{ postgres_exporter_user }}"
mode: 0777
- name: install snmp exporter service config file
- name: install postgres exporter service query config file
template:
src: "templates/queries.yml"
dest: "{{ postgres_exporter_config_dir }}/queries.yml"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment