- Package:
- xymon-client
- Source:
- xymon-client
- Description:
- client for the Xymon network monitor
- Submitter:
- Date:
- 2026-04-13 11:15:03 UTC
- 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,