Skip to main content

CloudRadial Agent Deployment

Summary

Initiates the Task - Install CloudRadial Agent [Windows, Mac] task on machines of CloudRadial Agent Deployment Enabled group that currently do not have the CloudRadial Agent installed.

Dependencies

Monitor Setup Location

Monitors Path: ENDPOINTSAlertsMonitors

Monitor Summary

  • Name: CloudRadial Agent Deployment
  • Description: Initiates the 'Install CloudRadial Agent [Windows, Mac]' task on machines of 'CloudRadial Agent Deployment Enabled' group that currently do not have the CloudRadial Agent installed.
  • Type: Complex
  • Severity: Others
  • Family: RMM Agent

Image1

Targeted Resources

  • Target Type: Device Groups
  • Group Name: CloudRadial Agent Deployment Enabled

Image2

Conditions

Logic

Block A: Condition A1 AND Condition A2
OR
Block B: Condition B1 AND Condition B2

Block A

Condition A1

Asset:

Category: OS
Parameters: Type
Check: Equals
Keywords: Windows

AND

Condition A2

Application:

Application Status: Not Installed
Check: Equals
Application Name: CloudRadial Agent

OR

Block B

Condition B1

Asset:

Category: OS
Parameters: Type
Check: Equals
Keywords: Darwin

AND

Condition B2

Script:

Run Script on: Schedule
Run Every: 60 Minute(s)
Script Language: bash
Use Generative AI Assist for script creation: False
Criteria: Contains
Check: AND
Script Output: Not Installed
Escalate ticket on script failure: False
Bash Script Editor:

if launchctl list | grep -q "cloudradial.mac.agent"
then
echo "Installed"
else
echo "Not Installed"
fi

Add Automation

Run Automated Task: Install CloudRadial Agent [Windows, Mac]

Image3

Ticket Resolution

Automatically resolve: False

Image4

Monitor Output

Output: Do not Generate Ticket

Image5

Completed Monitor

Image6