mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 16:46:28 +00:00
node check: tweak --upstream --nagios output
No data follows the pipe, so omit it and add missing line break.
This commit is contained in:
@@ -1535,7 +1535,7 @@ do_node_check_upstream(PGconn *conn, OutputMode mode, t_node_info *node_info, Ch
|
|||||||
{
|
{
|
||||||
case OM_NAGIOS:
|
case OM_NAGIOS:
|
||||||
{
|
{
|
||||||
printf("REPMGR_UPSTREAM_SERVER %s: %s | ",
|
printf("REPMGR_UPSTREAM_SERVER %s: %s\n",
|
||||||
output_check_status(status),
|
output_check_status(status),
|
||||||
details.data);
|
details.data);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user