1LIBIPMIMONITORING(3)           LIBIPMIMONITORING          LIBIPMIMONITORING(3)
2
3
4

NAME

6       libipmimonitoring - a library for IPMI system event and sensor monitor‐
7       ing
8

SYNOPSIS

10       #include <ipmi_monitoring.h>
11

DESCRIPTION

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_interpret_sel.conf.   and  /etc//freeipmi_interpret_sen‐
27       sor.conf See freeipmi_interpret_sel.conf(5) and freeipmi_interpret_sen‐
28       sor.conf(5) for more information on configuring sensor and system event
29       interpretations.
30
31

FILES

33       /var/cache/ipmimonitoringsdrcache
34

REPORTING BUGS

36       Report bugs to <freeipmi-users@gnu.org> or <freeipmi-devel@gnu.org>.
37
38
40       Copyright (C) 2007-2012 Lawrence Livermore National Security, LLC.
41       Copyright (C) 2006-2007 The Regents of the University of California.
42
43       This library is free software; you can redistribute it and/or modify it
44       under  the  terms of the GNU General Public License as published by the
45       Free Software Foundation; either version 3 of the License, or (at  your
46       option) any later version.
47

SEE ALSO

49       freeipmi_interpret_sel.conf(5), freeipmi_interpret_sensors.conf(5)
50
51       http://www.gnu.org/software/freeipmi/
52
53
54
55LLNL                             December 2006            LIBIPMIMONITORING(3)
Impressum