API: tools: Include Pacemaker status in crm_mon output
crm_mon's cluster stack section now includes the pacemakerd status for
native CIB connections. The stack section does not include the
pacemakerd status for file and remote CIB connections.
Since the summary should only be shown when we have a CIB
connection, there should be three possible values in practice:
- Pacemaker is running
- Pacemaker is shutting down
- pacemaker-remoted is running (on a Pacemaker Remote node)
Signed-off-by: Reid Wahl <nrwahl@protonmail.com>