-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aeb423b
commit a9251b6
Showing
14 changed files
with
656 additions
and
74 deletions.
There are no files selected for viewing
343 changes: 281 additions & 62 deletions
343
lib/check_mk/base/plugins/agent_based/unifi_controller.py
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
title: Unifi Controller | ||
agents: unifi_controller | ||
catalog: networking | ||
licence: MIT | ||
description: | ||
plz fill me | ||
|
||
item: | ||
The name of the device | ||
|
||
inventory: | ||
One Service for each device | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
title: Unifi Device | ||
agents: unifi_controller | ||
catalog: networking | ||
licence: MIT | ||
description: | ||
plz fill me | ||
|
||
item: | ||
The name of the device | ||
|
||
inventory: | ||
One Service for each device | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
title: Unifi Devicelist | ||
catalog: networking | ||
agents: unifi_controller | ||
licence: MIT | ||
description: | ||
plz fill me | ||
|
||
item: | ||
The name of the device | ||
|
||
inventory: | ||
One Service for each device | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
title: Unifi Network Port | ||
agents: unifi_controller | ||
catalog: networking | ||
licence: MIT | ||
description: | ||
plz fill me | ||
|
||
item: | ||
The name of the Port | ||
|
||
inventory: | ||
One Service for each Port | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
title: Unifi WLAN Radio | ||
agents: unifi_controller | ||
catalog: networking | ||
licence: MIT | ||
description: | ||
plz fill me | ||
|
||
item: | ||
The name of the Radio | ||
|
||
inventory: | ||
One Service for each Radio | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
title: Unifi SSID | ||
agents: unifi_controller | ||
catalog: networking | ||
licence: MIT | ||
description: | ||
plz fill me | ||
|
||
item: | ||
The name of the SSID | ||
|
||
inventory: | ||
One Service for each SSID | ||
|
Oops, something went wrong.