Re: filesystem statistic error: cannot read /sys/dev/block/0:0/stat

lejeczek via This is the general mailing list for monit <[email protected]> Mon, 10 Nov 2025 11:24:40 +0100
Newsgroups gmane.comp.monitoring.monit.general
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--------------lbXuCrR8tO6elnBLSe9t912b
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit

I tried that, it did not tell me much, I did not get it.

-> $ monit -vI 2>&1 | __grepColorIt '0:0/stat'
...
Reloading mount information for filesystem '/PEOPLE_SYSDATA'
filesystem statistic error: cannot read 
/sys/dev/block/0:0/stat -- No such file or directory
'PEOPLE_SYSDATA' succeeded getting filesystem statistics for 
'/PEOPLE_SYSDATA'
...
Reloading mount information for filesystem '/PEOPLE_SYSDATA'
filesystem statistic error: cannot read 
/sys/dev/block/0:0/stat -- No such file or directory
'PEOPLE_SYSDATA' succeeded getting filesystem statistics for 
'/PEOPLE_SYSDATA'
...

it shows up in the company of */PEOPLE_SYSDATA* but that is 
- but I have a few of those - a glusterfs-fuse mount point:

10.1.1.99:/PEOPLE_SYSDATA /PEOPLE_SYSDATA fuse.glusterfs 
rw,relatime,user_id=0,group_id=0,allow_other,max_read=131072 0 0

Here is monit for it:

check filesystem PEOPLE_SYSDATA path /PEOPLE_SYSDATA
   start program = "/usr/bin/systemctl start 
PEOPLE_SYSDATA.mount"
   stop program  = "/usr/bin/systemctl stop 
PEOPLE_SYSDATA.mount"

monit is 5.33.0
What am I missing?
thanks, L.
--------------lbXuCrR8tO6elnBLSe9t912b
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 8bit

<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <font size="2" face="Courier 10 Pitch">I tried that, it did not tell
      me much, I did not get it.<br>
      <br>
      -&gt; $ monit -vI 2&gt;&amp;1 | __grepColorIt '0:0/stat'<br>
      ...<br>
      Reloading mount information for filesystem '/PEOPLE_SYSDATA'<br>
      filesystem statistic error: cannot read /sys/dev/block/0:0/stat --
      No such file or directory<br>
      'PEOPLE_SYSDATA' succeeded getting filesystem statistics for
      '/PEOPLE_SYSDATA'<br>
      ...<br>
      Reloading mount information for filesystem '/PEOPLE_SYSDATA'<br>
      filesystem statistic error: cannot read /sys/dev/block/0:0/stat --
      No such file or directory<br>
      'PEOPLE_SYSDATA' succeeded getting filesystem statistics for
      '/PEOPLE_SYSDATA'<br>
      ...<br>
      <br>
      it shows up in the company of <b>/PEOPLE_SYSDATA</b> but that is -
      but I have a few of those - a glusterfs-fuse mount point:<br>
      <br>
      10.1.1.99:/PEOPLE_SYSDATA /PEOPLE_SYSDATA fuse.glusterfs
      rw,relatime,user_id=0,group_id=0,allow_other,max_read=131072 0 0<br>
      <br>
      Here is monit for it:<br>
      <br>
      check filesystem PEOPLE_SYSDATA path /PEOPLE_SYSDATA<br>
        start program = "/usr/bin/systemctl start PEOPLE_SYSDATA.mount"<br>
        stop program  = "/usr/bin/systemctl stop PEOPLE_SYSDATA.mount"<br>
      <br>
      monit is 5.33.0<br>
      What am I missing?<br>
      thanks, L.</font>
  </body>
</html>

--------------lbXuCrR8tO6elnBLSe9t912b--