When you see the following error in the nagios, do the step below. DISK CRITICAL - /home/virtfs/bunny/lib is not accessible: Permission denied Fix Login to the vps main node and issue the following command. for i in `cat /proc/mounts | grep virtfs | awk {'print $2'}`; do echo "Umounting $i"; umount $i; done Also use … Continue reading Nagios virtfs warning
Category: nagios
Blank page when loading the “delete backup files” in nagiossql
I was getting blank page when clicking "Delete backup files" in nagiossql. Fix This can be fixed by increasing the following values in php.ini and restarting the apache service. max_execution_time memory_limit Revert back the values once you delete the backup files.
nagios nrpe error – checking for SSL headers… configure: error: Cannot find ssl headers
While installing nagios nrpe plugin there was following error checking for SSL headers… configure: error: Cannot find ssl headers Fix yum install openssl-devel