I have a private linux vps and want to monitor it by sending email when memory or process usage is high. Is there any free service to send email ? (solution like Sendinblue are requiring profesionnel account) Other method to monitor vps are welcome too. Answer I’ve used HetrixTools and was satisfied with it. They have instructions for you to
Tag: monitor
How to restart a service using sytemd when it crashed based on only certain signals
Basically, I just want to achieve the same functionality as that of init.d’s monitor using systemd I have a service which runs as a daemon. If that service crashes due to some reason, I want to restart it using systemd. When I went through other questions and answers related to this, I found that we can add the following in
Tail a log file on linux and trigger a script if words are matched
I’m looking for a way to watch multiple logfiles on linux and look for words or phrases inside and if found, trigger a script or action, this will need to be constant. I know this can be done with some grep, tail hack but I want to know if there is something premade for this with config options, for instance,
supervisor for an executable in linux [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 3 years ago. Improve this question I am currently developing an executable which runs on linux. I want to have a supervisor which monitor this executable