Collection of CheckMK checks (see https://checkmk.com/). All checks and plugins are provided as is. Absolutely no warranty. Send any comments to thl-cmk[at]outlook[dot]com

Skip to content
Snippets Groups Projects
Commit 0ad2dd3a authored by thl-cmk's avatar thl-cmk :flag_na:
Browse files

update project

parent a771122c
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -2,71 +2,71 @@
# -*- encoding: utf-8; py-indent-offset: 4 -*-
removecolumns = [
("ieee80211ucapable" ,"802.11u capable"),
("aaaoverrideaclapplied" ,"AAA overide ACL applied"),
("aaaoverrideaclname" ,"AAA overide ACL name"),
("aaarole" ,"AAA role"),
("accessvlan" ,"Access VLAN"),
("aclapplied" ,"ACL applied"),
("aclname" ,"ACL name"),
# ("apmacaddress" ,"AP MAC address"),
("aproammacaddress" ,"AP roam MAC address"),
("associationmode" ,"Association mode"),
("authentication" ,"Authentication"),
("authmode" ,"Auth mode"),
# ("channel" ,"Channel"),
("currenttxrateset" ,"Current TX rate (MBit/s)"),
("datarateset" ,"Data rate set"),
("dataswitching" ,"Data switching"),
# ("devicetype" ,"Device type"),
("hreapapauth" ,"HREAP AP auth"),
("iftype" ,"Interface type"),
# ("ipaddress" ,"IP address"),
("ipv6aclapplied" ,"IPv6 ACL applied"),
("ipv6aclname" ,"IPv6 ACL name"),
("logintime" ,"Login time"),
("macaddress" ,"MAC Addresse"),
("mdnsadvcount" ,"mDNS adv count"),
("mdnsprofile" ,"mDNS profile"),
("nacstate" ,"NAC state"),
("policyname" ,"Policy name"),
("posturestate" ,"Posture state"),
("powersavemode" ,"Power save mode"),
# ("protocol" ,"Protocol"),
("quarantinevlan" ,"Quarantine VLAN"),
("reasoncode" ,"Reason code"),
("redirecturl" ,"Redirect URL"),
("securitytagid" ,"Security tag ID"),
("sessionid" ,"Session ID"),
# ("ssid" ,"SSID"),
# ("status" ,"Status"),
("typekts" ,"NEC KTS SIP client"),
# ("uptime" ,"Uptime"),
("userauthtype" ,"User auth type"),
# ("username" ,"Username"),
("wgbmacaddress" ,"WGB MAC address"),
("wgbstatus" ,"WGB status"),
("wlanprofilename" ,"WLAN profile name"),
('ieee80211ucapable' ,'802.11u capable'),
('aaaoverrideaclapplied' ,'AAA overide ACL applied'),
('aaaoverrideaclname' ,'AAA overide ACL name'),
('aaarole' ,'AAA role'),
('accessvlan' ,'Access VLAN'),
('aclapplied' ,'ACL applied'),
('aclname' ,'ACL name'),
# ('apmacaddress' ,'AP MAC address'),
('aproammacaddress' ,'AP roam MAC address'),
('associationmode' ,'Association mode'),
('authentication' ,'Authentication'),
('authmode' ,'Auth mode'),
# ('channel' ,'Channel'),
('currenttxrateset' ,'Current TX rate (MBit/s)'),
('datarateset' ,'Data rate set'),
('dataswitching' ,'Data switching'),
# ('devicetype' ,'Device type'),
('hreapapauth' ,'HREAP AP auth'),
('iftype' ,'Interface type'),
# ('ipaddress' ,'IP address'),
('ipv6aclapplied' ,'IPv6 ACL applied'),
('ipv6aclname' ,'IPv6 ACL name'),
('logintime' ,'Login time'),
('macaddress' ,'MAC Addresse'),
('mdnsadvcount' ,'mDNS adv count'),
('mdnsprofile' ,'mDNS profile'),
('nacstate' ,'NAC state'),
('policyname' ,'Policy name'),
('posturestate' ,'Posture state'),
('powersavemode' ,'Power save mode'),
# ('protocol' ,'Protocol'),
('quarantinevlan' ,'Quarantine VLAN'),
('reasoncode' ,'Reason code'),
('redirecturl' ,'Redirect URL'),
('securitytagid' ,'Security tag ID'),
('sessionid' ,'Session ID'),
# ('ssid' ,'SSID'),
# ('status' ,'Status'),
('typekts' ,'NEC KTS SIP client'),
# ('uptime' ,'Uptime'),
('userauthtype' ,'User auth type'),
# ('username' ,'Username'),
('wgbmacaddress' ,'WGB MAC address'),
('wgbstatus' ,'WGB status'),
('wlanprofilename' ,'WLAN profile name'),
]
register_rule("inventory", "inv_parameters:inv_cisco_wlc_clients",
register_rule('inventory', 'inv_parameters:inv_cisco_wlc_clients',
Dictionary(
title=_("Cisco WLC Client inventory"),
title=_('Cisco WLC Client inventory'),
elements=[
("disable",
('disable',
FixedValue(True,
title=_("disable inventory"),
title=_('disable inventory'),
)),
("removecolumns",
('removecolumns',
ListChoice(
title=_("list of columns to remove"),
label=_("list of columns to remove"),
help=_("remove these columns from inventory"),
title=_('list of columns to remove'),
label=_('list of columns to remove'),
help=_('remove these columns from inventory'),
choices=removecolumns,
default_value=[],
)),
],
),
match="dict",
match='dict',
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment