monagent_pipeline.yaml 1.4 KB
Newer Older
W
wangzelin.wzl 已提交
1 2
configVersion: "2021-08-20T07:52:28.5443+08:00"
configs:
C
chris-sun-star 已提交
3 4 5 6 7 8 9 10 11 12 13 14 15
    - key: monagent.mysql.monitor.user
      value: mysql_monitor_user
      valueType: string
    - key: monagent.mysql.monitor.password
      value: mysql_monitor_password
      valueType: string
      encrypted: true
    - key: monagent.mysql.sql.port
      value: 3306
      valueType: int64
    - key: monagent.mysql.host
      value: 127.0.0.1
      valueType: string
W
wangzelin.wzl 已提交
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
    - key: monagent.ob.monitor.user
      value: {monitor_user}
      valueType: string
    - key: monagent.ob.monitor.password
      value: {monitor_password}
      valueType: string
      encrypted: true
    - key: monagent.ob.sql.port
      value: {sql_port}
      valueType: int64
    - key: monagent.ob.rpc.port
      value: {rpc_port}
      valueType: int64
    - key: monagent.host.ip
      value: {host_ip}
      valueType: string
    - key: monagent.ob.cluster.name
      value: {cluster_name}
      valueType: string
    - key: monagent.ob.cluster.id
      value: {cluster_id}
      valueType: int64
    - key: monagent.ob.zone.name
      value: {zone_name}
      valueType: string
    - key: monagent.pipeline.ob.status
      value: {ob_monitor_status}
      valueType: string
    - key: monagent.pipeline.node.status
      value: {host_monitor_status}
      valueType: string
C
chris-sun-star 已提交
47 48 49
    - key: monagent.pipeline.mysql.status
      value: inactive
      valueType: string