I added the OS-Linux-Mountpoint-SSH-custom service template to my Linux hosts, but some give errors because there are ramfs partitions mounted with the ro flag.
To avoid these errors I would like to add the ramfs (next to the squashfs and tmpfs) type to the types to exclude in the critical treshold (which by default is '%{options} !~ /^rw/i && %{type} !~ /tmpfs|squashfs/i').
How can I do that? Obviously completely ignoring ramfs would also be an option.