sni / Thruk

Thruk is a multibackend monitoring webinterface for Naemon, Nagios, Icinga and Shinken using the Livestatus API.
http://www.thruk.org
Other
408 stars 148 forks source link

showlog.cgi only showing "INITIAL HOST STATE" and "INITIAL SERVICE STATE" #790

Closed smetj closed 6 years ago

smetj commented 6 years ago

Hi,

It seems that Thruk Version 2.16-2 only shows logs of type "INITIAL HOST STATE" and "INITIAL SERVICE STATE" when visiting showlog.cgi.

There's no filtering active (filter fields are empty) and I tried different regexes to see whether this changes anything to no avail.

Is this a known issue ?

sni commented 6 years ago

never had that issue. Is there anything on the Alerts or Notifications page? Is there a logcache involved?

smetj commented 6 years ago

Both the alerts and notifications page show normal and complete content... There is NO logcache involved.

smetj commented 6 years ago

OK I found the cause of this:

2018-01-18 10:44:46 More than 1000000 lines in /var/log/naemon/naemon.log. Ignoring the rest! 2018-01-18 10:44:47 Maximum response size of 104857600 bytes exceeded!

We simply have too much of the "INITIAL STATE" entries at the beginning of the log which already consumes the allowed buffer. Please disregard.