Files
Distributed-Prometheus/edge-agent/config/targets.csv
2026-02-25 05:17:57 -05:00

15 lines
1.1 KiB
CSV
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 统一监控目标配置文件
# 格式: type,ip,device,group,network,device_type,model,location,username,password,onvif_port,lat,lon
# type: onvif 或 ping
# 对于 onvif 类型,需要填写: ip,device_type,model,location,username,password,onvif_port,lat,lon
# - lat / lon 为摄像头地理位置坐标(十进制度数),用于在 Geomap 上打点
# 对于 ping 类型,需要填写: ip,device,group,networklat / lon 可选)
type,ip,device,group,network,device_type,model,location,username,password,onvif_port,lat,lon
ping,192.168.2.1,main_router,network,internal,,,,,,,,
ping,8.8.8.8,google_dns,external,external,,,,,,,,
# ONVIF 设备示例(取消注释并填写实际信息)
# onvif,192.168.1.100,,,front_door,camera,HIKVISION_DS-2CD2342WD-I,front_door,admin,password1,80,22.1234,113.5678
# onvif,192.168.1.101,,,back_yard,camera,DAHUA_IPC-HFW1230S,back_yard,admin,password2,80,22.2234,113.6678
# onvif,192.168.1.102,,,living_room,camera,UNIVIEW_IPC3120SR,living_room,admin,password3,8080,22.3234,113.7678
# onvif,192.168.1.50,,,server_rack,nvr,HIKVISION_DS-7608NI-I2,server_rack,admin,password4,80,22.4234,113.8678