Low: pengine: treat reconnect_interval more consistently with action intervals
In particular, the user may specify reconnect_interval the same as action
intervals, including bare seconds, with SI units, or as ISO8601 specifications.
This breaks public API backward compatibility by changing the
"int remote_reconnect_interval" member of pe_resource_t (in seconds) to
"guint remote_reconnect_ms" (in milliseconds).