Search found 6 matches
- Thu Jul 21, 2016 2:31 am
- Forum: Nagios XI
- Topic: The Availability Reports generation never ends
- Replies: 10
- Views: 1829
Re: The Availability Reports generation never ends
Hi again, I'm sorry but, it seem's that there is not database corruption, I did some repairs and the problem continues. In fact, the availability reports generation process (avail.cgi) don't use the database, it finds all the history information only from log files, concretatly from log_archive_path...
- Wed Jul 20, 2016 8:11 am
- Forum: Nagios XI
- Topic: The Availability Reports generation never ends
- Replies: 10
- Views: 1829
Re: The Availability Reports generation never ends
hi all, It seems that if the period is not to big, like one week o less, the availability generation process ends, before 5 minutes, and it no consumes more that 4GB (memory_limit) of ram. But, if the period is bigger than one week, the availability report process consume more than 4GB of ram, and i...
- Wed Jul 20, 2016 8:04 am
- Forum: Nagios XI
- Topic: The Availability Reports generation never ends
- Replies: 10
- Views: 1829
Re: The Availability Reports generation never ends
In addition to what bwallace is asking for, are you seeing any errors in your /var/log/httpd/error_log or /var/log/httpd/ssl_error_log relating to PHP max execution time or max size being exceeded when you run the report? Also, please attach your /etc/php.ini . Thank you Hi again. I don't see php e...
- Wed Jul 20, 2016 8:01 am
- Forum: Nagios XI
- Topic: The Availability Reports generation never ends
- Replies: 10
- Views: 1829
Re: The Availability Reports generation never ends
Hmm...could you generate the never ending report and while that is running, generate a profile of your Nagios XI install and PM that to us so we can dig a bit deeper into this? You can gather a profile by going to: Admin > System Config > System Profile > Download Profile Hi again, I'm sorry but I ...
- Tue Jul 19, 2016 7:24 am
- Forum: Nagios XI
- Topic: The Availability Reports generation never ends
- Replies: 10
- Views: 1829
Re: The Availability Reports generation never ends
Hi again. I attach the outputs: ls -l /usr/local/nagios/var/nagios.log -rw-r--r-- 1 nagios nagios 13103971 Jul 19 13:06 /usr/local/nagios/var/nagios.log du -h /usr/local/nagios/var/archives/ 117M /usr/local/nagios/var/archives/ ls /usr/local/nagios/var/archives/|wc -l 25 hdparm -Tt /dev/vda /dev/vda...
- Mon Jul 18, 2016 9:13 am
- Forum: Nagios XI
- Topic: The Availability Reports generation never ends
- Replies: 10
- Views: 1829
The Availability Reports generation never ends
Hi, when try to generate the Availability Reports, the process never ends. It seem's that the avail.cgi read all logs related from /usr/local/nagios/var/archives/, so, the process don't take the history information from mysql database, only from disk (with the performance problem that this represent...