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
README.md 1.7 KiB
Newer Older
[PACKAGE]: ../../raw/master/mkp/inv_ip_address-0.0.7-20241214.mkp "inv_ip_address-0.0.7-20241214.mkp"
thl-cmk's avatar
thl-cmk committed
# Inventory of IP addresses
thl-cmk's avatar
thl-cmk committed

thl-cmk's avatar
thl-cmk committed
The plugin adds the IP-addresses information to the inventory for devices monitored via SNMP. The plugin supports IPv4 and IPv6.

thl-cmk's avatar
thl-cmk committed
---
### Download
* [Download latest mkp file][PACKAGE]

**Note**: before you update to a newer version, always check the [CHANGELOG](CHANGELOG). There migth be incompatible changes.
thl-cmk's avatar
thl-cmk committed

**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.

thl-cmk's avatar
thl-cmk committed
---
### 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> 

thl-cmk's avatar
thl-cmk committed
---
### 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>

thl-cmk's avatar
thl-cmk committed
---
### Sample Output

Sample output

thl-cmk's avatar
thl-cmk committed
![sample output](img/sample.png?raw=true "sample output")