Hi Benjamin,
I reset all job when I removed the last old node form the cluster and I was on the 2 new servers.
I'm pretty sure the nodes had the correct permissions to the snapshot storage folder, but I ran the commands in the attached doc you sent with your last post anyway. I am not seeing any errors in the cron log, just the following which drops into the log file every min.
Code: Select all
Mar 25 15:41:01 naglp02 CROND[14791]: (nagios) CMD (/usr/bin/php -q /var/www/html/nagioslogserver/www/index.php poller > /usr/local/nagioslogserver/var/poller.log 2>&1)
Mar 25 15:41:01 naglp02 CROND[14793]: (apache) CMD (/usr/bin/php -q /var/www/html/nagioslogserver/www/index.php jobs/apache > /usr/local/nagioslogserver/var/jobs_apache.log 2>&1)
Mar 25 15:41:01 naglp02 CROND[14792]: (nagios) CMD (/usr/bin/php -q /var/www/html/nagioslogserver/www/index.php jobs > /usr/local/nagioslogserver/var/jobs.log 2>&1)
Mar 25 15:42:01 naglp02 CROND[15012]: (nagios) CMD (/usr/bin/php -q /var/www/html/nagioslogserver/www/index.php jobs > /usr/local/nagioslogserver/var/jobs.log 2>&1)
Mar 25 15:42:01 naglp02 CROND[15013]: (apache) CMD (/usr/bin/php -q /var/www/html/nagioslogserver/www/index.php jobs/apache > /usr/local/nagioslogserver/var/jobs_apache.log 2>&1)
Mar 25 15:42:01 naglp02 CROND[15014]: (nagios) CMD (/usr/bin/php -q /var/www/html/nagioslogserver/www/index.php poller > /usr/local/nagioslogserver/var/poller.log 2>&1)
Also when I run
Code: Select all
tail -f /usr/local/nagioslogserver/var/jobs.log
I get the following
Code: Select all
Running command do_maintenance with args ' ' for job id: snapshots_maintenance
tail: /usr/local/nagioslogserver/var/jobs.log: file truncated
Running command do_maintenance with args ' ' for job id: snapshots_maintenance
tail: /usr/local/nagioslogserver/var/jobs.log: file truncated
Running command do_maintenance with args ' ' for job id: snapshots_maintenance
So I am not seeing any errors.
However the job has been running now for almost 5 hours. so I am going to leave it overnight and report back tomorrow.