Re: WMI Wizard on nagios XI 5.5.4 Evaluation
Posted: Thu Sep 27, 2018 1:42 pm
Yes.
Perhaps you missed the part of the thread where I stated that if I input the user name and password directly into the boxes for User Name and Password in the wizard, I can connect and enumerate and select WMI information to be monitored. However, if I specify using a password file, then the wizard does not complete and returns all of the error messages that I have included.
Clearly, the code in you wizard is not properly formatting the information from the password file. Sticking the domain information AFTER the user name, rather than BEFORE the user name, in the direct check_wmi statement also does not work.
I want to use a password file to mask the authentication information; I don't want that information in each host.cfg file. You need to fix your wizard to stop injecting WORKGROUP into the authentication string, and to properly format the authentication string to allow for the use of a password file.
Perhaps you missed the part of the thread where I stated that if I input the user name and password directly into the boxes for User Name and Password in the wizard, I can connect and enumerate and select WMI information to be monitored. However, if I specify using a password file, then the wizard does not complete and returns all of the error messages that I have included.
Clearly, the code in you wizard is not properly formatting the information from the password file. Sticking the domain information AFTER the user name, rather than BEFORE the user name, in the direct check_wmi statement also does not work.
I want to use a password file to mask the authentication information; I don't want that information in each host.cfg file. You need to fix your wizard to stop injecting WORKGROUP into the authentication string, and to properly format the authentication string to allow for the use of a password file.