ftimme
2009-03-05 63098f8292b8c7df4c2a5bbcc002abd85f73833b
- fail2ban monitor now supports CentOS and Fedora.
1 files modified
3 ■■■■ changed files
server/mods-available/monitor_core_module.inc.php 3 ●●●● patch | view | raw | blame | history
server/mods-available/monitor_core_module.inc.php
@@ -763,7 +763,8 @@
        $type = 'log_fail2ban';
        /* This monitoring is only available if fail2ban is installed */
        $location = shell_exec('which fail2ban-client');
        $location = shell_exec('which fail2ban-client'); // Debian & Ubuntu
        if($location == '') $location = shell_exec('which fail2ban'); // CentOS & Fedora
        if($location != ''){
            /*  Get the data of the log */
            $data = $this->_getLogData($type);