Xymon Mailing List Archive search

/snap/core/* Filesystems NOT ok

list Torsten Richter
Mon, 4 Sep 2023 14:44:31 +0200
Message-Id: <user-a809a04eb260@xymon.invalid>

Hi,

have you tried without the regex?
I have here

HOST=xyz
     DISK /mnt IGNORE
     INODE /mnt IGNORE

which is working.

Regards,
Torsten

On 04.09.2023 14:25, George Michalopoulos wrote:
hello all,
i have the known problem with /snap/*
Mon Sep 4 14:33:50 EEST 2023 - Filesystems NOT ok

[image: red] /snap/core/15511 (100% used) has reached the PANIC level
(95%)[image: red] /snap/core20/1974 (100% used) has reached the PANIC
level (95%)[image: red] /snap/certbot/3024 (100% used) has reached the
PANIC level (95%)[image: red] /snap/certbot/2913 (100% used) has
reached the PANIC level (95%)[image: red] /snap/core20/2015 (100%
used) has reached the PANIC level (95%)[image: red] /snap/core/15925
(100% used) has reached the PANIC level (95%)

Filesystem     1024-blocks     Used Available Capacity Mounted on
/dev/sda1         98497780 25367880  68080352      28% /
tmpfs                 5120        4      5116       1% /run/lock
/dev/loop1          121088   121088         0     100% /snap/core/15511
/dev/loop0           65024    65024         0     100% /snap/core20/1974
/dev/loop2           45440    45440         0     100% /snap/certbot/3024
/dev/loop3           45696    45696         0     100% /snap/certbot/2913
/dev/loop6           65024    65024         0     100% /snap/core20/2015
/dev/loop4          108416   108416         0     100% /snap/core/15925

I added this to my analysis.cfg no good...

HOST=*
     DISK %^/snap IGNORE
     INODE %^/snap/.+ IGNORE

this is my default analysis.cfg


CLASS=linux
         # Ignore some usually uninteresting tmpfs mounts.
         DISK    /dev IGNORE
         DISK    /snap IGNORE
         DISK    /lib/init/rw IGNORE
         DISK    /sys/fs/cgroup IGNORE
         DISK    %^/run/user/\d+$ IGNORE
         INODE   /dev IGNORE
         INODE   /snap IGNORE
         INODE   /lib/init/rw IGNORE
         INODE   /sys/fs/cgroup IGNORE
         INODE   %^/run/user/\d+$ IGNORE


DEFAULT
         # Ignore some usually uninteresting tmpfs mounts.
         DISK    /dev IGNORE
         DISK    /dev/shm IGNORE
         DISK    /lib/init/rw IGNORE
         DISK    /run IGNORE
         # These are the built-in defaults. You should only modify these
         # lines, not add new ones (no PROC, DISK, LOG ... lines).
         UP      1h
         LOAD    5.0 10.0
         DISK    * 90 95
         INODE   * 70 90
         MEMPHYS 100 101
         MEMSWAP 50 80
         MEMACT  90 97

-- 
+---------------------------------------------------------+
| E-mail  : user-c862b499d9fa@xymon.invalid			  |
|							  |
| Homepage: https://www.unixadmin.de/			  |
+---------------------------------------------------------+
Download my public key from:
http://keys.gnupg.net/pks/lookup?search=0x899093AC&op=get