Tag: docker

36 Posts

Build a real-time health monitoring and alarm system based on uptime and bark.
Preface As our internal applications become more and more complex, a problem that must be solved is how to control the running health of all applications in real time and receive alarms as soon as problems occur in the applications. To solve this problem, we need to build our own real-time health monitoring system for applications.
Shared across multiple sites using a single-container nginx and a single-container php (one version)
Preface Why do I write this article? As you know, many application deployments require LNMP environment. The construction of this environment is not difficult to say, but it is not easy to say. Moreover, there are various Linux panels that can provide one-click one-stop installation. At the beginning, I was used to using Baota...
Set up a message push server based on Bark server
Preface When I was using Uptime-Kuma, I encountered a very tangled problem: that is, when monitoring the health changes of my site, how can I most effectively notify in real time? Uptime-Kuma supports many notification methods, but normal people can only use these few...