mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 21:55:03 +02:00
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…
x
Reference in New Issue
Block a user