summaryrefslogtreecommitdiffstats
path: root/web/attachments/345594-check_disk.patch
diff options
context:
space:
mode:
Diffstat (limited to 'web/attachments/345594-check_disk.patch')
-rw-r--r--web/attachments/345594-check_disk.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/web/attachments/345594-check_disk.patch b/web/attachments/345594-check_disk.patch
new file mode 100644
index 0000000..8070fb2
--- /dev/null
+++ b/web/attachments/345594-check_disk.patch
@@ -0,0 +1,12 @@
1diff -urpN nagios-plugins-1.4.14.orig/plugins/check_disk.c nagios-plugins-1.4.14/plugins/check_disk.c
2--- nagios-plugins-1.4.14.orig/plugins/check_disk.c 2009-05-07 23:10:02.000000000 +0200
3+++ nagios-plugins-1.4.14/plugins/check_disk.c 2009-10-07 09:48:20.000000000 +0200
4@@ -58,7 +58,7 @@ static int inode_format = 1;
5
6 /* If nonzero, show even filesystems with zero size or
7 uninteresting types. */
8-static int show_all_fs = 1;
9+static int show_all_fs = 0;
10
11 /* If nonzero, show only local filesystems. */
12 static int show_local_fs = 0;