Re: monit log errors

Lutz Mader <[email protected]> Wed, 29 Jun 2022 20:36:22 +0200
Newsgroups gmane.comp.monitoring.monit.general
Message-ID <[email protected]>
Hello Anthony,
someone try to get status information from a process tree, but it does
not work.

> Anyone know what these are caused by? I'm on Ubuntu 20.04 with default
> install
> 
> [PDT Jun 27 05:14:27] debug    : Cannot open proc file '/proc/930126/stat'
> -- No such file or directory
> [PDT Jun 27 05:14:27] debug    : system statistic error -- cannot read
> /proc/930126/stat
> [PDT Jun 27 05:14:27] debug    : Cannot open proc file '/proc/930128/stat'
> -- No such file or directory
> [PDT Jun 27 05:14:27] debug    : system statistic error -- cannot read
> /proc/930128/stat
> 

If you are using monit, you should restart the monit process to fix
this. Unfortunately, if the workload is high monit can not get all the
information are from the proc fs, sometimes.

With regards,
Lutz