Cluster Service Check Fails

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.
kwhogster
Posts: 644
Joined: Wed Oct 14, 2015 6:51 pm
Location: Wood Ridge NJ USA
Contact:

Re: Cluster Service Check Fails

Post by kwhogster »

Hi

I was missing this check on both nodes.

Code: Select all

define service{
        use                     generic-service
        host_name               hostname
        service_description     MSSQLSHAREPOINT
        servicegroups           Services
        check_command           check_nrpe!check_winservice! -a '--service MSSQL$$SHAREPOINT'
        check_period            backup_period
        notification_period     backup_period
        }
]
Now the check is working again.

Thank you for all the help

This issue can be locked
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Cluster Service Check Fails

Post by scottwilkerson »

kwhogster wrote:Hi

I was missing this check on both nodes.

Code: Select all

define service{
        use                     generic-service
        host_name               hostname
        service_description     MSSQLSHAREPOINT
        servicegroups           Services
        check_command           check_nrpe!check_winservice! -a '--service MSSQL$$SHAREPOINT'
        check_period            backup_period
        notification_period     backup_period
        }
]
Now the check is working again.

Thank you for all the help

This issue can be locked
Great

Locking
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Locked