Skip to content

Configuration Manual for "Alibaba Cloud - Site Monitoring Task Collector"

Before reading this article, please first read:

Before using this collector, you must install the «Integration Core Package» and its corresponding third-party dependency packages.

1. Configuration Structure

No additional configuration is required for object collection.

2. Data Reporting Format

After data synchronization is successful, you can view the data in the «Infrastructure - Resource Catalog» section of {{( brand_name }}}.

An example of the reported data is as follows:

JSON
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
{
  "measurement": "aliyun_site_monitor_task",
  "tags": {
    "Address": "www.example.com",
    "AgentGroup": "PC",
    "Interval": "60000",
    "TaskId": "693a16b9-xxxx",
    "TaskName": "Test",
    "TaskState": "1",
    "TaskType": "HTTP",
    "name": "693a16b9-xxxx"
  },
  "fields": {
    "CreateTime": "2021-12-17 14:53:27",
    "OptionsJson": "{Extended Options}",
    "UpdateTime": "2023-07-24 10:15:56",
    "message": "{Instance JSON Data}"
  }
}

The detection frequency Interval has a unified unit: milliseconds.

The fields in tags and fields may change with subsequent updates.

The value of tags.name is the instance ID, used as a unique identifier, and fields.message is a string after JSON serialization.

X. Appendix

Please refer to the official Alibaba Cloud documentation: