forked from saltstack-formulas/telegraf-formula
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpillar.example
45 lines (45 loc) · 874 Bytes
/
pillar.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# -*- coding: utf-8 -*-
# vim: ft=yaml
---
telegraf:
config: /etc/telegraf/telegraf.conf
system_user: root
system_group: root
pkg:
name: telegraf
service:
name: telegraf
conf:
global_tags: {}
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
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: {}