diff --git a/README.RU.md b/README.RU.md index d7324bb..9677f6e 100644 --- a/README.RU.md +++ b/README.RU.md @@ -10,7 +10,7 @@ 1. Копируем исполняемый файл `vhdt` в `/usr/bin`. 2. Создаем файл конфигурации: ``` - cp files/vhost-discovery.conf /etc/zabbix/zabbix-agent.d/ + cp vhost-discovery.conf /etc/zabbix/zabbix-agent.d/ ``` 3. Даём необходимые права: ``` diff --git a/README.md b/README.md index 6f2f5b7..eb849f5 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ Use `--use-data-property` option for Zabbix < 4.2 (see details in Options sectio ## Quick start 1. Copy `vhdt` to `/usr/bin`. -2. Copy zabbix agent config `files/vhost-discovery.conf` to `/etc/zabbix/zabbix-agent.d/vhost-discovery.conf` -3. Import `files/vhost-discovery-template.xml` to Zabbix Server. +2. Copy zabbix agent config `vhost-discovery.conf` to `/etc/zabbix/zabbix-agent.d/vhost-discovery.conf` +3. Import `vhost-discovery-template.xml` to Zabbix Server. 4. Update permissions: ``` chmod +x /usr/bin/vhdt