summaryrefslogtreecommitdiffstats
path: root/web/attachments/41662-check_load.patch
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/41662-check_load.patch
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/41662-check_load.patch')
-rw-r--r--web/attachments/41662-check_load.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/web/attachments/41662-check_load.patch b/web/attachments/41662-check_load.patch
new file mode 100644
index 0000000..93311be
--- /dev/null
+++ b/web/attachments/41662-check_load.patch
@@ -0,0 +1,14 @@
1Index: check_load.c
2===================================================================
3RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_load.c,v
4retrieving revision 1.5
5diff -r1.5 check_load.c
621a22,24
7> * 20/01/2003 - Now returns performance data
8> * mods by Edwin Eefting (www.DatuX.nl)
9> *
10141a145,148
11>
12> /* performance data */
13> printf ("|load1=%.2f,load5=%.2f,load15=%.2f", la1, la5, la15);
14>