summaryrefslogtreecommitdiffstats
path: root/web/attachments/113402-check_disk.diff
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-09-29 22:03:24 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-09-29 22:03:24 (GMT)
commit0b6423f9c99d9edf8c96fefd0f6c453859395aa1 (patch)
tree1c2b6b21704a294940f87c7892676998d8371707 /web/attachments/113402-check_disk.diff
downloadsite-0b6423f9c99d9edf8c96fefd0f6c453859395aa1.tar.gz
Import Nagios Plugins site
Import the Nagios Plugins web site, Cronjobs, infrastructure scripts, and configuration files.
Diffstat (limited to 'web/attachments/113402-check_disk.diff')
-rw-r--r--web/attachments/113402-check_disk.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/web/attachments/113402-check_disk.diff b/web/attachments/113402-check_disk.diff
new file mode 100644
index 0000000..5d87ebe
--- /dev/null
+++ b/web/attachments/113402-check_disk.diff
@@ -0,0 +1,11 @@
131,32d30
2< * - patched by Tim Wootton 08032004 to ignore zero size fs, useful for multi
3< * disk checks on solaris (tim.wootton@emea.telerate.com)
4111,115d108
5< if (total_disk==0){
6< if (verbose>0)
7< printf ("ignoring zero size fs %s.", file_system);
8< continue;
9< }
10277d269
11< printf ("patched with 0 size fs patch by Tim Wootton 08032004");