Script Monitors - Index Page

Hi everyone,

We are glad to announce “Custom Script Monitors”. You would be able to monitor anything and customize the monitors exactly as you wish with this feature.

Please see our Wiki guide on below link.

https://forum.mspconsortium.com/foru…oring-upcoming

We will be sharing community driven templates under this topic as well.

Ilker

Here is the link to see all the scripts: https://scripts.comodo.com/

Generates the alert if any Hardware changes at endpoint
https://c1forum.comodo.com/forum/script-library/12947-generates-the-alert-if-any-hardware-changes-at-endpoint

Alerts if health status changes in S.M.A.R.T status of hard drives
https://c1forum.comodo.com/forum/script-library/12954-alerts-if-health-status-changes-in-s-m-a-r-t-status-of-hard-drives

Alert if the restore point size is more than the threshold space
https://c1forum.comodo.com/forum/script-library/12751-alert-if-the-restore-point-size-is-more-than-the-threshold-space

Generates the alert if any software Uninstalled, installed or updated
https://forum.mspconsortium.com/foru…led-or-updated

Monitoring triggers for Administrator actions
https://forum.mspconsortium.com/foru…trator-actions

Alert if Required Software is missing on endpoint user
https://forum.mspconsortium.com/foru…end-point-user

Monitor permissible No.of processes
https://forum.mspconsortium.com/foru…o-of-processes

License Key Monitoring, Triggers Alert if “Windows is not activated”
https://forum.mspconsortium.com/foru…-not-activated

Alert if endpoint user opens the Unauthorised URL
https://forum.mspconsortium.com/foru…authorised-url

Get Alert if any Certificate Expiring in next 30 days - Custom Monitor
https://forum.mspconsortium.com/foru…custom-monitor

Alert if Uncleaned Infections are detected on Endpoint - Custom Monitor
https://forum.mspconsortium.com/foru…custom-monitor

Alert if the endpoints has pending reboots
https://forum.mspconsortium.com/foru…ending-reboots

Alert If The IP Address Changes
https://forum.mspconsortium.com/foru…-custom-script

Alert if the firewall disabled in the endpoint
https://forum.mspconsortium.com/foru…-custom-script

Script for monitoring the user Access report(logon/logoff/logonfailure)
https://forum.mspconsortium.com/foru…f-logonfailure

Alert when USB Removable disk is connected to the system.
https://forum.mspconsortium.com/foru…cted-to-system

Alert when the password changed in your system
https://forum.mspconsortium.com/foru…in-your-system

Monitoring Disk usage-activity
https://scripts.comodo.com/frontend/web/topic/monitoring-disk-usage-activity
https://c1forum.comodo.com/forum/script-library/12334-monitoring-disk-usage-activity

Hurray!!! This is a much needed capability…now we have it!!!

Hi All,

We are also using this script for SMART monitoring of Hard Drives until its part of the NATIVE ITSM monitoring

command = “wmic diskdrive get Caption, Status”
out=os.popen(command).read()
if “Pred Fail” in (out):
alert(1)
print (out)
else:
alert(0)
print (out)

Alert if a restore point is created
https://scripts.comodo.com/frontend/web/topic/alert-if-a-restore-point-is-created

Monitoring Disk usage-activity
https://scripts.comodo.com/frontend/web/topic/monitoring-disk-usage-activity

Alert if Backup Failed in past 24 hours
https://scripts.comodo.com/frontend/web/topic/alert-if-backup-failed-in-past-24-hours

Generates the alert if any software Uninstalled, installed or updated
https://scripts.comodo.com/frontend/web/topic/generates-the-alert-if-any-software-uninstalledinstalled-or-updated

Alert if the backup succeeded in past 24 hours
https://scripts.comodo.com/frontend/web/topic/alert-if-the-back-up-succeeded-in-past-24-hours

Alert if a device restarts or shutdown
https://scripts.comodo.com/frontend/web/topic/alert-if-a-device-restarts-or-shutdown

Alert if the device goes online
https://scripts.comodo.com/frontend/web/topic/alert-if-the-device-goes-online

Alert if device went offline or online
https://scripts.comodo.com/frontend/web/topic/alert-if-device-went-offline-or-online

Web page Content Monitoring
https://scripts.comodo.com/frontend/web/topic/web-page-content-monitoring

Alert if Comodo Client Security is not installend on end point
https://scripts.comodo.com/frontend/web/topic/alert-if-comodo-client-security-is-not-installend-on-end-point

Alert_On_Device_Status_Based_On_Network_Communcation_status
https://scripts.comodo.com/frontend/web/topic/alertondevicestatusbasedonnetworkcommuncationstatus

Monitor availability of comodo log database.
https://scripts.comodo.com/frontend/web/topic/monitor-availability-of-comodo-log-database

Alert if new scheduled task created
https://scripts.comodo.com/frontend/web/topic/alert-if-new-scheduled-task-created

Alert if RAM usage reaches threshold value
https://scripts.comodo.com/frontend/web/topic/alert-if-ram-usage-reaches-threshold-value

Generates alert if windows update is not downloaded for 60 days
https://scripts.comodo.com/frontend/web/topic/generates-alert-if-windows-update-is-not-downloaded-for-60-days

Generates the Alert if any file is removed or Added within specified path
https://scripts.comodo.com/frontend/web/topic/generates-the-alert-if-any-file-is-removed-or-added-within-specified-path

Alert if Veeam Agent Backup is success
https://scripts.comodo.com/frontend/web/topic/alert-if-veeam-agent-backup-is-success

Restart the service and alert with the appropriate error
https://scripts.comodo.com/frontend/web/topic/restart-the-service-and-alert-with-the-appropriate-error

Script to monitor the trust between the computers and domain
https://scripts.comodo.com/frontend/web/topic/script-to-monitor-the-trust-between-the-computers-and-domain

Trigger Alert when User Account Control is Authorized
https://scripts.comodo.com/frontend/web/topic/trigger-alert-when-user-account-control-is-authorized

Monitoring Configuration Templates
https://scripts.comodo.com/frontend/web/topic/monitoring-configuration-templates

Script to monitor automatic services
https://scripts.comodo.com/frontend/web/topic/monitoring-configuration-templates

Script to read a .txt or .log file and match against regular expression
https://scripts.comodo.com/frontend/web/topic/script-to-read-a-txt-or-log-file-and-match-against-regular-expression

Script to generate alert for windows server backup status.
https://scripts.comodo.com/frontend/web/topic/script-to-generate-alert-for-windows-server-backup-status

Generate alert if the drive storage is low
https://scripts.comodo.com/frontend/web/topic/generate-alert-if-the-drive-storage-is-low

Alert if a file is not in a particular folder.
https://scripts.comodo.com/frontend/web/topic/alert-if-a-file-is-not-in-a-particular-folder

Generate Alert if a Process uses more Memory or CPU
https://scripts.comodo.com/frontend/web/topic/generate-alert-if-a-process-uses-more-memory-or-cpu

Script to notify windows license expiry and domain registration renewals
https://scripts.comodo.com/frontend/web/topic/script-to-notify-windows-license-expiry-and-domain-registration-renewals

Generate Alert if mounted network drive storage is low
https://scripts.comodo.com/frontend/web/topic/script-to-notify-windows-license-expiry-and-domain-registration-renewals

List the Mail’s PST Files with its Sizes.
https://scripts.comodo.com/frontend/web/topic/list-the-mails-pst-files-with-its-sizes

Generate Alert when the Domain Admins Group changes
https://scripts.comodo.com/frontend/web/topic/generate-alert-when-the-domain-admins-group-changes

Script to alert when gpsvc service is stopped
https://scripts.comodo.com/frontend/web/topic/script-to-alert-when-gpsvc-service-is-stopped

Custom Script Request for Monitoring Condition that alerts when a local or domain administrator account gets created on a server.
https://scripts.comodo.com/frontend/web/topic/custom-script-request-for-monitoring-condition-that-alerts-when-a-local-or-domain-administrator-account-gets-created-on-a-server

Script to monitor bit locker status for all drives
https://scripts.comodo.com/frontend/web/topic/script-to-generate-alert-for-windows-backup-status

Script to generate alert for windows backup status
https://scripts.comodo.com/frontend/web/topic/script-to-monitor-bit-locker-status-for-all-drives

the “Alert if the device goes online” and “Alert if device went offline or online” links do not work. Have these been replaced?

No need for a script for this feature; you should see this as a monitor in the list to select just like CPU Usage

@fenno182 ,

Thanks @StrobeTech for pointing it out. https://wiki.itarian.com/frontend/web/topic/how-to-monitor-onlineoffline-status-of-devices

I would like to be be able to monitor my vmware servers at my clients (% cpu, disk, defective disks etc). Is there such a script available?

Hi @abilit ,

We have forwarded your script request to our Developers and we’ll get back to you as soon we have updates. Thank you

Hello @abilit,

Our script developers send an update to your script request.

Hypervisor like VMWare ESXI is not supported in our Endpoint Manager RMM software yet and script development is not possible at this moment as it is unsupported by Endpoint Manager. Our script developers suggested forming a new Feature Request under Endpoint Manager to support and make your request work which we have coordinated with the respective team.

  • Endpoint Manager support for VMware server 'VMWare ESXI'
  • Health status monitoring(S.M.A.R.T) for the defective disk of VMWare servers.

We will keep you posted via this forum page and related support ticket for the update on the mentioned feature. Thank you

Hi,

I’m interested in a couple of the scripts:
Script to read a .txt or .log file and match against regular expression
https://scripts.comodo.com/frontend/…lar-expression

Alert if a file is not in a particular folder.
https://scripts.comodo.com/frontend/…ticular-folder

But when I click on the links I’m getting 404 Not Found pages.

Hi @bryan.houliston,

Thanks for reporting to us. We will ask our developer team and update you regarding this.

Kind Regards,
PremJK

Hi @bryan.houliston,

Please find the requested Scripts

Read a .txt or .log file and match against regular expression
https://scripts.itarian.com/frontend/web/topic/read-a-txt-or-log-file-and-match-against-regular-expression

Alert if a file is not in a particular folder
https://scripts.itarian.com/frontend/web/topic/alert-if-a-file-is-not-in-a-particular-folder

Kind Regards,
PremJK