mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
Add Zabbix credential only page (#2634)
This commit is contained in:
committed by
GitHub
parent
76458e6a0f
commit
e7da33104c
36
docs/integrations/builtin/credentials/zabbix.md
Normal file
36
docs/integrations/builtin/credentials/zabbix.md
Normal file
@@ -0,0 +1,36 @@
|
||||
---
|
||||
#https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
|
||||
title: Zabbix credentials
|
||||
description: Documentation for the Zabbix credentials. Use these credentials to authenticate Zabbix in n8n, a workflow automation platform.
|
||||
contentType: integration
|
||||
---
|
||||
|
||||
# Zabbix credentials
|
||||
|
||||
--8<-- "_snippets/integrations/builtin/credentials/cred-only-statement.md"
|
||||
|
||||
<!-- If this credential has numerous prerequisites, include the Prerequisites section below and remove the account reference in the in the Using_Auth method_ section.
|
||||
If a single prereq. like having an account, delete the Prerequisites section here and just update the intro statement in the Using _Auth method_ section -->
|
||||
## Prerequisites
|
||||
|
||||
Create a [Zabbix Cloud](https://www.zabbix.com/) account or self-host your own Zabbix server.
|
||||
|
||||
## Supported authentication methods
|
||||
|
||||
* API key
|
||||
|
||||
## Related resources
|
||||
|
||||
Refer to [Zabbix's API documentation](https://www.zabbix.com/documentation/current/en/manual/api){:target=_blank .external-link} for more information about the service.
|
||||
|
||||
This is a credential-only node. Refer to [Custom API operations](/integrations/custom-operations/) to learn more. View [example workflows and related content](https://n8n.io/integrations/zabbix/){:target=_blank .external-link} on n8n's website.
|
||||
|
||||
|
||||
## Using API key
|
||||
|
||||
To configure this credential, you'll need:
|
||||
|
||||
- an **API Token**: An API key for your Zabbix user.
|
||||
- the **URL**: The URL of your Zabbix server. Don't include `/zabbix` as part of the URL.
|
||||
|
||||
Refer to [Zabbix's API documentation](https://www.zabbix.com/documentation/current/en/manual/api#authentication){:target=_blank .external-link} for more information about authenticating to the service.
|
||||
@@ -1209,6 +1209,7 @@ nav:
|
||||
- integrations/builtin/credentials/xata.md
|
||||
- integrations/builtin/credentials/xero.md
|
||||
- integrations/builtin/credentials/yourls.md
|
||||
- integrations/builtin/credentials/zabbix.md
|
||||
- integrations/builtin/credentials/zammad.md
|
||||
- integrations/builtin/credentials/zendesk.md
|
||||
- integrations/builtin/credentials/zep.md
|
||||
|
||||
@@ -317,6 +317,7 @@ WordPress
|
||||
Wufoo
|
||||
Xata
|
||||
Xero
|
||||
Zabbix
|
||||
Zammad
|
||||
Zapier
|
||||
Zendesk
|
||||
|
||||
Reference in New Issue
Block a user