Skip to content

Commit c8ceff7

Browse files
authored
Merge pull request #136 from evgeniy-moiseev-cl/PORTAL-2468
2 parents 931625d + 9977b95 commit c8ceff7

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

docs/patchman/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,8 @@ Patchman helps reduce support requests related to malware infections and outdate
113113
+ [Linking more licenses](/patchman/platform_integrations/#linking-more-licenses)
114114
+ [Potential problems](/patchman/platform_integrations/#potential-problems)
115115
+ [Additional help](/patchman/platform_integrations/#additional-help)
116+
117+
* * *
118+
119+
**Imunify integration**
120+
* [Installing imunify-antivirus with Patchman support](/patchman/agent/#installin-imunify-antivirus-with-patchman-support)

docs/patchman/agent/README.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,4 +314,40 @@ apt-get remove patchman-client
314314
315315
Make sure to cancel the server license in the Patchman Portal. We strongly suggest you do this **_after_** the removal of the software from your system, because if the software is still running it may automatically request a new license on your account (according to the standard installation procedure).
316316
317-
In the Patchman Portal, go to the server configuration page under Servers. If your plan requires advance notice for cancelling servers, click the red Cancel button to cancel your license and deactivate it per the renewal date. Otherwise, click the red Delete button to immediately remove the server license from your account. This will make sure you are no longer billed for this server.
317+
In the Patchman Portal, go to the server configuration page under Servers. If your plan requires advance notice for cancelling servers, click the red Cancel button to cancel your license and deactivate it per the renewal date. Otherwise, click the red Delete button to immediately remove the server license from your account. This will make sure you are no longer billed for this server.
318+
319+
* * *
320+
321+
### Installing imunify-antivirus with Patchman support
322+
323+
1. Find a license key at https://portal.patchman.co/servers/add/. It is displayed under the `During installation, enter the following license key:` section.
324+
325+
2. Install or update `imunify-antivirus`
326+
1. If imunify-antivirus is not yet installed on a server:
327+
```bash
328+
$ wget https://repo.imunify360.cloudlinux.com/defence360/imav-deploy.sh -O imav-deploy.sh
329+
$ bash imav-deploy.sh
330+
```
331+
2. If it is already installed, check if the version of imunify-antivirus is at least `8.5.6`
332+
```bash
333+
$ imunify-antivirus version
334+
8.5.6
335+
```
336+
If it's lower, then update imunify-antivirus using your system package manager.
337+
338+
3. Install the Patchman extension
339+
```bash
340+
$ imunify-antivirus patchman install
341+
```
342+
343+
4. Configure the license key (obtained in the first step)
344+
```bash
345+
$ imunify-antivirus patchman register '<regkey>'
346+
```
347+
348+
5. Enable the Patchman extension
349+
```bash
350+
$ imunify-antivirus config update '{"PATCHMAN": {"enable": true}}'
351+
```
352+
353+
6. Add the server in the Patchman portal https://portal.patchman.co/servers/add/multiple/

0 commit comments

Comments
 (0)