File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed
Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ ISC License (ISC)
2+
3+ Copyright 2020 Florian "octo" Forster <octo at collectd.org>
4+
5+ Permission to use, copy, modify, and/or distribute this software for any purpose
6+ with or without fee is hereby granted, provided that the above copyright notice
7+ and this permission notice appear in all copies.
8+
9+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
10+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
11+ FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
12+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
13+ OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
14+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
15+ THIS SOFTWARE.
Original file line number Diff line number Diff line change 1+ # collectd Go plugins
2+
3+ This repository contains * collectd* plugins written in the Go programming
4+ language.
5+
6+ Specifically, these are plugins written with the
7+ [ ` collectd.org/plugin ` ] ( https://godoc.org/collectd.org/plugin ) package. These
8+ plugins can be compiled into a * shared object* (` .so ` file) and loaded by the
9+ daemon directly.
10+
11+ ## License
12+
13+ collectd Go plugins are licensed under the * ISC License* , unless otherwise
14+ stated. The full text of the ISC License can be found in the ` LICENSE ` file.
15+
16+ ## Authors
17+
18+ This repository hosts a number of plugins written by various authors and is
19+ maintained by the * collectd* maintainers. For authorship and contact
20+ information, please see the ` README.md ` or other documentation of individual
21+ plugins.
You can’t perform that action at this time.
0 commit comments