-
Notifications
You must be signed in to change notification settings - Fork 367
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f66645f
commit bf7bf13
Showing
3 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -314,6 +314,7 @@ WordPress | |
Wufoo | ||
Xata | ||
Xero | ||
Zabbix | ||
Zammad | ||
Zapier | ||
Zendesk | ||
|