How to complete installing a plugin from Nagios Exchange

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.
rafael
Posts: 21
Joined: Thu Jul 13, 2017 11:06 pm

Re: How to complete installing a plugin from Nagios Exchange

Post by rafael »

In my Nagios does not have that function. Maybe, I must pay attention more on document.
Image
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: How to complete installing a plugin from Nagios Exchange

Post 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
}
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
rafael
Posts: 21
Joined: Thu Jul 13, 2017 11:06 pm

Re: How to complete installing a plugin from Nagios Exchange

Post by rafael »

Hi cdienge,
It's OK now. I could see the service check. Thanks for your help.
Please take out closed the topic.!
Locked