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

update project

parent 778baae4
No related branches found
No related tags found
No related merge requests found
No preview for this file type
...@@ -77,10 +77,8 @@ def check_checkpoint_fw_connections(item, params, info): ...@@ -77,10 +77,8 @@ def check_checkpoint_fw_connections(item, params, info):
else: else:
yield 0, info + '%d' % value + unit yield 0, info + '%d' % value + unit
yield 0, 'peak: %d' % fwPeakNumConn infotext = 'peak: %d, table limit: %s' % (fwPeakNumConn, fwConnTableLimit)
yield 0, 'table limit: %s' % fwConnTableLimit yield 0, infotext , perfdata
yield 0, '', perfdata
check_info['checkpoint_fw_connections'] = { check_info['checkpoint_fw_connections'] = {
......
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