I spent hours troubleshooting then realised that it was installing all of the addons broke the Zabbix agent 2 service, choosing only MSSQL doesn't brake the service which is all I need anyway.
Its been installed on our test servers but I need to deploy this to over 100 servers so need to...
Search Result
Collapse
24 results in 0.0026 seconds.
Keywords
Members
Tags
-
Install only the MSSQL plugin
-
Pulling MSSQL Data using the plugin
I've spent 2 days on this and installed/uninstalled close to 30 times and Zabbix just keeps breaking.
I'll explain the steps I've been using
- I've installed agent2 on the server.
- I've already configured the host in Zabbix so it pulls metrics from the server like CPU,... -
Dashboards and display info with NVIDIA by Zabbix Agent 2
I have setup the plugin and the template as stated in the guides but I can't seem to be able to make any Host navigator filter / Top hosts list with it since every discovered GPU creates an Item Prototype with the UUID of the GPU.
Does anyone have found a solution to this?
I'm quite... -
try to config MSSQL plugin version 7.2.6
After a long journey I'd discovered the loadable plugin versions etc (Zabbix Cloud Images and Appliances)
I (re)installed in my windows server MSSQL
- Agent 2,
- Plugins (mssql).
Configured plugin path etc.
When I try to start the service: srat than... -
Failed create plugin zabbix agent 2 with windows 10/11
Hi, need help. I want to write a plugin for windows 10/11 in Go programming language.
I'm using the plugin development documentation (https://www.zabbix.com/documentation...plugins/how_to) and after taking all the steps, I can't restart the agent because the added configuration file to the “C:\Program... -
zabbix agent2 systemd monitoring
Does anyone know where i can find the systemd.conf file for the plugin systemd ? Right now my plugin directly has the following out of the box- after a fresh install. Not sure what to do. The instructions on the Zabbix GIT page are very unclear regarding this. I have the template...not much else.... -
Cannot get Modbus to work
To start of this, just want to start show what i have done. Btw i have checked if Modus working on my part, and it work with the right IP and Port. I run Agent2 on Docker and can ping to the host with modbus i want to use.
First i started with adding the right values to agent2 env file... -
Adding Zabbix Plugin to Grafana, need help
Hey everyone.
I’m using [Grafana v11.1.0 (5b85c4c2fc)] on my RHEL 7.9 server.
I want to implement my Zabbix as data source by adding it as plugin on my Grafana.
Configuring Grafana with Zabbix - Zabbix Blog
I used this guide to install Zabbix to my server.... -
Agent2 SSL plugin
I found this page that is supposed to help me with my task - https://www.zabbix.com/integrations/ssl
The problem I have - I have no clue how to install it on agent host. Looks like it is so well known information that is omitted from all tutorials
What exactly is zabbix agent "plugin"... -
Zabbix-agent2 MongoDB Plugin Not working with SCRAM-SHA-256 authentication
Dear Zabbix support, we are facing the following situation :
- we have a MongoDB replica-set configured with TLS but the authentication mechanism is SCRAM-SHA-256
- we want to monitor the MongoDB nodes using the zabbix-agent2 MongoDB plugin
- the plugin is not taking the URI... -
Frontend module for integrated web page
Internally, I have instances of Zabbix for different areas.
Sometimes there is specific documentation created for these Zabbix instances and these docs are often created on an internal GitLab.
To make the information more accessible, I tried to publish it within the Zabbix frontend....Last edited by markfree; 11-10-2023, 17:15. -
mongodb plugin not working (Unknown metric mongodb.server.status error)
so recently I tried to monitor a machine which had mongoDB installed and want to monitor my db via zabbix. and I believe I've done it correctly and all. but for some reason it doesn't seem to be working. ill send zabbix logs and configurations for you maybe that helps with finding out the problem and... -
Failed to Get plugin Dashboard - Zabbix Grafana Plugin
In short: Just installed grafana on ubuntu 22.04.2 server. Inside Grafana I tried to connect zabbix and get some metrics from it but I'm facing "Failed to Plugin Dashboard", please see attached picture down below:
What happened?
Failed to get plugin dashboard....1 Photo -
Zabbix Agent2 loadable plugin performance issue on Windows
Hello here,
For my work purposes, I have to build a plugin for zabbix Agent2 that has to on Windows systems. For simplicity purposes I chose to go with a loadable plugin but more on that later.
I followed the guide at @ https://www.zabbix.com/documentation...adable_plugins to build... -
How to compile standard external plugin "full"
Hello, I've tried to compile basic plugin from pathI did it standard way usingCode:/zabbix-6.0.5/src/go/plugins/debug/external/full
The error I got:Code:$ go build main.go
...Code:# command-line-arguments ./main.go:29:33: undefined: impl ./main.go:34:2: undefined: impl