• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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