@@ -4,9 +4,11 @@ This is a `zabbix_agentd` configuration that allows for disk device discovery an
## Usage
1.[Add a regex](https://www.zabbix.com/documentation/2.0/manual/regular_expressions) named `Disk devices for discovery`, that will only get the disk devices you want (probably this is what you need: `^(md|sd[a-z])[0-9]+$`).
1. Import the templates from `templates/` directory to your `zabbix_server`.
1. Clone the repository into `/etc/zabbix/` directory on the server you whish to monitor.
1. Add a `zabbix_agentd.conf.d/local.server.conf`, or `zabbix_agentd.conf.d/local.serveractive.conf`, or any other `zabbix_agentd.conf.d/local.*.conf` file containing local-specific config.
1.import the templates from `templates/` directory to your `zabbix_server`.