diff options
-rwxr-xr-x | nagios-check-libs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nagios-check-libs b/nagios-check-libs index 7b1564b..ab89460 100755 --- a/nagios-check-libs +++ b/nagios-check-libs @@ -91,6 +91,7 @@ if (-e $params->{'config'}) { '$path =~ m#^/SYS#', '$path =~ m#^/drm$# # xserver stuff', '$path =~ m#^/dev/zero#', + '$path =~ m#^/dev/shm/#', ] }; } |