Plugin not working

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
ziedmahjoub
Posts: 142
Joined: Fri Jan 16, 2015 5:22 am

Re: Plugin not working

Post by ziedmahjoub »

abrist wrote:Does your <server name> have a space or other "special" character in it?
no it doesn't , its "zied"
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Plugin not working

Post 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)" ?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
ziedmahjoub
Posts: 142
Joined: Fri Jan 16, 2015 5:22 am

Re: Plugin not working

Post 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 .
ziedmahjoub
Posts: 142
Joined: Fri Jan 16, 2015 5:22 am

Re: Plugin not working

Post 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
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Plugin not working

Post by scottwilkerson »

Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked