I am Using Ubuntu Server and would like to know if it's possible to automatically restart services that go unresponsive. I am operating a standard LAMP stack and occasionally vital services need to be restarted but I want to do it in a programmatic way.
Asked
Active
Viewed 5,398 times
-1
-
1By "Restart a lamp stack" do you mean to programmatically restart the various services that make up the full LAMP stack? Like restarting Apache and MySQL? Or do you want to automatically restart Linux when it kernel panics? That brings up another point, what do you mean that it's "crashed" - are we talking full kernel panic? – Wesley Mar 29 '13 at 16:23
-
Yes restart each service programmatically – chrisjlee Mar 29 '13 at 18:26
-
I heavily modified your question in an attempt to keep it on-topic and avoid being closed as a shopping question. – Wesley Mar 29 '13 at 18:42
3 Answers
1
To handle services that go into a crashed state, look at Munin and/or the Linux watchdog daemon.
Wesley
- 32,320
- 9
- 80
- 116
-
What does restarting user-mode services have to do with the kernel watchdog? – einpoklum Sep 11 '13 at 06:25