+ PR_VALUE("Number of hosts that converged", "%u / %u",
+ convergence.get_count(), loads.get_count());
+ PR_VALUE("Date of first host convergence", "%g", convergence.get_min());
+ PR_VALUE("Date of last host convergence", "%g", convergence.get_max());