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

update project

parent 7096fa99
No related branches found
No related tags found
No related merge requests found
# Contributing
If you have any issues or ideas for improvement you can send me an email to _thl-cmk[at]outlook[dot]com_.
For some fixes/improvements I migth need a _snmpwalk_ fom the device in question.
This must contain
- .1.3.6.1.2.1.1.1 sysDescr
- .1.3.6.1.2.1.1.2 sysObjectID
and all the SNMP OIDs used in the plugin.
If you run the _snmpwalk_ command, please uses these options _**-ObentU**_ in addition to your snmp options like community, version etc.
For example:
```
snmpwalk -v2c -c public -ObentU 10.10.10.10 .1.3.6.1.2.1.1.1 > hostname.snmpwalk
snmpwalk -v2c -c public -ObentU 10.10.10.10 .1.3.6.1.2.1.1.2 >> hostname.snmpwalk
snmpwalk -v2c -c public -ObentU 10.10.10.10 .1.3.6.1.4.1.2620.1.6.20.8.1 >> hostname.snmpwalk
snmpwalk -v2c -c public -ObentU 10.10.10.10 .1.3.6.1.4.1.2620.1.6.20.10.1 >> hostname.snmpwalk
```
# inventory of Check Point Hardware Appliances
# inventory of Check Point Hardware Appliances [(Download the MKP package)](/../../../-/raw/master/inv_checkpoint_updates.mkp "Download MKP package")
**Note: this package is for CheckMK version 2.x. For other versions see the corresponding branch.**
......@@ -6,5 +6,10 @@ adds the following to the inventory:
* Available/installed/recommended updates
---
#### Want to contribute?
Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contributing")
---
Here is a sample inventory
![sample Check point inventory](/doc/sample.png?raw=true "sample Check Point inventory")
......@@ -36,11 +36,11 @@
from typing import List, NamedTuple
from .agent_based_api.v1.type_defs import (
from cmk.base.plugins.agent_based.agent_based_api.v1.type_defs import (
StringTable,
InventoryResult,
)
from .agent_based_api.v1 import (
from cmk.base.plugins.agent_based.agent_based_api.v1 import (
register,
SNMPTree,
TableRow,
......
No preview for this file type
......@@ -11,5 +11,5 @@
'title': 'Check Point appliance avilable updates inventory plugin',
'version': '20210208.v.0.1',
'version.min_required': '2.0.0b8',
'version.packaged': '2.0.0p1',
'version.packaged': '2021.07.14',
'version.usable_until': None}
\ 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