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.
|
- plugin:
- linux_network_interface:
- plugin: interface
- execution: local
- linux_system_cpu:
- plugin: cpu
- execution: local
- linux_system_entropy:
- plugin: entropy
- execution: local
- linux_system_load:
- plugin: load
- execution: local
- linux_system_contextswitch:
- plugin: contextswitch
- execution: local
- linux_system_memory:
- plugin: memory
- execution: local
- linux_system_uptime:
- plugin: uptime
- execution: local
- linux_system_users:
- plugin: users
- execution: local
- linux_storage_df:
- plugin: df
- execution: local
- template: linux/files/collectd_df.conf
- ignore_selected: True
- fs_types:
- - rootfs
- - sysfs
- - proc
- - devtmpfs
- - devpts
- - tmpfs
- - fusectl
- - cgroup
- linux_storage_disk:
- plugin: disk
- execution: local
- template: linux/files/collectd_disk.conf
- ignore_selected: True
- linux_storage_swap:
- plugin: swap
- execution: local
|