Skip to content

Commit

Permalink
Merge pull request #107 from annkots/master
Browse files Browse the repository at this point in the history
Imunify doc updates per TCR tasks
  • Loading branch information
annkots authored Feb 26, 2025
2 parents f39c144 + febcd9a commit 9fe0369
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 12 deletions.
5 changes: 3 additions & 2 deletions docs/command_line_interface/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,7 @@ Optional arguments:
|<span class="notranslate">`--by-status [BY_STATUS [BY_STATUS ...]]`</span>|Return items with selected status.|
|<span class="notranslate">`--by-scan-id BY_SCAN_ID`</span>|Return items with selected ID.|
|<span class="notranslate">`--items ITEMS`</span>|Return selected items.|
|<span class="notranslate">`--search SEARCH`</span>|Search query.|
|<span class="notranslate">`--search SEARCH`</span>|Search query.|


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

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

Expand Down
9 changes: 5 additions & 4 deletions docs/email/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,14 @@ Imunify Email has been checked for compatibility with following tools and mail g

:::danger Note
Hosting administrator only.

Imunify Email requires Imunify360 to be installed on the server.
:::
:::

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

At the moment, it runs on the following distributions:
Imunify Email is simple to install. At the moment, it runs on the following distributions:

* CentOS 7, 8 with support of cPanel/WHM control panel.
* CloudLinux OS 7, 8, 9 with support of cPanel/WHM control panel.
Expand Down
2 changes: 1 addition & 1 deletion docs/features/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ Version Imunify360 6.0 or later supports the use of MDS in UI.
:::

:::danger Warning
For now, Malware Database Scanner (MDS) supports WordPress and Joomla databases only.
For now, Malware Database Scanner (MDS) supports WordPress, Joomla, and Magento 2 databases only.
:::

### How to use Malware Database Scanner (MDS)
Expand Down
11 changes: 8 additions & 3 deletions docs/ids_integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

[[toc]]

## IDS Integration
## IDS Integration

:::tip Note
Please be aware that *firewalld* is not fully compatible with Imunify360.
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.
:::

### CSF Integration

Expand Down Expand Up @@ -569,7 +574,7 @@ This section includes specific settings for each hosting panel that Imunify360 s
* Web application firewall
* Malware scanning of files uploaded using web
:::
:::
<span class="notranslate">Mod_security</span> installation process is specific for different panels:
Expand All @@ -595,7 +600,7 @@ If <span class="notranslate">mod_security</span> is installed before Imunify360,
::: tip Note
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.
:::
:::
### cPanel
Expand Down
4 changes: 2 additions & 2 deletions docs/imunifyav/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Allows to update configuration file via CLI.
imunify-antivirus config update [configuration options]
```
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.
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.
**Example:**
Expand Down Expand Up @@ -272,7 +272,7 @@ succeeded:
## Hooks <Badge text="Deprecated" type="warning"/>
:::danger Warning!
You can use a new notification system via [CLI](/cli/#notifications-config).
You can use a new notification system via [CLI described here](./#notifications-config).
:::
You can read more about hooks [here](/imunifyav/#hooks-cli).
Expand Down

0 comments on commit 9fe0369

Please sign in to comment.