Forums

Home / Forums

You need to log in to create posts and topics. Login · Register

Problem with graphs

Pages: 1 2

I can also confirm that the workaround provided above solves the dashboard issue. Thank you for your quick response.

I also can confirm that the workaround provided above does indeed solve the issue....

Agreed. The fix listed above worked for me as well.

FIX:

1. change in  /usr/lib/python3/dist-packages/graphite/render/views.py:
from cgi import parse_qs
to:
from urllib.parse import parse_qs

2. then determine which server is running stats:

/opt/petasan/scripts/util/get_cluster_leader.py

3. restart stats server

/opt/petasan/scripts/stats-stop.sh

/opt/petasan/scripts/stats-setup.sh

/opt/petasan/scripts/stats-start.sh 

Thanks all for the feedback. we did update the online update script to handle this.

Apparently we corrected this issue by applying a patch when we install a fresh system, but if an updated graphite package gets downloaded from ubuntu repository, it will still have the issue and will over-write the install package. the online script will silently handle this.

 

Pages: 1 2