Lets stop the Nagios and postgres daemons by logging to the server as root and running the following
Code: Select all
service nagios stop
killall -9 nagios
service postgresql stopCode: Select all
service postgresql start
echo "vacuum;vacuum analyze;vacuum full;"|psql nagiosxi postgres
service postgresql restartCode: Select all
service nagios start