Problem with graphs
Pages: 1 2
Mykola Perehinets
38 Posts
August 9, 2023, 1:22 pmQuote from Mykola Perehinets on August 9, 2023, 1:22 pmI can also confirm that the workaround provided above solves the dashboard issue. Thank you for your quick response.
I can also confirm that the workaround provided above solves the dashboard issue. Thank you for your quick response.
AlbertHakvoort
21 Posts
August 14, 2023, 8:29 amQuote from AlbertHakvoort on August 14, 2023, 8:29 amI also can confirm that the workaround provided above does indeed solve the issue....
I also can confirm that the workaround provided above does indeed solve the issue....
neiltorda
98 Posts
August 14, 2023, 12:37 pmQuote from neiltorda on August 14, 2023, 12:37 pmAgreed. 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
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
admin
2,918 Posts
August 14, 2023, 1:50 pmQuote from admin on August 14, 2023, 1:50 pmThanks 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.
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
Problem with graphs
Mykola Perehinets
38 Posts
Quote from Mykola Perehinets on August 9, 2023, 1:22 pmI can also confirm that the workaround provided above solves the dashboard issue. Thank you for your quick response.
I can also confirm that the workaround provided above solves the dashboard issue. Thank you for your quick response.
AlbertHakvoort
21 Posts
Quote from AlbertHakvoort on August 14, 2023, 8:29 amI also can confirm that the workaround provided above does indeed solve the issue....
I also can confirm that the workaround provided above does indeed solve the issue....
neiltorda
98 Posts
Quote from neiltorda on August 14, 2023, 12:37 pmAgreed. 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_qs2. 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
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
admin
2,918 Posts
Quote from admin on August 14, 2023, 1:50 pmThanks 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.
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.