Custom Zabbix-Metrics not visible in Skywalking #10352
Unanswered
bangyogesh
asked this question in
Q&A
Replies: 1 comment 8 replies
-
Have you checked sw_metrics-all-* index(ElasticSearch) or mymetrics_random table? Is there any data in it? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello There,
We are new to Skywalking however used Zabbix in past to monitor some custom metrics.
We are trying to see if those custom-metrics could be visible in Skywalking UI
The configuration done is as below
Zabbix-Agent in set Active mode and has following custom-metrics(a.k.a items in Zabbix terminology) defined
#The linux command is get a random number from the system
UserParameter=mymetrics.random, od -vAn -N2 -tu2 < /dev/urandom
Zabbix-Agent is setup to point to SKywalking VM
ServerActive= < IP of Skywalking-Machine >:10051
Skywalking application.yaml is setup for zabbix-receiver as below
receiver-zabbix:
selector: ${SW_RECEIVER_ZABBIX:default}
default:
port: ${SW_RECEIVER_ZABBIX_PORT:10051}
host: ${SW_RECEIVER_ZABBIX_HOST:0.0.0.0}
activeFiles: ${SW_RECEIVER_ZABBIX_ACTIVE_FILES:agent}
config/zabbix-rules/agent.yaml is configured to fetch the custom-metrics as below
requiredZabbixItemKeys:
metrics:
exp: mymetrics_random
However the graph in Skywalking-UI shows Zero value where-as the mymetrics.random (the metrics key) has random values.
Beta Was this translation helpful? Give feedback.
All reactions