Page 1 of 1
unable to login to nagios web portal
Posted: Mon Sep 03, 2018 1:56 am
by prakasha
Nagios fusion server disk is full and unable to login to nagios web portal. it says account is disabled contact your administrator. please help how can in I resolve this.
Re: unable to login to nagios web portal
Posted: Tue Sep 04, 2018 11:52 am
by npolovenko
Hello,
@prakasha. You need to increase the disk space on the Nagios server by either cleaning up some log files or resizing the hard drive:
https://assets.nagios.com/downloads/nag ... M-Disk.pdf
Here's is a useful command to show top 10 largest files on the system:
find / -type f -print0 | xargs -0 du | sort -n | tail -10 | cut -f2 | xargs -I{} du -sh {}
After you clean up some space I recommend updating the Fusion to the latest version and then lowering the "data retention period" under system settings:
https://assets.nagios.com/downloads/nag ... Tuning.pdf