diff --git a/doc/Installation/Installation-(RHEL-CentOS).md b/doc/Installation/Installation-(RHEL-CentOS).md index c42749ed37..a1aafc2b86 100644 --- a/doc/Installation/Installation-(RHEL-CentOS).md +++ b/doc/Installation/Installation-(RHEL-CentOS).md @@ -54,7 +54,7 @@ Note if not using HTTPd (Apache): RHEL requires `httpd` to be installed regardle ### Adding the librenms-user ### useradd librenms -d /opt/librenms -M -r - usermod -a -G librenms www-data + usermod -a -G librenms apache ### Using HTTPd (Apache2) ### diff --git a/doc/Support/FAQ.md b/doc/Support/FAQ.md index 5a0acfcce8..ef6d6232e9 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 +``` diff --git a/html/css/dark.css b/html/css/dark.css index 09ebc4856d..980bf42e86 100644 --- a/html/css/dark.css +++ b/html/css/dark.css @@ -14,6 +14,10 @@ color: #357ebd; } +.fa-col-danger { + color: #e30613; +} + .twitter-typeahead .tt-hint { border-color: #000 !important; } @@ -93,4 +97,4 @@ @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } -} \ No newline at end of file +} diff --git a/html/css/light.css b/html/css/light.css index 93f69e3363..f224ff3cb5 100644 --- a/html/css/light.css +++ b/html/css/light.css @@ -14,6 +14,10 @@ color: #357ebd; } +.fa-col-danger { + color: #e30613; +} + .pace { -webkit-pointer-events: none; pointer-events: none; @@ -89,4 +93,4 @@ @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } -} \ No newline at end of file +} diff --git a/html/css/mono.css b/html/css/mono.css index f96590e4b4..e76425cd34 100644 --- a/html/css/mono.css +++ b/html/css/mono.css @@ -14,6 +14,10 @@ color: #357ebd; } +.fa-col-danger { + color: #e30613; +} + .twitter-typeahead .tt-hint { border-color: #000 !important; } @@ -93,4 +97,4 @@ @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } -} \ No newline at end of file +} diff --git a/html/includes/graphs/device/netstat_ip_forward.inc.php b/html/includes/graphs/device/netstat_ip_forward.inc.php new file mode 100644 index 0000000000..30402f5c9c --- /dev/null +++ b/html/includes/graphs/device/netstat_ip_forward.inc.php @@ -0,0 +1,23 @@ + array()); + +$i=0; +foreach ($stats as $stat => $array) +{ + $i++; + $rrd_list[$i]['filename'] = $rrd_filename; + $rrd_list[$i]['descr'] = str_replace("ip", "", $stat); + $rrd_list[$i]['ds'] = $stat; +} + +$colours='mixed'; + +$scale_min = "0"; +$nototal = 1; +$simple_rrd = TRUE; + +include("includes/graphs/generic_multi_line.inc.php"); + diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index 88725879cb..13d09f951a 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -185,7 +185,8 @@ if ($_SESSION['userlevel'] >= '10') echo('