Page 3 of 3

Re: How to complete installing a plugin from Nagios Exchange

Posted: Tue Aug 08, 2017 3:12 am
by rafael
In my Nagios does not have that function. Maybe, I must pay attention more on document.
Image

Re: How to complete installing a plugin from Nagios Exchange

Posted: Tue Aug 08, 2017 9:40 am
by cdienger
Sorry about that! For core you'll need to find the config under /usr/local/nagios/etc/windows.cfg. Edit the config file to include a service definition using the check_nrpe command. https://assets.nagios.com/downloads/nag ... ml#service has details on setting up a service definition. It will look something like:

Code: Select all

define service{
     host_name winserver
     service_description check-exchange
     check_command check_nrpe!LyncFrontendServicesCheck
     max_check_attempts 5
     check_interval	5
     retry_interval 1
     check_period 24x7
     notification_interval 30
     notification_period 24x7
     contacts nagiosadmin
     contact_groups admins
}

Re: How to complete installing a plugin from Nagios Exchange

Posted: Wed Aug 09, 2017 4:01 am
by rafael
Hi cdienge,
It's OK now. I could see the service check. Thanks for your help.
Please take out closed the topic.!