mirror of https://github.com/Icinga/icinga2.git
Update Window plugins' usage strings
This commit is contained in:
parent
52102d815d
commit
62b2bae6b6
|
@ -142,7 +142,7 @@ int parseArguments(int ac, wchar_t **av, po::variables_map& vm, printInfoStruct&
|
|||
cout << desc;
|
||||
wprintf(
|
||||
L"\nIt will then output a string looking something like this:\n\n"
|
||||
L"\tDISK WARNING 29GB|disk=29GB;50%%;5;0;120\n\n"
|
||||
L"\tDISK WARNING 29GB | disk=29GB;50%%;5;0;120\n\n"
|
||||
L"\"DISK\" being the type of the check, \"WARNING\" the returned status\n"
|
||||
L"and \"23.8304%%\" is the returned value.\n"
|
||||
L"The performance data is found behind the \"|\", in order:\n"
|
||||
|
|
|
@ -101,7 +101,7 @@ int parseArguments(int ac, wchar_t **av, po::variables_map& vm, printInfoStruct&
|
|||
cout << desc;
|
||||
wprintf(
|
||||
L"\nIt will then output a string looking something like this:\n\n"
|
||||
L"\tLOAD WARNING 67%%|load=67%%;50%%;90%%;0;100\n\n"
|
||||
L"\tLOAD WARNING 67%% | load=67%%;50%%;90%%;0;100\n\n"
|
||||
L"\"LOAD\" being the type of the check, \"WARNING\" the returned status\n"
|
||||
L"and \"67%%\" is the returned value.\n"
|
||||
L"The performance data is found behind the \"|\", in order:\n"
|
||||
|
|
|
@ -109,7 +109,7 @@ int parseArguments(int ac, wchar_t **av, po::variables_map& vm, printInfoStruct&
|
|||
cout << desc;
|
||||
wprintf(
|
||||
L"\nIt will then output a string looking something like this:\n\n"
|
||||
L"\tNETWORK WARNING 1131B/s|network=1131B/s;1000;7000;0\n\n"
|
||||
L"\tNETWORK WARNING 1131B/s | network=1131B/s;1000;7000;0\n\n"
|
||||
L"\"DISK\" being the type of the check, \"WARNING\" the returned status\n"
|
||||
L"and \"1131B/s\" is the returned value.\n"
|
||||
L"The performance data is found behind the \"|\", in order:\n"
|
||||
|
|
|
@ -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"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"\"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"The performance data is found behind the \"|\", in order:\n"
|
||||
L"returned value, warning threshold, critical threshold, minimal value and,\n"
|
||||
|
|
|
@ -101,7 +101,7 @@ int parseArguments(int ac, wchar_t **av, po::variables_map& vm, printInfoStruct&
|
|||
cout << desc;
|
||||
wprintf(
|
||||
L"\nIt will then output a string looking something like this:\n\n"
|
||||
L"\tSERVICE CRITICAL NOT_RUNNING|service=4;!4;!4;1;7\n\n"
|
||||
L"\tSERVICE CRITICAL NOT_RUNNING | service=4;!4;!4;1;7\n\n"
|
||||
L"\"SERVICE\" being the type of the check, \"CRITICAL\" the returned status\n"
|
||||
L"and \"1\" is the returned value.\n"
|
||||
L"A service is either running (Code 0x04) or not running (any other).\n"
|
||||
|
|
|
@ -102,7 +102,7 @@ int parseArguments(int ac, wchar_t **av, po::variables_map& vm, printInfoStruct&
|
|||
cout << desc;
|
||||
wprintf(
|
||||
L"\nIt will then output a string looking something like this:\n\n"
|
||||
L"\tUPTIME WARNING 712h|uptime=712h;700;1800;0\n\n"
|
||||
L"\tUPTIME WARNING 712h | uptime=712h;700;1800;0\n\n"
|
||||
L"\"UPTIME\" being the type of the check, \"WARNING\" the returned status\n"
|
||||
L"and \"712h\" is the returned value.\n"
|
||||
L"The performance data is found behind the \"|\", in order:\n"
|
||||
|
|
Loading…
Reference in New Issue