Page 1 of 1
service Avast no monitoring
Posted: Thu Jan 16, 2014 1:02 pm
by marioalves2014
AvastSvc.exe service is not being monitored.
define service {
use generic-service
house host_name
Avast service_description
check_nrpe check_command! ServiceState! SHOWALL-d-l AvastSvc.exe
}
Re: service Avast no monitoring
Posted: Thu Jan 16, 2014 1:04 pm
by tmcdonald
You have things backwards. It should be:
Code: Select all
define service {
use generic-service
host_name house
service_description Avast
check_nrpe check_command! ServiceState! SHOWALL -d -l AvastSvc.exe
}
I'm not even sure how Nagios let that through.
Re: service Avast no monitoring
Posted: Thu Jan 16, 2014 1:10 pm
by marioalves2014
hi, my friend am new to Nagios, I'll test some services, which has the same syntax and are not running well.
I'm grateful, until soon.
Re: service Avast no monitoring
Posted: Thu Jan 16, 2014 1:23 pm
by tmcdonald
I look forward to your results