Tagged Questions
1
vote
0answers
73 views
Updating heartbeat mysql resource in ubuntu
I have a HA setup on two Ubuntu 10.04 machines with Heartbeat/Pacemaker running fine except for the mysql resource is not the most up to date version. The one I have does not include the ...
1
vote
1answer
351 views
Running a Python service on ubuntu using upstart
I want to create to deploy a heartbeat service (a python script) as a service using Upstart.
My understanding is that I've to add a /etc/init/myheartbeatservice.conf with the following contents.
# ...
1
vote
2answers
470 views
Linux programs that offer heartbeat monitoring for process management?
We have a Java process on Linux (Ubuntu) that runs as a HTTP server. We've created an endpoint on this process to respond to ping messages on http://myserver/ping... a successful response returns "Ok" ...
