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 dc52761b authored by thl-cmk's avatar thl-cmk :flag_na:
Browse files

update project

parent da18918c
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -13,6 +13,7 @@
# 08.03.2018 : fixed update status, changed snmp scan function and inventory
# 15.03.2018 : code cleanup
# 07.06.2020 : code cleanup
# 08.06.2020 : changed snmp-scan function
#
# sample info
# [[u'valid', u'Mon Jul 1 01:00:00 2019', u'Contract is up to date.', u'new',
......@@ -106,8 +107,8 @@ check_info['checkpoint_apcl'] = {
'service_description' : 'Application control',
'group' : 'checkpoint_apcl',
'snmp_scan_function': lambda oid: (oid('.1.3.6.1.2.1.1.2.0').startswith('.1.3.6.1.4.1.2620.1.6.123.1') or
oid('.1.3.6.1.2.1.1.2.0') in ['.1.3.6.1.4.1.8072.3.2.10',]) # Virtual System (Linux)
and oid('.1.3.6.1.4.1.2620.1.39.1.1.0'), # CHECKPOINT-MIB::applicationControlSubscriptionStatus.0
oid('.1.3.6.1.2.1.1.2.0').startswith('.1.3.6.1.4.1.8072.3.2.10')) and
oid('.1.3.6.1.4.1.2620.1.6.1.0', '').lower().startswith('svn foundation'),
'snmp_info' : ('.1.3.6.1.4.1.2620.1.39', [ # CHECKPOINT-MIB
'1.1', # applicationControlSubscriptionStatus
'1.2', # applicationControlSubscriptionExpDate
......@@ -122,5 +123,4 @@ check_info['checkpoint_apcl'] = {
'102', # applicationControlStatusShortDesc
'103', # applicationControlStatusLongDesc
]),
}
}
\ No newline at end of file
......@@ -6,6 +6,6 @@
'name': 'checkpoint_application_control',
'num_files': 2,
'title': u'Check Point Application control',
'version': '20200607.v0.1.2d',
'version': '20200608.v0.1.2e',
'version.min_required': '1.2.8b8',
'version.packaged': '1.4.0p38'}
\ No newline at end of file
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