Added online status for connectors.
This commit is contained in:
parent
c978cf3ae6
commit
1c3b01a243
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ void CheckProtocols(JSON::Value & p){
|
||||||
}
|
}
|
||||||
counter = counter.asInt() + 1;
|
counter = counter.asInt() + 1;
|
||||||
new_connectors[std::string("Conn")+counter.asString()] = tmp;
|
new_connectors[std::string("Conn")+counter.asString()] = tmp;
|
||||||
|
(*ait)["online"] = Util::Procs::isActive(std::string("Conn")+counter.asString());
|
||||||
}
|
}
|
||||||
|
|
||||||
//shut down deleted/changed connectors
|
//shut down deleted/changed connectors
|
||||||
|
|
Loading…
Add table
Reference in a new issue