#1022567 xymon-client: ignore ramfs ro mounts

Package:
xymon-client
Source:
xymon-client
Description:
client for the Xymon network monitor
Submitter:
Date:
2026-04-13 11:15:03 UTC
Severity:
normal
#1022567#5
Date:
2022-10-24 05:24:26 UTC
From:
To:
Dear maintainer,

hostname:/etc/xymon/misc.d# cat mount-ro
#!/bin/sh

if egrep ' ro[, ]' /proc/mounts | egrep -v '
(iso9660|nfs4?|udf|cifs|smbfs|tmpfs|proc|sysfs|squashfs) ' ; then
	exit 2
else
	echo "No filesystems mounted read-only"
fi

Would it be possible to add ramfs to the list above to ignore reporting
ramfs ro mounts?

Kind regards,