Till Brehm
2016-03-29 b5f6a1a03de9343ffc718ce253f7730e4d8d6c19
interface/lib/classes/tools_monitor.inc.php
@@ -488,7 +488,7 @@
         $data = unserialize($record['data']);
         if ($data == '') {
            $html .= '<p>'.
               'fail2ban is not installed at this server.<br />' .
               'fail2ban is not installed on this server.<br />' .
               'See more (for debian) <a href="http://www.howtoforge.com/fail2ban_debian_etch" target="htf">here...</a>'.
               '</p>';
         }
@@ -522,8 +522,7 @@
         $data = unserialize($record['data']);
         if ($data == '') {
            $html .= '<p>'.
               'MongoDB is not installed at this server.<br />' .
               'See more (for debian) <a href="http://www.howtoforge.com/fail2ban_debian_etch" target="htf">here...</a>'.
               'MongoDB is not installed on this server.<br />' .
               '</p>';
         }
         else {