summaryrefslogtreecommitdiffstats
path: root/web/attachments/41662-check_load.patch
diff options
context:
space:
mode:
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>