2019-10-27 23:33:06 +00:00
|
|
|
---
|
|
|
|
telegraf_package_name: telegraf
|
|
|
|
telegraf_package_state: present
|
|
|
|
|
|
|
|
telegraf_service_name: telegraf
|
|
|
|
telegraf_service_state: started
|
|
|
|
telegraf_service_enabled: yes
|
|
|
|
|
|
|
|
telegraf_config_global_tags: {}
|
|
|
|
telegraf_config_agent:
|
|
|
|
interval: 10s
|
|
|
|
round_interval: true
|
|
|
|
metric_batch_size: 1000
|
|
|
|
metric_buffer_limit: 10000
|
|
|
|
collection_jitter: 0s
|
|
|
|
flush_interval: 10s
|
|
|
|
flush_jitter: 0s
|
|
|
|
precision:
|
|
|
|
hostname:
|
|
|
|
omit_hostname: false
|
|
|
|
telegraf_config_outputs:
|
|
|
|
influxdb: {}
|
|
|
|
telegraf_config_inputs:
|
|
|
|
cpu:
|
|
|
|
- percpu: true
|
|
|
|
totalcpu: true
|
|
|
|
collect_cpu_time: false
|
|
|
|
report_active: false
|
|
|
|
disk:
|
|
|
|
- ignore_fs:
|
|
|
|
- tmpfs
|
|
|
|
- devtmpfs
|
|
|
|
- devfs
|
|
|
|
- iso9660
|
|
|
|
- overlay
|
|
|
|
- aufs
|
|
|
|
- squashfs
|
|
|
|
diskio: []
|
|
|
|
kernel: []
|
|
|
|
mem: []
|
|
|
|
processes: []
|
|
|
|
swap: []
|
|
|
|
system: []
|
|
|
|
conntrack: []
|
|
|
|
ipset: []
|
|
|
|
iptables:
|
|
|
|
- table: filter
|
2022-08-30 11:45:55 +00:00
|
|
|
chains: [ "INPUT", "OUTPUT", "FORWARD", "LOG_DROP", "LOG_ACCEPT", "ICMP_FLOOD" ]
|
2019-10-27 23:33:06 +00:00
|
|
|
- table: filter
|
|
|
|
name_override: ip6tables
|
2022-08-30 11:45:55 +00:00
|
|
|
chains: [ "INPUT", "OUTPUT", "FORWARD", "LOG_DROP", "LOG_ACCEPT", "ICMP_FLOOD" ]
|
2019-10-27 23:33:06 +00:00
|
|
|
kernel_vmstat: []
|
|
|
|
net: []
|
|
|
|
netstat: []
|
2019-11-16 02:40:01 +00:00
|
|
|
ping:
|
|
|
|
- urls:
|
|
|
|
- gateway
|
|
|
|
- gateway6
|
|
|
|
- dns.google
|
|
|
|
interface: "{{ ansible_default_ipv4.interface }}"
|
|
|
|
count: 10
|
2019-10-27 23:33:06 +00:00
|
|
|
procstat:
|
|
|
|
- systemd_unit: minecraft.service
|