From 346173e3c10a1f57f712a589f5e41cefa48f20d4 Mon Sep 17 00:00:00 2001 From: laf Date: Tue, 19 May 2015 12:08:26 +0100 Subject: [PATCH] Added FAQ about zombie processes --- doc/Support/FAQ.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/doc/Support/FAQ.md b/doc/Support/FAQ.md index 5a0acfcce..ef6d6232e 100644 --- a/doc/Support/FAQ.md +++ b/doc/Support/FAQ.md @@ -11,6 +11,7 @@ - [How do I debug pages not loading correctly?](#faq7) - [How do I debug the discovery process?](#faq11) - [How do I debug the poller process?](#faq12) + - [Why do I get a lot apache or rrdtool zombies in my process list?](#faq14) ### Developing - [How do I add support for a new OS?](#faq8) @@ -82,11 +83,16 @@ You will then have a two options in the footer of the website - Show SQL Debug a #### How do I debug the discovery process? -Please see the (Discovery Support)[http://docs.librenms.org/Support/Discovery Support] document for further details. +Please see the [Discovery Support](http://docs.librenms.org/Support/Discovery Support) document for further details. #### How do I debug the poller process? -Please see the (Poller Support)[http://docs.librenms.org/Support/Poller Support] document for further details. +Please see the [Poller Support](http://docs.librenms.org/Support/Poller Support) document for further details. + +#### Why do I get a lot apache or rrdtool zombies in my process list? + +If this is related to your web service for LibreNMS then this has been tracked down to an issue within php which the developers aren't fixing. We have implemented a work around which means you +shouldn't be seeing this. If you are, please report this in [issue 443](https://github.com/librenms/librenms/issues/443). #### How do I add support for a new OS? @@ -153,4 +159,4 @@ If you want to pull any new updates provided by f0o's branch then whilst you are ```bash git pull f0o issue-1337 -``` \ No newline at end of file +```