From 4a98ee6b2dfa7070f63a14f657bb7060adf9ab90 Mon Sep 17 00:00:00 2001
From: thl-cmk <thl-cmk@outlook.com>
Date: Wed, 18 Dec 2024 19:17:22 +0000
Subject: [PATCH] Update README.md

---
 README.md | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index f67a414..781da5f 100644
--- a/README.md
+++ b/README.md
@@ -76,12 +76,12 @@ Sample output
 Extends the existing device info inventory plugin by:
 
  - adding host labels
-   - cmk/meraki: This label is set to "yes" for all Meraki devices
-   - cmk/meraki/device_type: This label is set to the Meraki product type to which the device belongs, such as "switch" or "wireless".
-   - cmk/meraki/net_id: This label is set to the network id the Meraki device belongs to.
-   - cmk/meraki/net_name: This label is set to the network name the Meraki device belongs to.
-   - cmk/meraki/org_id: This label is set to the organisation id the Meraki device belongs to.
-   - cmk/meraki/org_name: This label is set to the organisation name the Meraki device belongs to.
+   - `cmk/meraki:yes` Is set for all Meraki devices
+   - `cmk/meraki/device_type:<product type>` This label is set to the Meraki product type to which the device belongs, such as _switch_ or _wireless_.
+   - `cmk/meraki/net_id:< network_id>` This label is set to the network id the Meraki device belongs to.
+   - `cmk/meraki/net_name:<network_name>` This label is set to the network name the Meraki device belongs to.
+   - `cmk/meraki/org_id:<org_id>` This label is set to the organisation id the Meraki device belongs to.
+   - `cmk/meraki/org_name:org_name` This label is set to the organisation name the Meraki device belongs to.
 - extending the inventory by adding
    - the manufacturer
    - the network name 
@@ -191,6 +191,11 @@ Monitors the state of Meraki switch ports. Includes:
 
 **Note**: To use the traffic counters, the API cache needs be disabled, and the generation of the perfdata must be enabled in WATO.
 
+Host labels
+
+- `nvdct/has_cdp_neighbours:yes` if the host has at least one CDP neighbour 
+- `nvdct/has_lldp_neighbours:yes` if the host has at least one LLDP neighbour
+
 Sample output
 
 ![sample output](img/meraki-port-status.png?raw=true "Switch port status")
-- 
GitLab