Re: Can't save Opscenter Dashboard

2015-11-09 Thread Kai Wang
_monitor | head -1 |awk '{print >> $2}'` && \ >> >> sudo kill -9 `cat /var/run/datastax-agent/datastax-agent.pid` && \ >> >> sudo rm -rf /var/lib/datastax-agent && \ >> >> sudo rm -rf /usr/share/datastax-agent >> >> -- >&

Re: Can't save Opscenter Dashboard

2015-11-05 Thread Kai Wang
t; sudo kill -9 `cat /var/run/datastax-agent/datastax-agent.pid` && \ > > sudo rm -rf /var/lib/datastax-agent && \ > > sudo rm -rf /usr/share/datastax-agent > > -- > qihuang.zheng > > 原始邮件 > *发件人:* Kai Wang<dep...@gmail.co

Re: Can't save Opscenter Dashboard

2015-11-04 Thread Kai Wang
No they don't. On Wed, Nov 4, 2015 at 3:42 PM, Sebastian Estevez < sebastian.este...@datastax.com> wrote: > Do they come back if you restart opscenterd? > > All the best, > > > [image: datastax_logo.png] > > Sebastián Estévez > > Solutions Architect | 954 905 8615 |

Re: Can't save Opscenter Dashboard

2015-11-04 Thread Kai Wang
Forgot to mention. I am running OpsCenter 5.2.2. On Wed, Nov 4, 2015 at 3:39 PM, Kai Wang wrote: > Hi, > > Today after one of the nodes is rebooted, OpsCenter dashboard doesn't save > anymore. It starts with an empty dashboard with no widget or graph. If I > add some

Re: Can't save Opscenter Dashboard

2015-11-04 Thread Sebastian Estevez
Do they come back if you restart opscenterd? All the best, [image: datastax_logo.png] Sebastián Estévez Solutions Architect | 954 905 8615 | sebastian.este...@datastax.com [image: linkedin.png] [image: facebook.png]

Re: Can't save Opscenter Dashboard

2015-11-04 Thread Kai Wang
I am using Firefox. In web console I saw five messages (excluding Net and CSS): The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The

Can't save Opscenter Dashboard

2015-11-04 Thread Kai Wang
Hi, Today after one of the nodes is rebooted, OpsCenter dashboard doesn't save anymore. It starts with an empty dashboard with no widget or graph. If I add some graph/widget, they are being updated fine. But if I refresh the browser, the dashboard became empty again. Also there's no "DEFAULT"

Re: Can't save Opscenter Dashboard

2015-11-04 Thread Sebastian Estevez
Are there any errors in your javascript console? All the best, [image: datastax_logo.png] Sebastián Estévez Solutions Architect | 954 905 8615 | sebastian.este...@datastax.com [image: linkedin.png] [image: facebook.png]

Re: Can't save Opscenter Dashboard

2015-11-04 Thread Kai Wang
Reinstalling OpsCenter didn't fix it. Previously I thought the graphs were updated but actually they were just stalled. I need to refresh and re-add the graph to see the new metrics. Other information such as activities and Nodes are updating fine. On Wed, Nov 4, 2015 at 3:58 PM, Kai Wang

Re: Can't save Opscenter Dashboard

2015-11-04 Thread Kai Wang
Finally I got it working. I used to have auth information inside address.yaml. I moved everything except for stomp_interface inside address.yaml to [agent_config] section of cluster_name.conf and restarted opscenterd and datastax-agent on all nodes. That seemed to fix the problem. On Wed, Nov 4,

回复:Can't save Opscenter Dashboard

2015-11-04 Thread qihuang.zheng
kill -9 `cat /var/run/datastax-agent/datastax-agent.pid` \ sudo rm -rf /var/lib/datastax-agent \ sudo rm -rf /usr/share/datastax-agent qihuang.zheng 原始邮件 发件人:Kai wangdep...@gmail.com 收件人:useru...@cassandra.apache.org 发送时间:2015年11月5日(周四) 04:39 主题:Can't save Opscenter Dashboard Hi, Today