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:
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