• 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 Advanced Monitoring stops displaying data after server restart

gbotica

Regular Pleskian
Hi there!

I've had this issue with Plesk Linux Onyx and now Obsidian for quite a while, but never got around to posting about it.

Everytime I restart the server the Plesk monitoring stops showing data and I often need to restart services and clear the data (which is a nuisance) in order to get it working again.

Firstly, if the server is restarted at the console just using 'reboot', is this OK with Plesk? Or is there some other routines run when you use 'restart server' from the Plesk Settings page?

Previously, with Onyx, I used this to kick-start Plesk Health Monitor and get data showing again:

Code:
    rm -rf /usr/local/psa/var/health/data/localhost/*
    systemctl stop psa-health-monitor-notificationd.service
    systemctl restart sw-collectd.service
    /usr/local/psa/bin/sw-engine-pleskrun /usr/local/psa/admin/plib/scripts/setup-health-monitor.php
    systemctl stop sw-collectd.service
    systemctl start sw-collectd.service
    systemctl start psa-health-monitor-notificationd.service

With all my servers now on Obsidian, the above doesn't work, and neither doe just doing:

Code:
    systemctl restart sw-collectd.service

Anyone else had this issue? Any tips on getting monitoring running again after restart?

Thank you in advance for any help!!
 
Update:

I did a cold stop / start of collectd and grafana and it eventually started displaying data again.
 
In my case, the Advanced Monitoring stop to work yesterday, showing a message: {"message":"Invalid username or password"}. Sometimes, return information about non exist dashboard.
I'm installing a new server, with Ubutu 16.04.6 LTS and Plesk Obsidian 18.0.25. The result is the same. Any Idea? Tks!
 
Back
Top