---
sourceDocument: Zurich IT Operations Management
sourceDocumentLink: https://www.servicenow.com/docs/r/zurich/it-operations-management

 Release :

    - zurich

ft:locale :

    - en-US

ft:publication_title :

    - Zurich IT Operations Management

ft:clusterId :

    - itom

bundleId :

    - itom

workflow :

    - Technology


---

# ACC plugins

# Agent Client Collector plugins {#ariaid-title1}

* Release version: Zurich
* 
* Updated July 31, 2025
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

An Agent Client Collector (ACC) plugin is a script or group of scripts that extend the Agent Client Collector's capabilities. Plugins enhance monitoring by collecting metrics, performing specialized checks, and triggering events based on conditions, like monitoring an application's queue size when it
reaches 60% or 80%. Plugins ensure scalable, customizable monitoring to adapt to evolving infrastructure or application needs.

## Plugin-check dependency {#acc-assets__section_vsk_ggs_5dc}

Plugins are tightly integrated with checks in the Agent Client Collector Framework. A dependency is created between the plugin and the check to ensure that the plugin is executed alongside the associated check.

* Plugin Dependency: A plugin can be associated with one or more checks, and vice versa, where checks can depend on multiple plugins.
* Execution: Plugins and checks run on the same agent, working in unison to gather data, perform specialized tasks, or trigger necessary events
{#acc-assets__ul_wkt_3gs_5dc}

## Plugin-agent compatibility {#acc-assets__section_ttr_1gb_thc}

ACC agents must be within two store releases (N-2) of your installed Agent Client Collector Framework (ACC-F) version. Each release includes security and performance improvements. ACC-F release notes highlight any changes or critical fixes requiring immediate action.

## Creating and managing plugins {#acc-assets__section_g4j_4gs_5dc}

You can create Agent Client Collector plugins as needed to customize the monitoring to your specific environment. These plugins are typically formatted as tar.gz files, which contain the scripts that define the plugin's functionality.

* Plugin creation: Custom plugins are developed and packaged into tar.gz files.
* Integration with checks: Once created, the plugin is integrated with checks by establishing the appropriate dependencies, ensuring that the plugin and check run together.
* Customization: Plugins can be customized to meet the specific requirements of your monitoring needs, whether it's adding more detailed metrics, checking system thresholds, or generating custom events.
{#acc-assets__ul_srk_vgs_5dc}

## Pre-installed plugins {#acc-assets__section_hrz_hhs_5dc}

Agent Client Collector Framework includes a set of pre-installed plugins that provide basic functionalities for common monitoring tasks, such as gathering standard metrics or monitoring key system parameters.
For more detailed information on the plugins that come with the Agent Client Collector as part of ITOM AIOps, see [Plugins or applications installed with ITOM AIOps](https://www.servicenow.com/docs/TsW0SNsbT4MXhHFrsPB2CQ "Tables that list the plugins or applications that are installed with ITOM AIOps applications. When you update your application, any newly required application dependencies are installed.").

