Mateusz Matuszkowiak | 7399519 | 2018-03-14 14:42:13 +0100 | [diff] [blame] | 1 | {%- from "linux/map.jinja" import monitoring with context %} |
Bartosz Kupidura | df9b40d | 2017-04-10 14:11:52 +0200 | [diff] [blame] | 2 | agent: |
| 3 | input: |
| 4 | cpu: |
Bartosz Kupidura | d2c6bc3 | 2017-07-28 10:53:11 +0200 | [diff] [blame] | 5 | percpu: false |
Bartosz Kupidura | df9b40d | 2017-04-10 14:11:52 +0200 | [diff] [blame] | 6 | totalcpu: true |
| 7 | disk: |
Bartosz Kupidura | 3d2af0c | 2017-07-28 11:53:07 +0200 | [diff] [blame] | 8 | ignore_fs: |
Simon Pasquier | 0ab8d27 | 2017-09-15 12:25:21 +0200 | [diff] [blame] | 9 | - aufs |
Bartosz Kupidura | 3d2af0c | 2017-07-28 11:53:07 +0200 | [diff] [blame] | 10 | - rootfs |
| 11 | - sysfs |
| 12 | - proc |
| 13 | - devtmpfs |
| 14 | - devpts |
| 15 | - tmpfs |
| 16 | - fusectl |
| 17 | - cgroup |
| 18 | - overlay |
Swann Croiset | d66a782 | 2017-04-25 10:33:17 +0200 | [diff] [blame] | 19 | diskio: |
Simon Pasquier | b181342 | 2017-05-22 14:13:04 +0200 | [diff] [blame] | 20 | kernel: |
| 21 | net: |
Bartosz Kupidura | df9b40d | 2017-04-10 14:11:52 +0200 | [diff] [blame] | 22 | mem: |
Mateusz Matuszkowiak | ee7c76a | 2018-07-27 12:28:18 +0200 | [diff] [blame] | 23 | nstat: |
| 24 | fieldpass: |
| 25 | - packet_drop |
| 26 | - time_squeeze |
Simon Pasquier | b181342 | 2017-05-22 14:13:04 +0200 | [diff] [blame] | 27 | processes: |
Simon Pasquier | 9083abf | 2017-06-15 11:20:10 +0200 | [diff] [blame] | 28 | swap: |
Bartosz Kupidura | df9b40d | 2017-04-10 14:11:52 +0200 | [diff] [blame] | 29 | system: |
Michal Kobus | d40d0f1 | 2018-05-08 15:59:55 +0200 | [diff] [blame] | 30 | procstat: |
| 31 | process: |
| 32 | sshd: |
| 33 | exe: sshd |
| 34 | cron: |
| 35 | exe: cron |
Ramon Melero | 14ef04f | 2017-11-07 16:49:24 -0600 | [diff] [blame] | 36 | linux_sysctl_fs: |
Mateusz Matuszkowiak | 7399519 | 2018-03-14 14:42:13 +0100 | [diff] [blame] | 37 | {%- if monitoring.bond_status.interfaces is defined and monitoring.bond_status.interfaces %} |
| 38 | bond: |
| 39 | template: linux/files/telegraf.conf |
| 40 | {%- if monitoring.bond_status.interfaces is list %} |
| 41 | bond_interfaces: {{ monitoring.bond_status.interfaces }} |
| 42 | {%- endif %} |
| 43 | {%- if monitoring.bond_status.host_proc is defined %} |
| 44 | host_proc: {{ monitoring.bond_status.host_proc }} |
| 45 | {%- endif %} |
| 46 | {%- endif %} |