Manage Automated Tasks

Automated Tasks initiate a system or custom script on selected devices following the frequency or threshold you configure (once per day, once per month, run manually or when a Check fails).

Automated Tasks are supported from Windows Agent 8.1, Mac Agent 2.3.0 and Linux Agent 2.

You can configure an Automated Task to run when a Windows, Mac or Linux Check fails. For example, you can configure a Task to update the antivirus definition files if the Antivirus Update Check fails.

You can add Automated Tasks to a single device or multiple devices, and you can edit and delete tasks. For Windows devices, Automated Tasks can also be applied at the Device, Site, Client or all Servers and Workstations through Monitoring templates.

If an Automated Task is added to a device, the pass or fail status for the last time the check ran, displays in the Automated Task column in the North-pane of the N-sight RMM Dashboard.

For more information on Task management, see Automated Tasks.

User Audit Report

All Automated Tasks performed on the N-sight RMM Dashboard are recorded in the User Audit Report.

  1. On the N-sight RMM Dashboard, go to Reports > User Audit Report
  2. Select a date range for the report

  3. Filter by Automated Task from the Event drop-down
  4. Click Generate to open the report in your browser, or click CSV Export to download the full report to your computer as a file including all columns
To ensure a shell script runs successfully, declare the bash interpreter in the script: #!/bin/bash. For example:

#!/bin/bash
"Hello world"
exit 0