Hardware Monitor Configuration Files
Monitor Configuration Files
File Names
Global configuration file: /var/stm/config/tools/monitor/Global.cfg
The file naming convention for the startup configuration files is:
/var/stm/config/tools/monitor/monitor_name.cfg
monitorname is the name of the monitor executable
File Format
Settings in the device configuration file use the following conventions:
•Configuration settings consist of a term defining the characteristic to be configured, followed by a value assigned to the term.
For example, POLL_INTERVAL 60
•There must be at least one space between the term and each value.
•Comments begin with the pound character (#) and continue until the end of the line. A comment may occur on a line by itself, or after a blank space following the value in a configuration entry.
For example, either of the following are valid comments:
# Valid values for severity_name are:
SEVERITY_ACTION CRITICAL NOTIFY # notify on critical events
Table
NOTE | An | |||
| monitorname is the executable file listed in the data sheet): man monitorname | |||
|
|
|
|
|
Table |
| Monitor Configuration File Entries |
| |
|
|
|
|
|
|
| Setting | Values | Description |
|
|
|
|
|
|
| SEVERITY_ACTION | Valid severity values | Defines whether the |
|
| <severity> <action> | are: | monitor should report or |
|
|
| CRITICAL | ignore events for the |
|
|
| indicated severity level. | |
|
|
| SERIOUS | |
|
|
|
| |
|
|
| MAJOR_WARNING |
|
|
|
| MINOR_WARNING |
|
|
|
| INFORMATIONAL |
|
|
|
| Valid action values are: |
|
|
|
| NOTIFY |
|
|
|
| IGNORE |
|
|
|
|
|
|
Chapter 5 | 87 |