mirror of https://github.com/Icinga/icinga2.git
parent
55181fe8b2
commit
2932651b64
|
@ -236,7 +236,7 @@ INT printOutput(printInfoStruct& printInfo, response& response)
|
||||||
|
|
||||||
if (response.dropped == printInfo.num) {
|
if (response.dropped == printInfo.num) {
|
||||||
std::wcout << L"PING CRITICAL ALL CONNECTIONS DROPPED | " << perf.str() << '\n';
|
std::wcout << L"PING CRITICAL ALL CONNECTIONS DROPPED | " << perf.str() << '\n';
|
||||||
return 3;
|
return 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (state) {
|
switch (state) {
|
||||||
|
|
Loading…
Reference in New Issue