summaryrefslogtreecommitdiffstats
path: root/ACKNOWLEDGEMENTS
diff options
context:
space:
mode:
Diffstat (limited to 'ACKNOWLEDGEMENTS')
-rw-r--r--ACKNOWLEDGEMENTS21
1 files changed, 21 insertions, 0 deletions
diff --git a/ACKNOWLEDGEMENTS b/ACKNOWLEDGEMENTS
new file mode 100644
index 0000000..a070a54
--- /dev/null
+++ b/ACKNOWLEDGEMENTS
@@ -0,0 +1,21 @@
1This file contains the origin of code copied verbatim into some or all of the Nagios plugins.
2
3The NagiosPlugin team thanks the original authors.
4
5Copied code is cited in the source by indented commnents of the form
6
7 .. indent level .. /* Author YYYY sub-citation see ACKNOWLEDGEMENTS */
8
9.. copied code
10 /* Author YYYY sub-citation */
11
12King, Alecs 2004
13getmac.c posted at http://lists.freebsd.org/pipermail/freebsd-hackers/2004-June/007415.html
14The sysctl interface to the *BSD kernel is used to get the host MAC address in check_dhcp.c
15
16Kompf, Martin 200-2003 Copyright the author
17http://cplus.kompf.de/macaddr.html
18Using the DLPI support on SysV systems to get the host MAC address in check_dhcp.c
19
20
21