Xymon Mailing List Archive search

How to add Xymon libs exceptions for this Ubuntu 20.20 bummer

3 messages in this thread

list Peter Toft · Thu, 16 Jul 2020 20:52:24 +0200 ·
After booting my Ubuntu 20.20 box I have this dead process every time

root 401 0.0 0.0 2488 588 ? S Jul14 0:00 bpfilter_umh

This annoys Xymon on the SERVICE=libs page

I have a dead process detected


yellow The following processes have libs linked that were upgraded:

root:
   / (deleted) (401)


It seems that I can silence "noise" like this via 
/etc/xymon/libs.local.yaml
but I cannot get the syntax right. Help :)

Cheers


-- 
Peter Toft <user-8cc09e024d22@xymon.invalid>
list Peter Toft · Fri, 17 Jul 2020 09:04:17 +0200 ·
And while we are at it; how to disable the "libs" test in hosts.cfg?
(and it is not "nolibs")

/Peter

---
Peter Toft <user-8cc09e024d22@xymon.invalid>

Peter Toft skrev den 2020-07-16 20:52:
quoted from Peter Toft
After booting my Ubuntu 20.20 box I have this dead process every time

root 401 0.0 0.0 2488 588 ? S Jul14 0:00 bpfilter_umh

This annoys Xymon on the SERVICE=libs page

I have a dead process detected


yellow The following processes have libs linked that were upgraded:

root:
  / (deleted) (401)


It seems that I can silence "noise" like this via /etc/xymon/libs.local.yaml
but I cannot get the syntax right. Help :)

Cheers
list Henrik Størner · Fri, 17 Jul 2020 10:14:52 +0200 ·
Hi,

this is what I have. YAML is whitespace-sensitive - the filename (or pattern) must be indented with two spaces, and the list of libraries/files ignored indented further two spaces.

And to disable the "libs" test, edit /etc/xymon/clientlaunch.d/libs.cfg _on the client_.


Regards,

Henrik


# generic config file for the libs test
# specify local additions in /etc/xymon/libs.local.yaml
---
whitelist:
 ? *:
 ??? - '^/proc/'
 ??? - '^/run/'
 ??? - '^/tmp/'
 ??? - '^/var/tmp/'
 ??? - '^/var/log/'
 ??? - '^/var/run/'
 ??? - '^/SYS'
 ??? - '^/drm'
 ??? - '^/dev/zero'
 ??? - '^/dev/shm'
 ??? - '^/dev/pts'
 ??? - '^/var/lib/lightdm/\.speech-dispatcher/'
 ??? - '\.cache'
 ??? - '/\.config/'
 ??? - '/\.local/share/gvfs-metadata/'
 ??? - 'dovecot(\.index|-uidlist)'
 ??? - '/\[aio\]'
 ? /usr/sbin/memlockd:
 ??? - '.*'
 ? /lib/systemd/systemd-udevd:
 ??? - '/lib/modules/.*/modules\.(symbols|alias|dep|builtin)\.bin'


Den 16.07.2020 kl. 20.52 skrev Peter Toft:
quoted from Peter Toft
After booting my Ubuntu 20.20 box I have this dead process every time

root 401 0.0 0.0 2488 588 ? S Jul14 0:00 bpfilter_umh

This annoys Xymon on the SERVICE=libs page

I have a dead process detected


yellow The following processes have libs linked that were upgraded:

root:
? / (deleted) (401)


It seems that I can silence "noise" like this via /etc/xymon/libs.local.yaml
but I cannot get the syntax right. Help :)

Cheers