Newer
Older
[PACKAGE]: ../../raw/master/mkp/inv_win_if_ip-0.0.4-20241212.mkp "inv_win_if_ip-0.0.4-20241212.mkp"
The plugin adds IP-address information to the inventory. The plugin supports IPv4 and IPv6, more than one IP-address per interface is supported.
---
### Download
* [Download latest mkp file][PACKAGE]
**Note**: before you update to a newer version, always check the [CHANGELOG](CHANGELOG). There migth be incompatible changes.
---
### 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>