• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • 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.

Resolved Monitoring 360 - Data Missing Alert

Greg Sevastos

New Pleskian
Server operating system version
CloudLinux 8.10 (Vladimir Aksyonov)
Plesk version and microupdate number
18.0.66 #1
Hi,

I’m getting pretty frequent alerts sent to my email with the following information:

The alert for data missing alert on [host] has been opened. The threshold has been triggered for 17 minutes.

Other monitoring tools haven’t picked up anything and every seems to be running fine.

Any pointers to diagnose/fix the issue with Plesk + Monitoring 360?

Thanks.
 
Hi Sebahat,

The tokens in /etc/agent360-token.ini are correct. I'll keep an eye on the syslog to see if anything presents itself.

Thanks.
 
Hi again,

agent360.log is showing the following errors:

Code:
2025-01-10 08:54:20,466  ERROR    plugin_exception
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/agent360/agent360.py", line 503, in _execution
    payload = plugin.run(self.config)
  File "/usr/local/lib/python3.6/site-packages/agent360/plugins/iostat.py", line 100, in run
    disks = diskstats_parse()
  File "/usr/local/lib/python3.6/site-packages/agent360/plugins/iostat.py", line 39, in diskstats_parse
    lines = open(file_path, 'r').readlines()
PermissionError: [Errno 1] Operation not permitted: '/proc/diskstats'
 
Thank you for the update. I was able to find a similar case where our engineers observed that if agent360 is not running as root resulted in triggering such false-positive notifications. You should be able to confirm that in Monitoring > Process. If the user is agent360 or anything different than root, please try the applying the instructions from the following guide:

 
Hi,

I was looking through the docs and checked the settings as outlined below, as I’m running Cloudlinux: CloudLinux and CageFS

The wrong group id was set for the value fs.proc_super_gid (not sure when this changed on my system) - agent360 was also missing from the file: /etc/cagefs/exclude/systemuserlist

I followed the instructions again and it appears the error has stopped. Will monitor logs and see if the issues arises again now.

Thanks for the doc link!
 
Back
Top