Skip to content

Collector 'Alibaba Cloud - Site Monitor Task Collection' Configuration Manual

Before reading this document, please read:

Tip

Before using this collector, you must install the 'Integration Core Package' and its accompanying third-party dependencies.

1. Configuration Structure

Object collection does not require additional configuration.

2. Data Reporting Format

After data is successfully synchronized, you can view the data in the 'Infrastructure - Resource Catalog' of TrueWatch.

An example of the reported data is as follows:

{
  "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}"
  }
}
Note

The detection frequency Interval is uniformly measured in milliseconds.

Note

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

Tip

The value of tags.name is the instance ID, which serves as a unique identifier, and fields.message is a JSON serialized string.

X. Appendix

Please refer to the official Alibaba Cloud documentation: