mirror of https://github.com/Icinga/icinga2.git
Update Window plugins' usage strings
This commit is contained in:
parent
52102d815d
commit
62b2bae6b6
|
@ -138,7 +138,7 @@ int parseArguments(int ac, wchar_t **av, po::variables_map& vm, printInfoStruct&
|
||||||
L"\nIt will take at least timeout times number of pings to run\n"
|
L"\nIt will take at least timeout times number of pings to run\n"
|
||||||
L"Then it will output a string looking something like this:\n\n"
|
L"Then it will output a string looking something like this:\n\n"
|
||||||
L"\tPING WARNING RTA: 72ms Packet loss: 20% | ping=72ms;40;80;71;77 pl=20%;20;50;0;100\n\n"
|
L"\tPING WARNING RTA: 72ms Packet loss: 20% | ping=72ms;40;80;71;77 pl=20%;20;50;0;100\n\n"
|
||||||
L"\"PING4\" being the type of the check, \"WARNING\" the returned status\n"
|
L"\"PING\" being the type of the check, \"WARNING\" the returned status\n"
|
||||||
L"and \"RTA: 72ms Packet loss: 20%\" the relevant information.\n"
|
L"and \"RTA: 72ms Packet loss: 20%\" the relevant information.\n"
|
||||||
L"The performance data is found behind the \"|\", in order:\n"
|
L"The performance data is found behind the \"|\", in order:\n"
|
||||||
L"returned value, warning threshold, critical threshold, minimal value and,\n"
|
L"returned value, warning threshold, critical threshold, minimal value and,\n"
|
||||||
|
|
Loading…
Reference in New Issue