From 8b281d3a84dc6663af94e4e03b5d61ed8b3c5f20 Mon Sep 17 00:00:00 2001 From: TheNetworkGuy Date: Wed, 27 Dec 2023 15:36:09 +0100 Subject: [PATCH] Fixed typo in documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3637f07..0787581 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ You can make the hostID field hidden or read-only to prevent human intervention. This is optional and there is a use case for leaving it read-write in the UI to manually change the ID. For example to re-run a sync. ### Template source -You can either use a Netbox devicce type custom field or Netbox config context for the Zabbix tempplate information. +You can either use a Netbox device type custom field or Netbox config context for the Zabbix tempplate information. Using a custom field allows for only one template. You can assign multiple templates to one host using the config context source. Should you make use of an advanced templating structure with lots of nesting then i would recommend sticking to the custom field.