• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Resolved Plesk Obsidian Monitoring - Threshholds Setting Missing

sherriw

New Pleskian
Server operating system version
Ubuntu
Plesk version and microupdate number
Plesk Obsidian 18.0.76 Update 4
We have Plesk Obsidian on a Ubuntu VPS. We have the Monitoring Extension installed and the Grafana extension installed. We get graphs and threshold alerts as per normal.

However recently I discovered that when I log into Plesk as an admin, go to Monitoring, click on the Settings dropdown in the upper right, the Thresholds option no longer exists. I know it used to be there because I set the current thresholds this way. I've been through various searches to find if this setting moved and I can't seem to find it.

We have Grafana 1.6.6-9226 extension installed.
And Monitoring 2.10.3-9225 extension installed.

Everything else works fine.

Any clues on how to find where the Thresholds setting went or how to re-enable it? Thank you!

settings-thresholds-missing.png

grafana.png

extensions.png
 
Hello,
After the recent Grafana and Monitoring update, the Thresholds settings are hidden by default because alerting support was removed due to Grafana discontinuing legacy alerting. This was done as preparation for the migration to Grafana 11 or newer.
If you would like to make these settings available, try adding the following to the grafana.ini file and restarting the Grafana service:

[alerting]
# Disable legacy alerting engine & UI features
enabled = true
 
This indeed worked. For others who come here, that setting is found in /etc/grafana/grafana.ini .

Thank you @NataliaA . :)

(I don't know how to mark a thread as resolved.)
 
Back
Top