1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +03:00

add check of service status before sending to procmon

This commit is contained in:
david hill
2016-06-29 10:30:08 -05:00
parent e2cf01ec61
commit 8050f3eeec

View File

@@ -4836,7 +4836,7 @@ namespace oam
string cmdLine = "ping ";
string cmdOption = " -w 1 >> /dev/null";
string cmd = cmdLine + IPAddr + cmdOption;
cmd = cmdLine + IPAddr + cmdOption;
if ( system(cmd.c_str()) != 0 ) {
//ping failure
try{