Newer
Older
thl-cmk
committed
[PACKAGE]: ../../raw/master/mkp/inv_ip_address-0.0.7-20241214.mkp "inv_ip_address-0.0.7-20241214.mkp"
The plugin adds the IP-addresses information to the inventory for devices monitored via SNMP. The plugin supports IPv4 and IPv6.
---
### Download
* [Download latest mkp file][PACKAGE]
**Note**: before you update to a newer version, always check the [CHANGELOG](CHANGELOG). There migth be incompatible changes.
**Note**: with version 0.0.5 the package name has changed form `inv_ipv4_adresses` to `inv_ip_address`. If you are updating from a version before 0.0.5 remove the old package first.
---
### Installation
You can install the package by uploading it to your CheckMK site and as site user run
```
mkp add PAKAGE_NAME.mkp
mkp enable PAKAGE_NAME VERSION
```
In the Enterprise/Free/Cloud edition of CheckMK you can use the GUI to install the package (_Setup_ -> _Extension Packages_ -> _Upload package_)
---
### Want to Contribute?
Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contributing")
---
### WATO
<details><summary>HW/SW inventory rules</summary>
The inventory plugin is not configurable.
</details>
---
### Host labels
<details><summary>Host labels added</summary>
- `nvdct/l3v4_topology:host` if the host has one IPv4 address
- `nvdct/l3v4_topology:router` if the thost has more than one IPv4 address
- `nvdct/l3v6_topology:host` if the host has one IPv6 address
- `nvdct/l3v6_topology:router` if the thost has more than one IPv6 address
**Note**: Localhost `(127.0.0.0/8`, `::1`), link-local (`FE80::/64`) and unspecified (`::`) IPs don't count.
</details>