Questions tagged [heartbeat]

Heartbeat (as of version 3.x) is a cluster messaging layer, often combined with pacemaker as the cluster resource manager.

A detailed explanation, including historical notes, can be found at: http://www.linux-ha.org/wiki/Heartbeat

262 questions
0
votes
0 answers

can't not get heart rate from jawbone up3 api

I am trying to get heart rate data with XML parse in PHP. My personal information, "Moves" and "Sleeps" can be GET without any problem. However, I can't get heart rate data that there is a 401 warning there: Moves are available as $url =…
0
votes
1 answer

work-around to start the linux service after StartLimitBurst exceeded

The heartbeat service is not started after couple of restarted since it has reached the maximum limit defined it seems. From /var/log/messages and system heartbeat status, I found the below output. How to start the service if it has reached the…
intechops6
  • 1,007
  • 4
  • 22
  • 43
0
votes
0 answers

Timing loop to simulate a process flow in Excel?

How can I implement a timing loop or a "heartbeat" to interrupt processing in Excel or in an Excel macro? Context that will probably be asked for, such as "What are you trying to accomplish?", or "Why do you want to do that?") is provided below. I…
Daver
  • 1
  • 3
0
votes
1 answer

Heatbeat 2.13 for solaris 10

I am setting up a High availability cluster server using heartbeat in solaris 10. I have compiled and add the package successfully after couple of hours tried. However i do not find any documentation online for solaris 10 configuration in two nodes.…
0
votes
1 answer

workout information send to phone live

I have created a heart rate monitor on the apple watch and that sends alerts to notifies you if your heart rate gets to low. After creating the app, I realized it does not run in the background. Is there a way to either force the app to run in the…
0
votes
1 answer

Can I connect a heartbeat sensor to XBee?

Can I connect the heartbeat rate sensor XD-58C to the analog pin of an XBee and send this value to a base station (PC) that have XBee connected to it?
0
votes
1 answer

Most efficient way to list server status results

I'm trying to determine the best way to show server status results. We have roughly two dozen websites and services to maintain, and the old system they had here was crude (HTML, manual color change to reflect status), and I'm trying to re-vamp it a…
0
votes
1 answer

How to query snmp trap through system floating IP?

I have written a snmp-agent, and it can run in system (rhel5). By querying oid from snmp client, it will get snmp trap. But my problem is: if there are two servers(one is stand-by system, one is active system),If I query snmp trap by floating IP,…
zhaojing
  • 585
  • 3
  • 11
  • 33
0
votes
0 answers

High availability-Odoo-server -Openstack

I installed Openstack on my server . Then I installed odoo9 in a virtual machine ubuntu14.04 under Openstack. Now I want to ensure high availability of my Odoo-server. So I decided to install "heartbeat" !! But I have problems with IPflottantes…
sonia
  • 11
  • 1
  • 3
0
votes
1 answer

Stream heart rate in background indefinitely?

I have a heart rate device connected to my app and concerned about losing heart rates in different scenarios. When the app is in the foreground, I'm streaming heart rates and storing them in a 3rd party database. That's the easy part. Things get…
TruMan1
  • 33,665
  • 59
  • 184
  • 335
0
votes
2 answers

Multithreaded repeater in Python

I have small repeater Below that keeps ending, How can fix so more stable from crashes, and not stop running.... I would I add a heartbeat to the gui to see that its still running. In Wxpthon, my menu bar goes blank or white. def TimerSetup(): …
Merlin
  • 24,552
  • 41
  • 131
  • 206
0
votes
1 answer

vsphere HA - VM Monitoring doesn't work

I am looking for the VM Monitoring functionality in vsphere 6.0, I have followed some instruction found, but after all required steps to enable this functionality I don't know why I don't see the expected behavior: "On" vSphere HA Installed VMWare…
Prisco
  • 653
  • 1
  • 15
  • 30
0
votes
0 answers

Why is heartbeat failing over from master to slave?

OS: CentOS 6.6 x64 Heartbeat Package: heartbeat-3.0.4-2.el6.x86_64 Steps: 1. Power on master and slave. 2. master: service heartbeat start 3. wait till master has all resources and cluster ip address. 4. master: service network restart 5.…
Foung
  • 1
  • 1
0
votes
0 answers

My server gets stuck by Thread.sleep?

I have this code executed as a thread for each client to detect the disconnection of an user in my server: private void detectDisconnect (Client user) { try { boolean listening = true; while (listening) { …
Andrés Fg
  • 138
  • 1
  • 7
0
votes
1 answer

FATAL EXCEPTION Android wear heart rate App

I am trying to make a heart rate monitor app on Android wear, and when I try to run app on my device (LG G watch R) I have "Unfortunately, app has stopped" and on Android studio I see this error: package com.example.ryuu.appka; import…