• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue grafana repository change

mow

Silver Pleskian
Server operating system version
Debian 11.5 x86_64
Plesk version and microupdate number
Plesk Obsidian 18.0.47.5
Hi,

it seems grafana messed around with https://packages.grafana.com/oss/deb/dists/stable/InRelease changing Origin: and Label: to ". stable", so anything apt fails with
Code:
E: Repository 'https://packages.grafana.com/oss/deb stable InRelease' changed its 'Origin' value from 'grafana stable' to '. stable'
E: Repository 'https://packages.grafana.com/oss/deb stable InRelease' changed its 'Label' value from 'grafana stable' to '. stable'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.

I've commented out the grafana line in /etc/sources.list, but that's certainly not a long-term solution, and Plesk users who haven't used the shell yet probably won't be very happy about that because I don't see an easy way to recover from this using only web …
 
Hm... the Grafana extension from Plesk uses a different repository (Index of /grafana/deb stable main) than official, we use it to be sure that updates will not broke integration.

root@debian-s-1vcpu-1gb-fra1-01:/etc/apt# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 11 (bullseye)
Release: 11
Codename: bullseye

root@debian-s-1vcpu-1gb-fra1-01:/etc/apt# plesk version
Product version: Plesk Obsidian 18.0.47.5
OS version: Debian 11.2 x86_64
Build date: 2022/10/20 08:00
Revision: 2202ec3182f8c11e712a5926daa8200e4bd94dfd

root@debian-s-1vcpu-1gb-fra1-01:/etc/apt# grep -R grafana .
./sources.list.d/plesk-ext-grafana.list:deb Index of /grafana/deb stable main
 
... and I don't have an /etc/apt/sources.list.d/plesk-ext-grafana.list, as I have removed all plesk-related repos from /etc/apt/sources.list.d/ according to the upgrade instructions and that file didn't come back yet.

On a related note, monitoring doesn't work at all since the upgrade (all panels are empty) so there must be something more that's broken.
 
Back
Top