Technology recipes
ORACLE PUBLIC CLOUD
Ordered Sequence of Commands for Starting/Stoping an Stack in OCI
Unless you are in containers/microservices (or other) architectures, typically you have several stacks consisting in (maybe three) layers, like front, mw and db. The idea here is how can I schedule an ordered and dependent sequence of commands for starting or stopping the stacks. Start Sequence Start sequence is typically bottom-up # # start db […]
MoreSending Notifications of Failed Health Checks in Oracle Cloud Infrastructure
Notifications service is a broadcast message delivery based in publish-subscribe mechanism. Health Checks service provides users with high frequency external monitoring to determine the availability and performance of any publicly facing service, including hosted websites, API endpoints, or externally facing load balancers. One: Create a Health Check Click the HealthChecks menu option located in the Monitoring […]
More