Change service name to mc-monitor
This commit is contained in:
parent
04a97c89dd
commit
a60a1617aa
@ -1,8 +1,9 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
monitor:
|
||||
image: itzg/mc-monitor
|
||||
mc-monitor:
|
||||
image: itzg/mc-monitor # https://github.com/itzg/mc-monitor
|
||||
container_name: mc-monitor
|
||||
command: export-for-prometheus
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
|
@ -1,9 +0,0 @@
|
||||
[agent]
|
||||
interval = "10s"
|
||||
|
||||
[[outputs.influxdb]]
|
||||
urls = ["http://192.168.1.23:8086"]
|
||||
database = "mc-monitor"
|
||||
|
||||
[[inputs.socket_listener]]
|
||||
service_address = "tcp://:8094"
|
Loading…
Reference in New Issue
Block a user