summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/health
AgeCommit message (Collapse)AuthorFilesLines
2021-12-17meta-phosphor: prefer https protocolPatrick Williams1-1/+1
A few recipes are specifying 'protocol=git' to the git-fetcher, which is already the default[1]. For github URLs, upstream Yocto / OE suggest that 'protocol=https' is used[2]. Switch any URL that has a protocol specified to be 'https' instead of 'git'. 1. https://docs.yoctoproject.org/bitbake/bitbake-user-manual/bitbake-user-manual-fetching.html#git-fetcher-git 2. https://lists.openembedded.org/g/openembedded-devel/message/94255 Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ibf1ab0fa2cb83c8cb9f4e535a0781f41e3b0dafe
2021-11-03phosphor-health-monitor: srcrev bump 036f1617ec..f515187932Andrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: I9109f3e31323427ad82343fee0b1cc42d41a0699 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-27phosphor-health-monitor: srcrev bump 2b231e8aa9..036f1617ecAndrew Geissler1-1/+1
Patrick Williams (5): build: switch to C++20 meson: add subprojects to build MAINTAINERS: update for Vijay clang-format: sync latest from docs logging: switch to lg2 Sui Chen (2): Associate BMC health sensors with chassis Fix association creation Change-Id: Id8f796c7e2661516fbdbccf35750cfb28a779100 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-11meta-phosphor: prep for new override syntaxPatrick Williams1-1/+1
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I588025b614416c43aa2d053765ab53bacf890cb5
2020-12-05phosphor-health-monitor: srcrev bump af9acbde4b..2b231e8aa9Andrew Geissler1-1/+1
Bruceleequantatw (1): Avoid "Error from statvfs2" showing reaptedly. (From meta-phosphor rev: ae2ec741dfa9f17179fd6877505a923bd7175120) Change-Id: Ieae48ed04311093ae994227f740819c5d23b4d15 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-18phosphor-health-monitor: srcrev bump 1d0d012063..af9acbde4bAndrew Geissler1-1/+1
Bruceleequantatw (1): Add storage utilization functions (From meta-phosphor rev: 4fa446573e65217b73f187c2794bc8f4e5d33b96) Change-Id: I7f2344100c89d7212671c5ff207df83bf58d6050 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-10-02phosphor-health-monitor: srcrev bump 415dcd21da..1d0d012063Andrew Geissler1-1/+1
Vijay Khemka (1): Add object manager (From meta-phosphor rev: f6571ab8ff320554123256cc5fac992563a31273) Change-Id: Ifd1a3f46705bfa6264a031ba5f33d385d797c777 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-09-24phosphor-health-monitor: srcrev bump b7a7b8a5a4..415dcd21daAndrew Geissler1-1/+1
Vijay Khemka (2): Add unit to health sensor Fix threshold checking (From meta-phosphor rev: c6579a1a8454582d8e43d4e7660f47b661fb2827) Change-Id: Ifbbace37c618ac2eb466f8a79eccbb54805728d2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-11phosphor-health-monitor: srcrev bump e279530e92..b7a7b8a5a4Andrew Geissler1-1/+1
Vijay Khemka (3): Add sensor read function Add sensor reading timer Check threshold values (From meta-phosphor rev: 80873b3ebe921adf3e3f3591cc1637ec98e417da) Change-Id: Ib9ef4f289b67858d4f1202d05f740561ff30d8b5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-08-04meta-phosphor: health: Add health monitor recipeVijay Khemka1-0/+21
Added new recipe for health monitor application which collects and monitor health sensor statistics (From meta-phosphor rev: 4d2032e9e190e02e8608939eeebdea785ea53772) Change-Id: Iae501b862990b1dc51460e360d67cfd36d00d3fe Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>