]> granicus.if.org Git - icinga2/blob - lib/perfdata/perfdata-type.conf
42938b4f100ab9d3b206780f2ca5262302b848f7
[icinga2] / lib / perfdata / perfdata-type.conf
1 /******************************************************************************
2  * Icinga 2                                                                   *
3  * Copyright (C) 2012-2015 Icinga Development Team (http://www.icinga.org)    *
4  *                                                                            *
5  * This program is free software; you can redistribute it and/or              *
6  * modify it under the terms of the GNU General Public License                *
7  * as published by the Free Software Foundation; either version 2             *
8  * of the License, or (at your option) any later version.                     *
9  *                                                                            *
10  * This program is distributed in the hope that it will be useful,            *
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of             *
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the              *
13  * GNU General Public License for more details.                               *
14  *                                                                            *
15  * You should have received a copy of the GNU General Public License          *
16  * along with this program; if not, write to the Free Software Foundation     *
17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.             *
18  ******************************************************************************/
19
20 %type PerfdataWriter {
21         %attribute %string "host_perfdata_path",
22         %attribute %string "service_perfdata_path",
23         %attribute %string "host_temp_path",
24         %attribute %string "service_temp_path",
25         %attribute %string "host_format_template",
26         %attribute %string "service_format_template",
27         %attribute %number "rotation_interval"
28 }
29
30 %type GraphiteWriter {
31         %attribute %string "host",
32         %attribute %string "port",
33         %attribute %string "host_name_template",
34         %attribute %string "service_name_template"
35 }
36
37 %type GelfWriter {
38         %attribute %string "host",
39         %attribute %string "port",
40         %attribute %string "source"
41 }
42
43 %type OpenTsdbWriter {
44         %attribute %string "host",
45         %attribute %string "port",
46 }
47