Page 2 of 2

Re: Cluster Service Check Fails

Posted: Mon Nov 04, 2019 2:19 pm
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

Re: Cluster Service Check Fails

Posted: Mon Nov 04, 2019 3:30 pm
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