paulbsd-salt/states/telegraf/defaults.yaml

64 lines
1.3 KiB
YAML
Raw Normal View History

2020-07-10 00:58:55 +02:00
---
telegraf:
enabled: true
release_dir: /usr/local/apps/releases
install_dir: /usr/local/apps
mirror: https://dl.influxdata.com/telegraf/releases
version: 1.13.3
os: linux
arch: amd64
config:
outputs:
2021-08-18 07:10:35 +02:00
influxdb:
urls:
- '"http://localhost:8086"'
username: username
password: password
database: telegraf
2020-07-10 00:58:55 +02:00
inputs:
cpu:
2021-08-18 07:10:35 +02:00
percpu: true
totalcpu: true
collect_cpu_time: false
report_active: false
2020-07-10 00:58:55 +02:00
disk:
2021-08-18 07:10:35 +02:00
ignore_fs:
- '"tmpfs"'
- '"devtmpfs"'
- '"devfs"'
- '"iso9660"'
- '"overlay"'
- '"aufs"'
- '"squashfs"'
2023-02-10 13:48:03 +01:00
- '"fuse.rclone"'
2020-07-10 00:58:55 +02:00
diskio:
2020-10-25 16:37:55 +01:00
httpjson:
2021-08-18 07:10:35 +02:00
name: "ipinfo"
interval: "15m"
servers:
- '"https://ipinfo.io"'
response_timeout: "5s"
method: "GET"
tag_keys:
- '"ip"'
2020-07-10 00:58:55 +02:00
kernel:
kernel_vmstat:
mem:
net:
netstat:
nginx:
2021-08-18 07:10:35 +02:00
urls:
2023-01-04 23:35:15 +01:00
- '"http://localhost:8080/status"'
2021-08-18 07:10:35 +02:00
response_timeout: "5s"
2020-07-10 00:58:55 +02:00
ntpq:
2021-08-18 07:10:35 +02:00
dns_lookup: true
2020-07-10 00:58:55 +02:00
postfix:
processes:
swap:
sensors:
smart:
system:
systemd_units:
syslog:
2021-08-18 07:10:35 +02:00
server: "udp://:6514"