summaryrefslogtreecommitdiffstats
path: root/web/attachments/303749-check_mrtg.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/303749-check_mrtg.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/303749-check_mrtg.diff')
-rw-r--r--web/attachments/303749-check_mrtg.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/web/attachments/303749-check_mrtg.diff b/web/attachments/303749-check_mrtg.diff
new file mode 100644
index 0000000..8b4dfd5
--- /dev/null
+++ b/web/attachments/303749-check_mrtg.diff
@@ -0,0 +1,12 @@
1diff -Naubr nagios-plugins-1.4.13.old/plugins/check_mrtg.c nagios-plugins-1.4.13.new/plugins/check_mrtg.c
2--- nagios-plugins-1.4.13.old/plugins/check_mrtg.c 2008-05-07 12:02:42.000000000 +0200
3+++ nagios-plugins-1.4.13.new/plugins/check_mrtg.c 2008-12-02 16:50:55.000000000 +0100
4@@ -57,7 +57,7 @@
5 int
6 main (int argc, char **argv)
7 {
8- int result = STATE_UNKNOWN;
9+ int result = STATE_OK;
10 FILE *fp;
11 int line;
12 char input_buffer[MAX_INPUT_BUFFER];