My approach would be to not sync health values, but have the host and peers all keep track of the value in question.
Then, when the host detects a reduction of health, the host sets it on the object representing the peer and broadcasts a message with the health value and the peerID. All peers receive this message and update the peer objects health value accordingly.