Stor2rrd 2.10 SyntaxError : JSON.parse:expected

After upgrading to version 2.10 i have the following error :

Load error! (SyntaxError : JSON.parse:expected',' or ']' after arry element at line 3 column 103 of the JSON data

Thank in advance
Best regards

Comments

  • Hi,

    send us /home/stor2rrd/stor2rrd/tmp/menu.txt

    support@stor2rrd.com or https://upload.stor2rrd.com
  • I have upload the file /home/stor2rrd/stor2rrd/tmp/menu.txt with https://upload.stor2rrd.com
  • just for record, problem was 2 entries of load.sh in crontab:

    */20 * * * * /home/lpar2rrd/stor2rrd/load.sh > /home/lpar2rrd/stor2rrd/logs/load.out 2>&1
    0 * * * * /home/lpar2rrd/stor2rrd/load.sh > /home/lpar2rrd/stor2rrd/logs/load.out 2>&1

    Same job scheduled twice is there, problem is that every hour it is started twice.
    Remove from crontab this entry:
    */20 * * * * /home/lpar2rrd/stor2rrd/load.sh > /home/lpar2rrd/stor2rrd/logs/load.out 2>&1


    To clean up double entries run:
    ./load.sh html
    Ctrl-F5 in the GUI when it finishes

    Then it should work.


Sign In or Register to comment.