Hi all, I do some script to run status.cron.php every 3 secounds just following this steps : Tested on (CentOS 8) ( PHP Server Monitor v3.5.0.) (PHP 7.2.24) (5.5.5-10.3.17-MariaDB) (Apache/2.4.37). Create new file shell script to run it by cron job command for PHP Server Monitor to refresh status every 3 second cd /root nano every5second.sh Add this : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15#!/bin/bash # Run cron jop for update status SERVER MONITOR PID=$$ # The self killer (sleep 57;kill $PID)& while...
Hi all, I do some script to run status.cron.php every 3 secounds just following this steps : Tested on (CentOS 8) ( PHP Server Monitor v3.5.0.) (PHP 7.2.24) (5.5.5-10.3.17-MariaDB) (Apache/2.4.37). Create new file shell script to run it by cron job command for PHP Server Monitor to refresh status every 3 second cd /root nano every5second.sh Add this : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15#!/bin/bash # Run cron jop for update status SERVER MONITOR PID=$$ # The self killer (sleep 57;kill $PID)& while...
Hi all, I do some script to run status.cron.php every 3 secounds just following this steps : Tested on (CentOS 8) ( PHP Server Monitor v3.5.0.) (PHP 7.2.24) (5.5.5-10.3.17-MariaDB) (Apache/2.4.37). Create new file shell script to run it by cron job command for PHP Server Monitor to refresh status every 3 second cd /root nano every5second.sh Add this : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15#!/bin/bash # Run cron jop for update status SERVER MONITOR PID=$$ # The self killer (sleep 57;kill $PID)& while...