Change service name to mc-monitor
This commit is contained in:
parent
5e28d19280
commit
acb415759a
@ -1,8 +1,9 @@
|
|||||||
version: '3'
|
version: '3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
monitor:
|
mc-monitor:
|
||||||
image: itzg/mc-monitor
|
image: itzg/mc-monitor # https://github.com/itzg/mc-monitor
|
||||||
|
container_name: mc-monitor
|
||||||
command: export-for-prometheus
|
command: export-for-prometheus
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
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