From: Jean Flach Date: Fri, 9 Jan 2015 12:20:22 +0000 (+0100) Subject: Update check_service help X-Git-Tag: v2.3.0~406 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=844defd362bead8eecf81c453a02d88a7685dbfe;p=icinga2 Update check_service help fixes #8143 --- diff --git a/plugins/check_service.cpp b/plugins/check_service.cpp index e5eed192f..351adc8f4 100644 --- a/plugins/check_service.cpp +++ b/plugins/check_service.cpp @@ -110,7 +110,9 @@ int parseArguments(int ac, wchar_t **av, po::variables_map& vm, printInfoStruct& L" 3\tUNKNOWN, \n\tThe program experienced an internal or input error\n\n" L"%s' thresholds work differently, since a service is either running or not\n" L"all \"-w\" and \"-c\" do is say whether a not running service is a warning\n" - L"or critical state respectively.\n" + L"or critical state respectively.\n\n" + L"Known issue: Since icinga2 runs as NETWORK SERVICE it can't access the access control lists\n" + L"it will not be able to find a service like NTDS. To fix this add ACL read permissions to icinga2.\n" , progName, progName); cout << endl; return 0;