./daily.php Device Dependencies crashes

Hello,

I have a problem, many times my server crashes and when I show the process list, I see this:

I have to restart my server every time this happens, can anyone help me please? Why does this happen?

Thank you!

You probably have a circular device depency, which makes it go into a loop

Thank you so much!

Is there any way to see this problem through SQL or something?

This is one of my (very large) dependencies maps:

Look at device dependencies and see if one references one that references the first or something like that. LibreNMS can only prevent direct loops, not deep loops :frowning:

Alternatively, remove all device dependencies with

truncate device_relationships

Thank you!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.