Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| monitors:cpu-load-calc [2016/12/28 15:45] – [Installation] dozor | monitors:cpu-load-calc [2018/05/22 15:05] (current) – [Changelog] dozor | ||
|---|---|---|---|
| Line 56: | Line 56: | ||
| # Description: | # Description: | ||
| # Dependency: Requires ' | # Dependency: Requires ' | ||
| + | # Last Change: 2018-05-22 | ||
| + | # Recent Changes: | ||
| # | # | ||
| Line 190: | Line 192: | ||
| # Get the number of procs reported from node's most recent host data file | # Get the number of procs reported from node's most recent host data file | ||
| - | node_num_procs=" | + | node_num_procs=" |
| | | ||
| # If node_num_procs is empty or not a number, move to the next node | # If node_num_procs is empty or not a number, move to the next node | ||
| Line 228: | Line 230: | ||
| ===== Known Bugs and Issues ===== | ===== Known Bugs and Issues ===== | ||
| + | * Enterprise Linux 5 does not report number of procs in hostdata. Those systems will need to be set manually in analysis.cfg files. | ||
| ===== To Do ===== | ===== To Do ===== | ||
| Line 234: | Line 237: | ||
| ===== Changelog ===== | ===== Changelog ===== | ||
| + | * **2018-05-22** | ||
| + | * Updated awk search to look for [nproc] at the beginning of the line. | ||
| * **2016-12-28** | * **2016-12-28** | ||
| * Added green status in force_hostdata function to improve refresh logic. | * Added green status in force_hostdata function to improve refresh logic. | ||