Comment 10 for bug 1372284

Revision history for this message
Pablo Estigarribia (pablodav) wrote :

Hello,

I have been working hard looking for a workaround and for the root cause of it.
I had 4 servers installed and only one failing with this bug, so I tried to find the root cause of the issue.

I had reinstalled a server and migrated all history, config, etc to see if it had something related.

After many tests on both the new and the old one I found a workaround:

First as root:

    service nagios3 stop
    cd /var/lib/nagios3
    rm spool/checkresults/*

I have also deleted retention file but I think it is not a cause of the problem because I tried only with this file before and nothing was fixed.

    rm retention.dat

Then started the service

    service nagios3 start

I have used hourly rotation option on nagios.cfg file, so I tested it many times and is working smooth now.