Skip to content
Snippets Groups Projects
Commit a4a1ced6 authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

add zabbix-disk monitoring to baremattel

parent 7d27bff6
No related branches found
No related tags found
No related merge requests found
---
dependencies:
- { role: "zabbix-agent", when: "'zabbix-agent' in group_names"}
......@@ -23,3 +23,14 @@
tags:
- packages
- hardware-tools
- name: ensure zabbix-smart-check is installed
apt: name={{ item }} state=present
with_items:
- zabbix-check-smart
- zabbix-check-disk-performance
when: "'zabbix-agent' in group_names"
tags:
- packages
- hardware-tools
- chr
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment