If process is running, turn the led on at the webpage

Hello,
I have a linux based computer and apache is installed. What I want to do is to check running softwares' status when I am mobile. How may I see the status with a green led if related softwares are running and red when are off.

Thanks in advance
Boris

In theory:

1) Make a script that generates that page.
As the script will produce html code, you can use the script to check the status, and do its output accordingly.

2) Make a conrjob, to run that script frequently, like once every (2-5) minute/s.

Test on your localhost.
Test via mobile.

Hope this helps

1 Like

I will do as you leaded...

Thanks
Boris