Skip to content

Commit 4eab1cf

Browse files
authored
Merge pull request #159 from annkots/master
Nov week 2 Imunify360 doc updates
2 parents 1a392ac + bfed3b4 commit 4eab1cf

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

docs/command_line_interface/README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Optional arguments for the commands:
112112

113113
## 3rdparty
114114

115-
Command for disabling 3rd party IDS (currently they are cPHulk and fail2ban) and make Imunify360 agent the primary IDS.
115+
The `3rdparty` command allows users to view information about 3rd-party intrusion detection systems (IDS) and their potential conflicts with Imunify360.
116116

117117
**Usage:**
118118

@@ -348,7 +348,17 @@ Checks database integrity. In case database is corrupt, then this command saves
348348
imunify360-agent checkdb
349349
```
350350

351-
</div>
351+
</div>
352+
353+
The `checkdb` command includes the following options:
354+
355+
| Option | Description |
356+
|--------|--------------|
357+
| `--recreate-schema` | Recreates schemas for **linked databases**. Use this option if schema corruption or migration issues occur in attached (linked) DBs. It does **not** remove or recreate the main database. |
358+
| `--no-recreate-schema` | Runs a standard consistency check and repair without recreating schemas. |
359+
| `--json` | Returns output in **JSON** format. |
360+
| `--verbose`, `-v` | Enables verbose mode for detailed output. |
361+
| `-h`, `--help` | Shows help message and exits. |
352362

353363
**Example:**
354364

docs/patchman/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
**Patchman** is a powerful, automated security solution developed to protect Linux-based shared hosting environments. It’s designed with web hosts in mind, helping them secure customer websites by detecting and patching vulnerabilities, removing malware, and keeping systems clean with minimal manual intervention.
66

7-
Patchman continuously scans for known vulnerabilities in popular Content Management Systems (CMS) such as **WordPress**, **Joomla**, and **Drupal**. It applies virtual patches to vulnerable files without modifying core functionality or interrupting the user experience, making it an ideal solution for maintaining secure and stable hosting platforms.
7+
Patchman continuously scans for known vulnerabilities in popular Content Management Systems (CMS) such as **WordPress**, **Joomla**, and **Drupal**. It applies source code patches to vulnerable files without modifying core functionality or interrupting the user experience, making it an ideal solution for maintaining secure and stable hosting platforms.
88

99
**Key Features**
1010

1111
* **Automatic Vulnerability Detection**: Identifies security flaws in popular CMS platforms and third-party plugins.
1212

13-
* **Virtual Patching**: Applies lightweight, non-intrusive patches to vulnerable files, reducing the risk of exploitation without requiring full upgrades.
13+
* **Source Code Patching**: Applies lightweight, non-intrusive patches to vulnerable files, reducing the risk of exploitation without requiring full upgrades.
1414

1515
* **Malware Detection and Quarantine**: Scans websites for malware and isolates infected files to prevent further damage or spread.
1616

0 commit comments

Comments
 (0)