Stor2rrd 2.60 Problem with graphs in dashboard

Hello
First of all thanks for such powerful monitoring tool.
My question: after upgrade to 2.60 version I cannot save graphs in dashboard. I push icon of star in right top corner of a graph, create and choose  new dashboard group, then the graph appears in dashbord, but after refreshing web page it dissapears. It looks like option in demo https://demo.stor2rrd.com/?menu=ea7021f&tab=0 "DASHBOARD - demo site doesn't save changes".
Is it my local problem or bug?

First screen after upgrade


adding graph to new dashboard group


new graph in dashboard


Dashboard after refreshing page:

Comments

  • Hi,

    cd /home/stor2rrd/stor2rrd
    ls -la etc/web_config
    ps -ef| egrep "apache|http"
  • -bash-4.2$ ls -la etc/web_config/
    итого 160
    drwxrwxrwx. 2 stor2rrd stor2rrd   4096 окт  8 12:31 .
    drwxr-xr-x. 4 stor2rrd stor2rrd   4096 окт  8 16:23 ..
    -rwxrwxrwx  1 stor2rrd stor2rrd    341 окт  8 16:23 alerting.cfg
    -rw-rw-rw-  1 apache   apache      821 окт  8 12:31 config_check_apache.log
    -rwxrwxrwx. 1 stor2rrd stor2rrd     60 окт  8 16:41 custom_groups.cfg
    -rw-rw-rw-  1 apache   apache      120 сен  5 08:51 db_Dashboard1
    -rw-rw-rw-  1 apache   apache   124175 окт  8 12:28 devicecfg.json
    -rwxrwxrwx. 1 stor2rrd stor2rrd     44 авг  5 16:35 htusers.cfg
    -rwxrwxrwx. 1 stor2rrd stor2rrd   1285 окт  8 15:22 reporter.json
    -rwxrwxrwx. 1 stor2rrd stor2rrd    880 авг  6 09:11 users.json
    -bash-4.2$ ps -ef| egrep "apache|http"
    apache    1033 34233  0 09:27 ?        00:00:00 /usr/sbin/httpd -DFOREGROUND
    apache    5577 34233  0 окт09 ?     00:00:00 /usr/sbin/httpd -DFOREGROUND
    apache    8767 34233  0 окт09 ?     00:00:00 /usr/sbin/httpd -DFOREGROUND
    apache    9504 34233  0 09:39 ?        00:00:00 /usr/sbin/httpd -DFOREGROUND
    apache    9949 34233  0 09:39 ?        00:00:00 /usr/sbin/httpd -DFOREGROUND
    apache   10860 34233  0 окт09 ?     00:00:00 /usr/sbin/httpd -DFOREGROUND
    apache   20029 34233  0 окт09 ?     00:00:00 /usr/sbin/httpd -DFOREGROUND
    root     34233     1  0 окт08 ?     00:00:16 /usr/sbin/httpd -DFOREGROUND
    apache   53152 34233  0 окт09 ?     00:00:00 /usr/sbin/httpd -DFOREGROUND
    apache   55690 34233  0 07:57 ?        00:00:00 /usr/sbin/httpd -DFOREGROUND
    apache   57016 34233  0 09:17 ?        00:00:00 /usr/sbin/httpd -DFOREGROUND
    stor2rrd 63515 63490  0 10:41 pts/0    00:00:00 grep -E --color=auto apache|htt
  • try this:
    chown apache etc/web_config/users.json

    After each dashboard change that file must be updated.
  • I tried, but nothing changed.
    File users.json is not updated after any dashboard change.
  • Hi,

    these logs pls
    Note a short problem description in the text field of the upload form.

    cd /home/stor2rrd/stor2rrd # or where is your STOR2RRD working dir
    grep -v passw etc/web_config/users.json > tmp/users.txt
    tar cvhf logs.tar logs tmp/*txt
    gzip -9 logs.tar

    Send us logs.tar.gz via https://upload.stor2rrd.com


  • Pavel, thank you for your assistance with my problem. Issue is solved. The problem was really with apache. There is no built-in LDAP in Stor2rrd so I had to configure LDAP in apache conf file as recommended in manual. After this configuration users cannot change dashbord. When there is no LDAP configuration in apache Stor2rrd works properly.
Sign In or Register to comment.