1LIBIPMIMONITORING(3) LIBIPMIMONITORING LIBIPMIMONITORING(3)
2
3
4
6 libipmimonitoring - a library for IPMI system event and sensor monitor‐
7 ing
8
10 #include <ipmi_monitoring.h>
11
13 The libipmimonitoring implements a high level sensor and system event
14 monitoring API. For system events, an iterator interface is provided
15 that allows the user to iterate through system events, types, states,
16 and more. For sensors, an iterator and callback interface is provided
17 that allows the user to iterate through sensor values, types, units,
18 states, and more.
19
20 In order to improve efficiency, SDR data will be cached on the host.
21 By default it is cached in /var/cache/ipmimonitoringsdrcache.
22
23 Interpretation rules for system events and sensors are guided by
24 libfreeipmi(3)'s interpretation library. Configuration of the interpre‐
25 tation rules can be configurd via the configuration file
26 /etc/freeipmi//freeipmi_interpret_sel.conf. and
27 /etc/freeipmi//freeipmi_interpret_sensor.conf See freeipmi_inter‐
28 pret_sel.conf(5) and freeipmi_interpret_sensor.conf(5) for more infor‐
29 mation on configuring sensor and system event interpretations.
30
32 /var/cache/ipmimonitoringsdrcache
33
35 Report bugs to <freeipmi-users@gnu.org> or <freeipmi-devel@gnu.org>.
36
38 Copyright (C) 2007-2015 Lawrence Livermore National Security, LLC.
39 Copyright (C) 2006-2007 The Regents of the University of California.
40
41 This library is free software; you can redistribute it and/or modify it
42 under the terms of the GNU General Public License as published by the
43 Free Software Foundation; either version 3 of the License, or (at your
44 option) any later version.
45
47 freeipmi_interpret_sel.conf(5), freeipmi_interpret_sensors.conf(5)
48
49 http://www.gnu.org/software/freeipmi/
50
51
52
53LLNL December 2006 LIBIPMIMONITORING(3)