Page MenuHomeDevCentral

tide.conf

Authored By
dereckson
Mar 28 2023, 23:39
Size
967 B
Referenced Files
None
Subscribers
None

tide.conf

# -------------------------------------------------------------
# Docker Tide :: Docker events reactor
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: BSD-2-Clause
# -------------------------------------------------------------
events_reactor:
Update Sentry Relay configuration:
event:
type: container
action: start
actor:
#name: sentry_web
name: sentry_relay
run: ["docker-paas-propagate-sentry-relay", "%%ip%%"]
Fire notification on container lifecycle event:
event:
type: container
run: [
"notification-push", "--project", "Nasqueron", "--service", "Docker",
"--type", "container.%%action%%", "--group", "ops",
"--text", "Docker container %%actor.name%%: %%action%%", "--link", "%%host%%"
]
Propagate all events to Salt:
run: ["sudo", "salt-call", "event.send", "tide/docker", "%%payload%%"]

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1373039
Default Alt Text
tide.conf (967 B)

Event Timeline