Skip to main content
Version: DPX 4.9

Adding Catalogic DPX GuardMode Agent with the Catalogic DPX Master Server as a Notification Provider

Use the following command to register the Catalogic DPX GuardMode agent with the Catalogic DPX Master Server as a notification provider:

PS> Catalogic.RansomwareDetection.Agent.exe config add `
notification-provider dpx `
--username <string> --password <string> --hostname <string> `
[ --batch-size <integer> | --enabled <boolean> --send-frequency <integer> `
| --help ]

Add the following flags and values:

Flag and ParameterDescription
--username | -u sysadmin (Requried)The user name for the Catalogic DPX Master Server, that is, sysadmin.
--password | -p <string> (Requried)The password for this user.
--hostname <string> (Required)The host name or the IPv4 address of the Catalogic DPX Master Server.
--batch-size <integer>The node group name in Catalogic DPX. (Default: 200)
--enabled <boolean>Enable or disable the notification provider: Catalogic DPX. Use $false to disable it. (Default: $true)
--send-frequency <integer>Specify the frequency of sending the notification to the Catalogic DPX Master Server in seconds. A typical value is between 1 (second) and 86400 (for 24 hours). (Default: 5)
--help | -hShow the help text.