Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
Hermke
byHermke, May 7, 2013
byHermke, May 7, 2013
It's a very nice tool you made here, but there aresome issues. After one day my /var filesystem was completely full, this was caused by the error.log file from apache2. I deleted it and than i watched with cat what was happening. Seems that there was some faulty code in your dashboard_get.php on lines 208 and 224. It gave an Undefined Offset 0 on the servicearray[servicecount] array. I fixed it by wrapping the two if blocks with another if-block like this : if(isset(servicearray[servicecount])){ //code
}
}