Initial commit

This commit is contained in:
2023-12-02 13:49:10 +01:00
commit a8c046e968
14 changed files with 784 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
title: HAL9001: Overall Status
agents: linux
catalog: unsorted
license: GPL
distribution: check_mk
description:
Show info about HAL9001 storage systems, e.g. overall status and version
The check will raise WARN/CRIT if not "ok", dependig on the reported internal state
item:
none
inventory:
one service with overall information

View File

@@ -0,0 +1,13 @@
title: HAL9001: Storage Upload/Download Rate
agents: linux
catalog: unsorted
license: GPL
distribution: check_mk
description:
Shows the upload/download rate of storages in bytes/s
The check will raise WARN/CRIT if rates are above the levels which can be defined
with the appropriate rule set.
item:
storageid
inventory:
one service is created for each storage

View File

@@ -0,0 +1,13 @@
title: HAL9001: Quota Usage of Users
agents: linux
catalog: unsorted
license: GPL
distribution: check_mk
description:
Shows the usage of storage quota used by each user in percent of the maximum allowed quota
The check will raise WARN/CRIT if usage is above the levels which can be defined
with the apprppriate rule set.
item:
userid
inventory:
one service is created for each user