Change service name to mc-monitor

This commit is contained in:
Joey Hafner 2022-03-18 11:43:47 -07:00
parent 04a97c89dd
commit a60a1617aa
2 changed files with 3 additions and 11 deletions

View File

@ -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:

View File

@ -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"