Skip to content

Commit

Permalink
Add Zabbix credential only page
Browse files Browse the repository at this point in the history
  • Loading branch information
imchairmanm committed Nov 20, 2024
1 parent f66645f commit bf7bf13
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
36 changes: 36 additions & 0 deletions docs/integrations/builtin/credentials/zabbix.md
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.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1199,6 +1199,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
Expand Down
1 change: 1 addition & 0 deletions styles/config/vocabularies/default/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ WordPress
Wufoo
Xata
Xero
Zabbix
Zammad
Zapier
Zendesk
Expand Down

0 comments on commit bf7bf13

Please sign in to comment.