Package: xymon-client
Version: 4.3.30-1+b2
Severity: normal

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,

Reply via email to