summaryrefslogtreecommitdiff
path: root/meta-ibm/recipes-phosphor/health
AgeCommit message (Collapse)AuthorFilesLines
2022-10-03phosphor-health-monitor: Add do_install in base recipe.Jayashree Dhanapal1-5/+0
Added do_install in base recipe for phosphor-health-monitor to copy the json file from WORKDIR to target for monitoring the CPU and Memory usage of BMC. Therefore, this can be removed in each bbappend files. Tested: Tested in Facebook YosemiteV2 platform. Signed-off-by: Jayashree Dhanapal <jayashree-d@hcl.com> Change-Id: I78eed7efb3e0be81a952c4bc3c3ae64579a48f7d
2022-08-31meta-ibm: monitor /tmp and /var in health monitorNodeMan972-0/+71
IBM systems utilize /tmp and /var for a variety of purposes so setup the health monitor to look at the remaining space in these file systems. No action at this time other then a log in the journal to provide a clue when looking at an issue. Tested: - Filled up /tmp and verified this log: “Aug 19 19:59:43 p10bmc health-monitor[326]: ASSERT: sensor Storage_TMP is above the upper threshold critical high” - Removed big file from /tmp and verified this log: "Aug 19 20:01:34 p10bmc health-monitor[326]: DEASSERT: sensor Storage_TMP is under the upper threshold critical high” Signed-off-by: NodeMan97 <corey.hardesty@icloud.com> Change-Id: I8a7921dffa6b756a4ab19a0e807e558ccd35f996 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>