phpsysinfo / phpsysinfo

phpSysInfo: a customizable PHP script that displays information about your system nicely
http://phpsysinfo.github.io/phpsysinfo
GNU General Public License v2.0
1.38k stars 233 forks source link

process status for iptables and fail2ban #359

Closed ArchLinx closed 1 year ago

ArchLinx commented 1 year ago

hi, in my process status i have a llist, and work fine but not for iptables and fail2ban PROCESSES="fail2ban, iptables, httpd, mariadbd , sshd, vsftpd, crond, tor, bind, kodi-standalone, transmission-daemon" it's possibel enable this 2 process to check if is enable??

regards

namiltd commented 1 year ago

iptables is not a service or a program fail2ban is a python script

You can try to generate the file "data/psstatus.tmp" in your own bash script using e.g.: ps ax | grep "/fail2ban-server" File "data/psstatus.tmp" must by in format e.g.: apache | mysqld | 13292 sshd | 23640