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
}
service Avast no monitoring
Re: service Avast no monitoring
You have things backwards. It should be:
I'm not even sure how Nagios let that through.
Code: Select all
define service {
use generic-service
host_name house
service_description Avast
check_nrpe check_command! ServiceState! SHOWALL -d -l AvastSvc.exe
}Former Nagios employee
-
marioalves2014
- Posts: 2
- Joined: Thu Jan 16, 2014 12:43 pm
Re: service Avast no monitoring
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.
I'm grateful, until soon.