Skip to content

Commit 9fe0369

Browse files
authored
Merge pull request #107 from annkots/master
Imunify doc updates per TCR tasks
2 parents f39c144 + febcd9a commit 9fe0369

File tree

5 files changed

+19
-12
lines changed

5 files changed

+19
-12
lines changed

docs/command_line_interface/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@ Optional arguments:
12851285
|<span class="notranslate">`--by-status [BY_STATUS [BY_STATUS ...]]`</span>|Return items with selected status.|
12861286
|<span class="notranslate">`--by-scan-id BY_SCAN_ID`</span>|Return items with selected ID.|
12871287
|<span class="notranslate">`--items ITEMS`</span>|Return selected items.|
1288-
|<span class="notranslate">`--search SEARCH`</span>|Search query.|
1288+
|<span class="notranslate">`--search SEARCH`</span>|Search query.|
12891289

12901290

12911291
<span class="notranslate">`action`</span> is the second positional argument for <span class="notranslate">`ignore`</span> and can be one of the following:
@@ -1332,7 +1332,8 @@ The optional arguments for <span class="notranslate">`on-demand start`</span> an
13321332
|<span class="notranslate">`--no-follow-symlinks`</span>|
13331333
|<span class="notranslate">`--file-mask FILE_MASK`</span>|
13341334
|<span class="notranslate">`--intensity-cpu {1 to 7}`</span> 1 means the lowest intensity, 7 means the highest intensity|
1335-
|<span class="notranslate">`--intensity-io {1 to 7}`</span> 1 means the lowest intensity, 7 means the highest intensity|
1335+
|<span class="notranslate">`--intensity-io {1 to 7}`</span> 1 means the lowest intensity, 7 means the highest intensity|
1336+
|<span class="notranslate">`--prioritize`</span>|Initiate a new on-demand scan immediately, despite other scans queued.|
13361337

13371338
<span class="notranslate">`action`</span> is the second positional argument for <span class="notranslate">`suspicious`</span> and can be one of:
13381339

docs/email/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,14 @@ Imunify Email has been checked for compatibility with following tools and mail g
4040

4141
:::danger Note
4242
Hosting administrator only.
43-
4443
Imunify Email requires Imunify360 to be installed on the server.
45-
:::
44+
:::
4645

47-
Imunify Email is simple to install.
46+
:::warning
47+
Ensure that port 11335 is open. Additionally, note that it is a UDP server, and therefore, it is not accessible via telnet.
48+
:::
4849

49-
At the moment, it runs on the following distributions:
50+
Imunify Email is simple to install. At the moment, it runs on the following distributions:
5051

5152
* CentOS 7, 8 with support of cPanel/WHM control panel.
5253
* CloudLinux OS 7, 8, 9 with support of cPanel/WHM control panel.

docs/features/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ Version Imunify360 6.0 or later supports the use of MDS in UI.
375375
:::
376376

377377
:::danger Warning
378-
For now, Malware Database Scanner (MDS) supports WordPress and Joomla databases only.
378+
For now, Malware Database Scanner (MDS) supports WordPress, Joomla, and Magento 2 databases only.
379379
:::
380380

381381
### How to use Malware Database Scanner (MDS)

docs/ids_integration/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
[[toc]]
44

5-
## IDS Integration
5+
## IDS Integration
6+
7+
:::tip Note
8+
Please be aware that *firewalld* is not fully compatible with Imunify360.
9+
While it is possible to use Imunify360 and firewalld on the same server, you may need to duplicate certain rules or permissions and manually implement changes to configure both Imunify360 and firewalld. Therefore, we recommend utilizing either the Imunify360 firewall exclusively or Imunify360 in conjunction with CSF.
10+
:::
611

712
### CSF Integration
813

@@ -569,7 +574,7 @@ This section includes specific settings for each hosting panel that Imunify360 s
569574
570575
* Web application firewall
571576
* Malware scanning of files uploaded using web
572-
:::
577+
:::
573578
574579
<span class="notranslate">Mod_security</span> installation process is specific for different panels:
575580
@@ -595,7 +600,7 @@ If <span class="notranslate">mod_security</span> is installed before Imunify360,
595600
596601
::: tip Note
597602
If Imunify360 installer detects any existing ruleset, it installs only minimal set of its rules. So, you need to disable all third-party rulesets prior to Imunify360 installation to get the full ruleset installed automatically.
598-
:::
603+
:::
599604
600605
### cPanel
601606

docs/imunifyav/cli/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Allows to update configuration file via CLI.
147147
imunify-antivirus config update [configuration options]
148148
```
149149
150-
You can find instructions on how to apply configuration changes from CLI [here](/cli/#how-to-apply-changes-from-cli) and configuration options can be taken from the `/etc/sysconfig/imunify360/imunify360.config` file.
150+
You can find instructions on how to apply configuration changes from CLI [here](./#how-to-apply-changes-from-cli) and configuration options can be taken from the `/etc/sysconfig/imunify360/imunify360.config` file.
151151
152152
**Example:**
153153
@@ -272,7 +272,7 @@ succeeded:
272272
## Hooks <Badge text="Deprecated" type="warning"/>
273273
274274
:::danger Warning!
275-
You can use a new notification system via [CLI](/cli/#notifications-config).
275+
You can use a new notification system via [CLI described here](./#notifications-config).
276276
:::
277277
278278
You can read more about hooks [here](/imunifyav/#hooks-cli).

0 commit comments

Comments
 (0)