Check if CCcam is online if not restart script

Curious123

VIP Member
VIP Member
Joined
Feb 9, 2007
Messages
1,893
Reaction score
70
Ii have script which I would like to run on my DM500 so that it checks to see if CCcam is online if not restarts. I am not quite sure where to copy it or install it on the Dm500. Any suggestions?
 
If you copy it to the folder var/bin you can telnet into the box and type the following command.

cd /var/bin
sh Check_CCcam.sh

alternately you can just telnet into the box and type

sh /var/bin/Check_CCcam.sh

This should bring up the info in the telnet window you require - unfortunately I don't have a dreambox at the moment as I sold my 600 - now I'm just waiting for the 8000 or 800 to be released (I was going to get the 7025 but changed my mind in favour of the HD boxes).
 
Ii have script which I would like to run on my DM500 so that it checks to see if CCcam is online if not restarts. I am not quite sure where to copy it or install it on the Dm500. Any suggestions?

if ur running dw2 then simply rename the script to ccam_userscript.sh and place in /var/scripts ul be able to execute via the blue button then :)


cheers

osborne82
 
I shall give this a try, thx for the info guys .
 
Back
Top