Saltstack Official Linux Formula
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- local_plugin:
- linux_network_netlink:
- plugin: netlink
- template: linux/files/collectd_netlink.conf
- ignore_selected: false
- interfaces:
- {%- for interface_name in salt['linux_netlink.ls']() %}
- - {{ interface_name }}
- {%- endfor %}
- linux_system_cpu:
- plugin: cpu
- linux_system_entropy:
- plugin: entropy
- linux_system_load:
- plugin: load
- linux_system_contextswitch:
- plugin: contextswitch
- linux_system_memory:
- plugin: memory
- linux_system_uptime:
- plugin: uptime
- linux_system_users:
- plugin: users
- linux_storage_df:
- plugin: df
- template: linux/files/collectd_df.conf
- ignore_selected: True
- fs_types:
- - rootfs
- - sysfs
- - proc
- - devtmpfs
- - devpts
- - tmpfs
- - fusectl
- - cgroup
- linux_storage_disk:
- plugin: disk
- template: linux/files/collectd_disk.conf
- ignore_selected: True
- linux_storage_swap:
- plugin: swap
|