Skip to content

Commit

Permalink
Merge branch 'master' of github.com:lebe-dev/vhost-discovery-tool
Browse files Browse the repository at this point in the history
  • Loading branch information
lebe-dev committed Jun 21, 2021
2 parents e505c88 + 6d0c422 commit a39b75a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. Даём необходимые права:
```
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a39b75a

Please sign in to comment.