Page 1 of 1

web monitoring interface link to CSPro

Posted: November 30th, 2018, 1:26 pm
by romi237
Hi


Is it possible to link a web interface to a capi application under Cspro for monitoring a survey?

Thank in advance

Re: web monitoring interface link to CSPro

Posted: November 30th, 2018, 3:03 pm
by htuser
It's possible by using https://github.com/mauroIstat/CsPro2Sql and https://github.com/drovandi/CSProDashboard
If you understand Java, you can code for any customized monitoring dashboard.

We would like to see similar in CSWeb, the Cspro Developer Team can respond you more about.

Hope this help you!

Re: web monitoring interface link to CSPro

Posted: December 1st, 2018, 2:26 am
by romi237
Thank you htuser for your reply.

As i'm not a Java specialist but i will try to use it. I hope that you or somebody else can help me if i face some difficulty.

Nice day my dear

Re: web monitoring interface link to CSPro

Posted: December 1st, 2018, 2:35 am
by romi237
By using https://github.com/mauroIstat/CsPro2Sql or https://github.com/drovandi/CSProDashboard coul the web monitoring interface be updating automaticaly all the time that a new data is send to the server?

Re: web monitoring interface link to CSPro

Posted: December 1st, 2018, 9:05 am
by hannesrr
Hello!! Dou you have more technical information about this dashboard??.
Thanks in advance. :ugeek:

Re: web monitoring interface link to CSPro

Posted: December 3rd, 2018, 2:06 pm
by htuser
romi237 wrote:By using https://github.com/mauroIstat/CsPro2Sql or https://github.com/drovandi/CSProDashboard coul the web monitoring interface be updating automaticaly all the time that a new data is send to the server?
Yes, it will, if you use -d (delay) in the parameters of the loader. A mininal delay (one minute) will induce a more real-time refreshing.
@ hannesr, maybe, Josh or other member of the Cspro Developer Team, can help you.

Hope this help you,