Sven Nierlein

Results 100 comments of Sven Nierlein

sounds like the database is corrupt, might be from a full disk or something like that. Easiest way would probably to remove the logcache tables and recreate the cache.

the most simple way is to stop omd and move var/mysql to the side and create an empty folder var/mysql in the site. Then the init script will create a...

is there anything else besides the logcache in the database? In this case you have you remove the tables manually. There is also a `thruk logcache drop -b backend` command

have you tried removing the `0.tab`?

The page shows "State Breakdowns For Host Services" as well, right? Or which page is that exactly?

If there are services listed on that page, i'd say it's ok to list the service related log entries as well. But it might be a nice feature to disable...

please try again, there should be new packages now.

no worries, thanks for letting me know. Btw, there are packages for sles 15 sp3/sp4 on OBS here: https://build.opensuse.org/project/show/home:naemon:daily Have you tried them? And please simply open an issue if...

Not so much magic hopefully. All it does is calling this Makefile. https://github.com/sni/Thruk/blob/master/themes/themes-available/Light/Makefile So you need "npm" and "npx" on the build machine. But i just checked and i never...

Added npm as build dependency. Let's see how that works.