Skip to content

Commit

Permalink
enhances README in regards of iLO IML critical and warning #133
Browse files Browse the repository at this point in the history
  • Loading branch information
bb-Ricardo committed Aug 28, 2024
1 parent 83b4a57 commit 4c26e2b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,13 @@ be added to close session on the BMC properly.
Per default a session file will be crated in the *system/user default temp path*.
These defaults can be changed with following options:

Use ```--sessionfiledir```to define where the session files should be stored.
Use ```--sessionfiledir``` to define where the session files should be stored.
Use ```--sessionfile``` to specify the name of the session file for this particular system.

#### Session lock file
In order to prevent the race condition of one monitoring instance creating multiple sessions
it is possible to use ```--sessionlock```.

#### Example
options like this:

Expand All @@ -209,6 +213,9 @@ be alerted anymore. On most systems it is not possible to set management event l
as cleared. So entries with a severity of warning would alarm forever. This way they change
state while they age.

These settings do **NOT** apply to HPE iLO "Integrated Management Logs" as these support a "repaired"
option to be set.

Example: ```--mel --critical 1 --warning 3```

* Entries with a != OK severity which are not older than 24 hours are reported as CRITICAL
Expand Down

0 comments on commit 4c26e2b

Please sign in to comment.