Skip to content

Commit

Permalink
Rework special agent for Checkmk 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jiuka committed Jun 27, 2024
1 parent 68692e6 commit 053146e
Show file tree
Hide file tree
Showing 68 changed files with 400 additions and 792 deletions.
2 changes: 1 addition & 1 deletion agent_based/dell_storage_center.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
Service,
State,
)
from .utils.dell_storage import (
from cmk_addons.plugins.dell_storage.lib.dell_storage import (
DSResult
)

Expand Down
2 changes: 1 addition & 1 deletion agent_based/dell_storage_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Service,
State,
)
from .utils.dell_storage import (
from cmk_addons.plugins.dell_storage.lib.dell_storage import (
DSResult
)

Expand Down
2 changes: 1 addition & 1 deletion agent_based/dell_storage_disk.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
Service,
)
from cmk.plugins.lib import diskstat
from .utils.dell_storage import (
from cmk_addons.plugins.dell_storage.lib.dell_storage import (
DSResult
)

Expand Down
2 changes: 1 addition & 1 deletion agent_based/dell_storage_enclosure.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Service,
State,
)
from .utils.dell_storage import (
from cmk_addons.plugins.dell_storage.lib.dell_storage import (
DSResult
)

Expand Down
2 changes: 1 addition & 1 deletion agent_based/dell_storage_fan.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
Service,
State,
)
from .utils.dell_storage import (
from cmk_addons.plugins.dell_storage.lib.dell_storage import (
DSResult
)

Expand Down
2 changes: 1 addition & 1 deletion agent_based/dell_storage_port.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
State,
)
from cmk.plugins.lib import diskstat
from .utils.dell_storage import (
from cmk_addons.plugins.dell_storage.lib.dell_storage import (
DSResult
)

Expand Down
2 changes: 1 addition & 1 deletion agent_based/dell_storage_psu.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Service,
State,
)
from .utils.dell_storage import (
from cmk_addons.plugins.dell_storage.lib.dell_storage import (
DSResult
)

Expand Down
2 changes: 1 addition & 1 deletion agent_based/dell_storage_temp.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
State,
)
from cmk.plugins.lib.temperature import check_temperature
from .utils.dell_storage import (
from cmk_addons.plugins.dell_storage.lib.dell_storage import (
DSResult,
)

Expand Down
2 changes: 1 addition & 1 deletion agent_based/dell_storage_volume.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
Service,
)
from cmk.plugins.lib import diskstat
from .utils.dell_storage import (
from cmk_addons.plugins.dell_storage.lib.dell_storage import (
DSResult
)

Expand Down
Loading

0 comments on commit 053146e

Please sign in to comment.