X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=bindings%2Ferlang%2Fcollectd.hrl;h=5baaef1affabdc05d73baf62504918265a87648c;hb=refs%2Fheads%2Fff%2Ferlang;hp=838beb3a41dc0071a332a859ab4d2214e9a65ff1;hpb=a53e5184f3f6f801e46f1f0a0d4b0d0a566657f2;p=collectd.git diff --git a/bindings/erlang/collectd.hrl b/bindings/erlang/collectd.hrl index 838beb3a..5baaef1a 100644 --- a/bindings/erlang/collectd.hrl +++ b/bindings/erlang/collectd.hrl @@ -1,3 +1,22 @@ +% collectd - bindings/erlang/collectd.hrl +% Copyright (C) 2009 Florian octo Forster +% +% This program is free software; you can redistribute it and/or modify it +% under the terms of the GNU General Public License as published by the +% Free Software Foundation; only version 2 of the License is applicable. +% +% This program is distributed in the hope that it will be useful, but +% WITHOUT ANY WARRANTY; without even the implied warranty of +% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +% General Public License for more details. +% +% You should have received a copy of the GNU General Public License along +% with this program; if not, write to the Free Software Foundation, Inc., +% 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +% +% Authors: +% Florian octo Forster + -record(value_list, {host="localhost", plugin, plugin_instance, type, type_instance, ctime, interval=10, values}). -record(data_source, {ds_name, type, min, max}). -record(data_set, {type, sources}).