15 lines
377 B
YAML
15 lines
377 B
YAML
---
|
|
# General
|
|
NE_version: '1.10.2'
|
|
NE_arch: 'amd64'
|
|
NE_host: ''
|
|
NE_port: 9100
|
|
NE_options: ''
|
|
# Download
|
|
NE_download_url: https://github.com/prometheus/node_exporter/releases/download/v{{ NE_version }}/node_exporter-{{ NE_version }}.linux-{{ NE_arch }}.tar.gz
|
|
# Setting systemd
|
|
NE_bin_path: /usr/local/bin/node_exporter
|
|
NE_state: started
|
|
NE_enabled: true
|
|
NE_restart: on-failure
|