Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_KAV.bat
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
Usage: check_KAV.bat
Ex : check_KAV.bat mycomputer 1 7 14
1 - Last Info Update
2 - Virus Count
3 - Last Update
4 - Last Full Scan
5 - Last Visible
6 - Licence Expiration Time
HOW TO :
On the kasperky host :
install NSCLIENT++
NSC.ini :
command[check_kav]=c:Progra~1\NSClient++\plugins\check_KAV01.bat $ARG1$ $ARG2$ $ARG3$ $ARG4$
WARNING : the plugin can report some unexpected UNKNOWS status (if more than 2 checks are made in the same time), please use my other plugin check_KAV.pl to fix it or be free to modify my plugin :)
Ex : check_KAV.bat mycomputer 1 7 14
1 - Last Info Update
2 - Virus Count
3 - Last Update
4 - Last Full Scan
5 - Last Visible
6 - Licence Expiration Time
HOW TO :
On the kasperky host :
install NSCLIENT++
NSC.ini :
command[check_kav]=c:Progra~1\NSClient++\plugins\check_KAV01.bat $ARG1$ $ARG2$ $ARG3$ $ARG4$
WARNING : the plugin can report some unexpected UNKNOWS status (if more than 2 checks are made in the same time), please use my other plugin check_KAV.pl to fix it or be free to modify my plugin :)
Reviews (2)
byNapsty, November 28, 2011
In my case/environment the batch plugin didn't work due to a database instance and probably compatibility bugs in the batch file.
I've written a tutorial how the batch file can be adjusted so it works with DB instances:
http://www.claudiokuenzler.com/blog/212/Nagios-check-Kaspersky-Server-License-Windows-Server-SQL
(Tested on Windows 2003, SQL Express 2005)
I've written a tutorial how the batch file can be adjusted so it works with DB instances:
http://www.claudiokuenzler.com/blog/212/Nagios-check-Kaspersky-Server-License-Windows-Server-SQL
(Tested on Windows 2003, SQL Express 2005)
Your plugin looks very usefull
But it doesnt work with me
I try to launch the .bat on Windows with the args and a pause at the end.
but it doesnt show anything, it crach before the end.
Furthemore
I am using nrpe to lanch check_kav
But how can i pass arguments?
ex:
$ ./check_nrpe -H 10.1.1.1 -c check_kav hname 1 7 14
->doesnt work cause it try to put the argument to nrpe!
How can i do ?
Thanks a lot !
But it doesnt work with me
I try to launch the .bat on Windows with the args and a pause at the end.
but it doesnt show anything, it crach before the end.
Furthemore
I am using nrpe to lanch check_kav
But how can i pass arguments?
ex:
$ ./check_nrpe -H 10.1.1.1 -c check_kav hname 1 7 14
->doesnt work cause it try to put the argument to nrpe!
How can i do ?
Thanks a lot !