[ansible] Use collectd_config for default_read_plugins
[barometer.git] / docker / ansible / roles / config_files / templates / ipmi.conf.j2
1 #Copyright 2018 OPNFV and Intel Corporation
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #     http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 LoadPlugin ipmi
16
17 #<Plugin ipmi>
18 #       <Instance "local">
19 #               Sensor "some_sensor"
20 #               Sensor "another_one"
21 #               IgnoreSelected false
22 #               NotifySensorAdd false
23 #               NotifySensorRemove true
24 #               NotifySensorNotPresent false
25 #               NotifyIPMIConnectionState false
26 #               SELEnabled false
27 #               SELClearEvent false
28 #       </Instance>
29 #       <Instance "remote">
30 #               Host "server.example.com"
31 #               Address  "1.2.3.4"
32 #               Username "user"
33 #               Password "secret"
34 #               #AuthType "md5"
35 #               Sensor "some_sensor"
36 #               Sensor "another_one"
37 #               IgnoreSelected false
38 #               NotifySensorAdd false
39 #               NotifySensorRemove true
40 #               NotifySensorNotPresent false
41 #               NotifyIPMIConnectionState false
42 #               SELEnabled false
43 #               SELClearEvent false
44 #       </Instance>
45 #</Plugin>