• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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