Skip to content

Commit

Permalink
[+] README: add description for 'ignore-by-masks' option
Browse files Browse the repository at this point in the history
  • Loading branch information
lebe-dev committed Jun 15, 2021
1 parent f7ea720 commit 352f5f6
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,18 @@

Под стандартными портами понимаются: 80-й и 443-й

### Фильтрация по имени домена

Опция: `--ignore-by-masks` or `-i`

Пример:

```bash
vhdt -i test,rfid
```

Исключит из результатов vhosts с доменами, которые содержат одну или несколько масок: `test` or `rfid`.

### Поддержка версий до 4.2

До версии Zabbix 4.2 использовался JSON формат такого вида:
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,18 @@ Option: `--include-custom-ports`

Example: `http://somehost.ru:3823`.

### Filter vhosts by domain masks

Option: `--ignore-by-masks` or `-i`

Example:

```bash
vhdt -i test,rfid
```

Ignore vhosts with domain contains any of strings: `test` or `rfid`.

### Support Zabbix < 4.2

Zabbix 4.2 has JSON format:
Expand Down

0 comments on commit 352f5f6

Please sign in to comment.