StackState Docs
StackState.com
Download
Blogs
Support
Search…
StackState version 4.1 (EOL)
Welcome to the StackState Docs!
🚀
Setup
Requirements
Installation
Authentication
Data management
Upgrade StackState
👤
Use
Introduction to StackState
Views
Analytics
Alerting
Anomaly Detection with Baselines
Glossary
🧩StackPacks
What is a StackPack?
Add-ons
Integrations
StackState Agent
AWS
AWS X-ray
Azure
API integration
Cloudera
Custom Synchronization
DotNet APM
Dynatrace
Google Analytics
Humio
Java APM
Kubernetes
Logz.io
Manual Topology
Nagios
Openshift
SAP
SCOM (BETA)
ServiceNow
Splunk
Static Topology
Traefik (BETA)
VMware vSphere
Zabbix
Develop your own StackPacks
🔧
Configure
Topology
Telemetry
Traces
Security
View state configuration
Identifiers
Logging
📖
Develop
Developer guides
Reference
Tutorials
Powered By
GitBook
Zabbix
This page describes StackState version 4.1.
The StackState 4.1 version range is End of Life (EOL) and no longer supported. We encourage customers still running the 4.1 version range to upgrade to a more recent release.
Go to the
documentation for the latest StackState release
.
What is the Zabbix StackPack?
The Zabbix StackPack is used to create a near real time synchronization with your Zabbix instance.
Prerequisites
The following prerequisites need to be met:
StackState Agent V2
must be installed on a single machine which can connect to Zabbix and StackState.
A Zabbix instance must be running.
NOTE
: Zabbix versions 3 and 4 are supported.
Enable Zabbix integration
To enable the Zabbix check and begin collecting data from your Zabbix instance:
1.
Edit the Agent integration configuration file
/etc/sts-agent/conf.d/zabbix.d/conf.yaml
to include details of your Zabbix instance:
url
username
password
- use
secrets management
to store passwords outside of the configuration file.
# Section used for global Zabbix check config
init_config:
instances:
# mandatory
- url: <url> # http://10.0.0.1/zabbix/api_jsonrpc.php
# Read-only credentials to connect to zabbix
# mandatory
username: <username> # Admin
password: <password> # zabbix
2.
Restart the StackState Agent(s)
to publish the configuration changes.
3.
Once the Agent is restarted, wait for the Agent to collect the data and send it to StackState.
Previous
VMware vSphere
Next - 🧩StackPacks
Develop your own StackPacks
Last modified
1yr ago
Copy link
Outline
What is the Zabbix StackPack?
Prerequisites
Enable Zabbix integration