summaryrefslogtreecommitdiffstats
path: root/web/attachments/345594-check_disk.patch
blob: 8070fb2b00c63399ca63158b6e1fdd6d53f47ecc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -urpN nagios-plugins-1.4.14.orig/plugins/check_disk.c nagios-plugins-1.4.14/plugins/check_disk.c
--- nagios-plugins-1.4.14.orig/plugins/check_disk.c	2009-05-07 23:10:02.000000000 +0200
+++ nagios-plugins-1.4.14/plugins/check_disk.c	2009-10-07 09:48:20.000000000 +0200
@@ -58,7 +58,7 @@ static int inode_format = 1;
 
 /* If nonzero, show even filesystems with zero size or
    uninteresting types. */
-static int show_all_fs = 1;
+static int show_all_fs = 0;
 
 /* If nonzero, show only local filesystems.  */
 static int show_local_fs = 0;