File: log.rst

package info (click to toggle)
python-hpilo 4.4.3-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,784 kB
  • sloc: python: 3,418; ruby: 467; makefile: 122; sh: 31
file content (17 lines) | stat: -rw-r--r-- 526 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
iLO event log
=============
The iLO keeps two separate logs: for iLO events and for server events. While
iLO 4 can also log to a central syslog server, for others you will need to
query this log yourself, using the functions below.

.. py:currentmodule:: hpilo

.. class:: Ilo
   :noindex:

   .. automethod:: get_ilo_event_log
   .. ilo_output:: get_ilo_event_log
   .. automethod:: clear_ilo_event_log
   .. automethod:: get_server_event_log
   .. ilo_output:: get_server_event_log
   .. automethod:: clear_server_event_log