forked from zabbix/community-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request zabbix#203 from AquiloSpiritus/main
New Cisco WLC + AP
- Loading branch information
Showing
3 changed files
with
1,180 additions
and
0 deletions.
There are no files selected for viewing
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,32 @@ | ||
requires zabbix 6.2(!!!) | ||
wifi APs are created as separate devices, with interface and data from WLC, AP direct ping, and AP-WLC ping (it is assumed that all APs have a preferred controller, in cases if there is more than one WLC) | ||
|
||
# template_Cisco_WiFi_WLC_62 | ||
The main template assigned to the controller. | ||
|
||
## Macros used | ||
There are no macros links in this template. | ||
|
||
|
||
## Discovery rules | ||
|
||
|Name|Description|Type|Key and additional info| | ||
|----|-----------|----|----| | ||
|WLC AP data|Creates nodes with template_Cisco_WiFi_WLC_62_AP template and {$MAC_ADD_DEC} macro|`SNMP agent`|bsnAPName<p>Update: 1h</p>| | ||
|WLC SSID data||`SNMP agent`|bsnDot11EssSsid<p>Update: 1h</p>| | ||
|
||
|
||
|
||
|
||
|
||
|
||
# template_Cisco_WiFi_WLC_62_AP | ||
DO NOT ATTACH!!! | ||
Created automatically by the main template | ||
|
||
## Macros used | ||
# template_Cisco_WiFi_WLC_62_AP | ||
|Name|Description| | ||
|----|-----------| | ||
|{$MAC_ADD_DEC}|Decimal display mac address <p>Automatically set by Detection</p>| | ||
|
Oops, something went wrong.