Page 2 of 2

Re: Plugin not working

Posted: Wed Feb 11, 2015 3:06 pm
by ziedmahjoub
abrist wrote:Does your <server name> have a space or other "special" character in it?
no it doesn't , its "zied"

Re: Plugin not working

Posted: Wed Feb 11, 2015 9:24 pm
by Box293
ziedmahjoub wrote:

Code: Select all

command[check_kav_adminkit]=C:\Perl\bin\perl.exe "C:\Progra~1\NSClient++\plugins\check_kav_adminkit.pl" %1 %2 %3 %4

I'm pretty sure you need double \\

Code: Select all

command[check_kav_adminkit]=C:\\Perl\\bin\\perl.exe "C:\\Progra~1\\NSClient++\\plugins\\check_kav_adminkit.pl" %1 %2 %3 %4
Also, make sure that Progra~1 is the correct folder. Is that the short name for "Program Files" or "Program Files (x86)" ?

Re: Plugin not working

Posted: Thu Feb 12, 2015 2:58 am
by ziedmahjoub
Box293 wrote: I'm pretty sure you need double \\

Code: Select all

command[check_kav_adminkit]=C:\\Perl\\bin\\perl.exe "C:\\Progra~1\\NSClient++\\plugins\\check_kav_adminkit.pl" %1 %2 %3 %4
Also, make sure that Progra~1 is the correct folder. Is that the short name for "Program Files" or "Program Files (x86)" ?
i will try the \\ , and "Progra~1" is the short name for "Program Files" . Anyway i put Program Files in the [NRPE handlers] module not Progra~1 .

Re: Plugin not working

Posted: Thu Feb 12, 2015 8:13 am
by ziedmahjoub
Hi ,

I noiced that i was using a kaspersky endpoint and to put that plugin in use we need the Kaspersky Security Center which is installed on servers .
i installed it in a normal windows desktop version , the installation was long and not good cause its developed to work on windows servers.

My problem was something in SQL Server configuration of the kaspersky Security center , you must allow remote connections and activate SQL agent i think .
(You can't test this plugin with kaspersky endpoint security)

If someone know a plugin which can monitor an endpoints kaspersky tell me please
you can close this thread , thanks

Re: Plugin not working

Posted: Thu Feb 12, 2015 8:53 am
by scottwilkerson