Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

integrate ScootrealTime page #53

Open
blinux8387 opened this issue Mar 4, 2016 · 1 comment
Open

integrate ScootrealTime page #53

blinux8387 opened this issue Mar 4, 2016 · 1 comment

Comments

@blinux8387
Copy link

Sorry for my English (I'm a French user and I use google translation;-))
I use ScoutRealTime which works very well on my server, thank you!
I would like to integrate ScoutRealTime page to a main page of my server but put the 'http: // localhost: 5555' in a 'iframe' 'in html or in include () in php gives me a white page.
There is there a particular configuration to integrate ScootRealTime page.

@iksuro
Copy link

iksuro commented Mar 18, 2016

Hello. Нave the same problem.
I can not open Scout Realtime in the iframe.
scout_realtime --port 4455 --bind 0.0.0.0 --foreground
(172.16.1.27 remote-serv)
(172.16.1.35 myDesctopPC)

--Launch page with code iframe... src="http://172.16.1.27:4455" /iframe or 127.0.0.1/localhost
172.16.1.35 - - [17/Mar/2016:18:39:21 MSK] "GET / HTTP/1.1" 200 57434
http://172.16.1.27/test/index2.html -> /
172.16.1.35 - - [17/Mar/2016:18:39:39 MSK] "GET / HTTP/1.1" 200 57343
http://172.16.1.27/test/index2.html -> /
The browser writes "The server refused the connection."

--Launch Realtime Scout with an external host all OK!
172.16.1.35 - - [17/Mar/2016:18:39:15 MSK] "GET /stats.json HTTP/1.1" 200 3027
http://172.16.1.27:4455/ -> /stats.json
172.16.1.35 - - [17/Mar/2016:18:39:16 MSK] "GET /stats.json HTTP/1.1" 200 3027
http://172.16.1.27:4455/ -> /stats.json

remote-serv# iptables -nvL
Chain INPUT (policy ACCEPT 115M packets, 122G bytes)
pkts bytes target prot opt in out source destination
650K 116M ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:4455

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination

Chain OUTPUT (policy ACCEPT 76M packets, 129G bytes)
pkts bytes target prot opt in out source destination

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants