]> granicus.if.org Git - icinga2/commitdiff
Update Window plugins' usage strings
authorJean Flach <jean-marcel.flach@netways.de>
Fri, 6 Mar 2015 11:14:09 +0000 (12:14 +0100)
committerJean Flach <jean-marcel.flach@netways.de>
Fri, 6 Mar 2015 11:14:09 +0000 (12:14 +0100)
plugins/check_disk.cpp
plugins/check_load.cpp
plugins/check_network.cpp
plugins/check_ping.cpp
plugins/check_service.cpp
plugins/check_uptime.cpp

index 988adb7605035a127613e10d87cf41b171e05c78..bb1d8148279bca2cec143885d58ada9df48b4fde 100644 (file)
@@ -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"
index 33e446a0a5491fe65c8985c46d247d80a9549439..b0fa3ff541739087e5409d4f52426404c6abb600 100644 (file)
@@ -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"
index 075f205b7fe2d3483a34157dcae53a39a2f1c8bd..dbed25d0ae25bc9a4e5bb5ad2bc51173a19e4322 100644 (file)
@@ -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"
index 8c878fc9cdf9c2be275851dcc0b716a6c8a9d54d..99b7c87142690b732188928b6b86c8fb482fa80f 100644 (file)
@@ -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"
index a58d4e79de3fbf49676f16908cfbe38eff2f2f7c..5ff4af1df42bd3c0dd217f510c77b7a70f03e756 100644 (file)
@@ -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"
index 37606a54c19c52b3fe34b8043b10cce1c1b04a27..0dc0fde1310958cad612452e4b059d229e5f16ac 100644 (file)
@@ -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"