Agent Client Collector configuration data files
Summarize
Summary of Agent Client Collector Configuration Data Files
Configuration data files in the Agent Client Collector serve as a repository for dynamic instance data, such as virtual machine details, essential for executing checks accurately. These files ensure that checks are performed using the most up-to-date information about monitored instances.
Show less
Key Features
- Attachment-Based Structure: Each configuration data file contains a single attachment with instance-specific data.
- Synchronization: When an attachment is added or deleted, the data file synchronizes across all MID Servers configured with the Agent Client Collector, ensuring consistency.
- Access Point: Configuration data files can be accessed on the MID Server at
\static\accconfig. - Size Limitation: Each configuration data file must not exceed 10MB.
- Check Definitions: Check definitions specify the execution criteria, such as monitoring CPU usage on Linux systems, and can be accessed through the ServiceNow platform.
- Domain-Specific Synchronization: Files are synchronized only within the same domain for secure data handling.
Key Outcomes
By utilizing configuration data files, ServiceNow customers can ensure that checks run with the latest instance-specific information, enhancing the accuracy and relevance of monitoring activities. The synchronization across MID Servers guarantees that all agents access the most current data, thereby streamlining the monitoring process and improving system reliability.
Configuration data files store dynamic instance data, such as virtual machine details, that check definitions use during execution. This ensures that checks are executed with up-to-date and accurate information about the instance being monitored.
Configuration data files structure
- Attachment based: A configuration data file contains a single attachment with instance data, such as Azure VM details.
- Synchronization: When an attachment is added or deleted, the data file is synchronized across all MID Servers configured with the Agent Client Collector. If a file or its attachment is deleted, it is also removed from the MID Server.
- Access point: The configuration data files can be accessed on the MID Server at \static\acc_config.
- Size: Configuration data files cannot be larger than 10MB.
Check definitions used by configuration data files
- Check definition: Individual check entries are referred to as check definitions. For instance, os.linux.check-system-cpu checks the CPU on Linux systems.
- Accessing check definitions: Check definitions can be accessed from .
File association
- Download process: When a check executes, the agent downloads the configuration data file associated with that check.
- Domain-Specific Synchronization: Files are synchronized only with agents within the same domain, ensuring secure and localized data handling.
Working with configuration data files
- Store instance-specific data: Configuration data files store dynamic instance data, such as virtual machine details, server configurations, and other system-specific information. This data is used by check definitions during execution to ensure the latest information is available.
- Create check definitions: A check definition is created with an associated configuration data file. For example, a check definition monitoring system CPU data may include configuration data detailing the system's environment, ensuring checks use accurate and relevant instance data.
- Synchronize with MID Servers: When a configuration data file is added or updated, it synchronizes across all MID Servers communicating with the Agent Client Collector. If the file or attachment is deleted, it is also removed from the MID Servers, ensuring consistency and up-to-date data availability.
- Execute with updated data: During execution, the Agent Client Collector agent downloads the relevant configuration data file from the MID Server. The agent uses this data to execute the check, ensuring access to the most current and accurate instance information.
- Store and access data: Configuration data files are stored on the MID Server in the static/cache/config-files directory. This storage location facilitates easy access and management, ensuring the necessary data for checks is always available when needed.