bareos exporter:从Bareos数据库导出指标 源码
#用法: ##建造: docker build -t bareos-exporter . ##然后:### docker运行: docker run -d -p 9118:9118 -v /opt/bareos-exporter/config.json:/app/config.json -e CONFIG_PATH=/app/config.json --name bareos-exporter bareos-exporter ###或docker-compose: docker-compose up -d ## Config示例: { "connection": { "db_type": "postgres", "db_name": "bareos", "db_host": "192.168.100.104", "db_
文件列表
bareos-exporter-main.zip
(预估有个9文件)
bareos-exporter-main
conn
connector.py
2KB
__init__.py
0B
templates
config.json
956B
Dockerfile
184B
requirements.txt
44B
exporter.py
4KB
docker-compose.yml
267B
暂无评论