mirror of
https://forgejo.altau.su/lego/lego-monitoring.git
synced 2026-03-12 13:45:20 +00:00
lvmraid monitoring
This commit is contained in:
parent
57accba7d7
commit
db1c41fb53
13 changed files with 249 additions and 5 deletions
|
|
@ -101,6 +101,9 @@ async def async_main():
|
|||
owner_group=config.checks.ups.upsmon_group,
|
||||
)
|
||||
],
|
||||
check_sets.LVMRAID: [
|
||||
IntervalChecker(checks.lvmraid_check, interval=datetime.timedelta(minutes=5), persistent=True)
|
||||
],
|
||||
}
|
||||
|
||||
checkers = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue