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:
With all my servers now on Obsidian, the above doesn't work, and neither doe just doing:
Anyone else had this issue? Any tips on getting monitoring running again after restart?
Thank you in advance for any help!!
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!!