You might want to temporarily comment your livestatus out of your /usr/local/nagios/etc/nagios.cfg file:
Code: Select all
# MKLivestatus
# broker_module=/usr/local/lib/mk-livestatus/livestatus.o /usr/local/nagios/var/rw/live
But first...
You're getting a bunch of these warnings about your notification intervals being less than their check intervals:
Code: Select all
Checking objects...
Warning: Service 'Services - Microsoft Shadow Copy' on host 'stcadsync01p' has a notification interval less than its check interval! Notifications are only re-sent after checks are made, so the effective notification interval will be that of the check interval.
Warning: Service 'Services - Microsoft Shadow Copy' on host 'stcctx01d' has a notification interval less than its check interval! Notifications are only re-sent after checks are made, so the effective notification interval will be that of the check interval.
Warning: Service 'Services - Microsoft Shadow Copy' on host 'stcctx01e' has a notification interval less than its check interval! Notifications are only re-sent after checks are made, so the effective notification interval will be that of the check interval.
So, give that a try and let us know what happens.