Hello,
I want to use the vmware api/SDK to monitor my virtual machines.
I configured the SDK login correct, the monitoring data of my esx servers is shown correct(memory Cpu,...), but none of mine machines are monitored.
The machines are added to my hosts, but...
Search Result
Collapse
54 results in 0.0036 seconds.
Keywords
Members
Tags
-
Pflummy started a topic VMware SDK/API "This host is not discoverred any more and will be deleted in x days.in Zabbix HelpVMware SDK/API "This host is not discoverred any more and will be deleted in x days.
-
configs and specification requirement for 14000 hosts
Hi,
I am working for a company that monitors about 7000 network devices, mostly firewalls.
My company is trying to switch its monitoring application to Zabbix, and we are planning on having 5 items to monitor for each host (device) every minute.
However, my boss wants to add another... -
finding which item uses a value mapping
Hi all,
I recently got the job of maintaining a Zabbix 4.0.21 instance running on Ubuntu 16.04 LTS. (Soon to be upgraded to 20.04LTS, not that it matters.)
Browsing through the configuration, I came across two Value Mappings for the same purpose, both sporting "yes" in the "Used... -
Zabbix service failed.
Today, Open the zabbix server web page show a error:
zabbix server is not running the information displayed may not be current.
so I check the zabbix server on the server, that is failed.
the log of the zabbix server:
What do I... -
Handling external scripts that sometimes exceed 30 seconds timeout
Hi all,
Does anyone have any suggestions getting around the maximum 30 second "timeout" Zabbix server/proxy config value?
Having a problem that due to network latency, a PowerShell external script run on a Zabbix proxy sometimes exceeds 30 seconds (usually takes 20s)... -
"Configuration & Administration" menu does not display on GUI (Zabbix 4.2 on CentOS7)
I upgraded 4.0 LTS to 4.2 on CentOS7.
And, When I accessed GUI by brower, "Configuration" & "Administration" menu does not display on GUI.
*attached screenshot
My upgrade flow was follows.
-------
1.changing repository file(/etc/yum.repos.d/zabbix.repo).... -
Configure Zabbix for 2 years further. Is it possible?
So, I will not be able to restart zabbix and mysql after every small change in configuration files, because some cache become full. I want configure it ones for a long period of time. Approximately for 2 years. Is it possible according to fact that I already have some prediction about how host and triggers...Last edited by Gutsycat; 16-10-2018, 07:28. -
after set zabbix db user password, aborted connections counter starts groing
Very simple but not clear why.
set password for zabbix user:
alsoCode:SET PASSWORD FOR 'zabbix'@'localhost' = PASSWORD('mysupersecurepass'); Query OK, 0 rows affected (0.00 sec) FLUSH PRIVILEGES; Query OK, 0 rows affected (0.00 sec)
... -
Zabbix API 3.4 -- Configuration.Import not working for images
Hi,
We just upgraded from zabbix 3.2 to 3.4.11. We are using the same code to import images from a XML file. I only changed the version number in the XML file to be 3.4:
<version>3.4</version>
I put lots of messages to print request, dump, response. Here is...Last edited by rk325; 14-08-2018, 16:43. -
Problème avec Proxy Zabbix
Bonjour,
Je dois mettre en place un projet en alternance qui consiste à superviser des parcs informatiques sur plusieurs réseaux différents (clients de l'entreprise ou je suis).
Pour l'instant je mets en place un environnement de test avec des VMs :- 1 Serveur Zabbix
-
Vmware Setup .conf values
I am setting up Zabbix for the first time, and want to monitor my VMs via Vcenter. I have three ESXi 5.5 hosts with 35 VMs. I can not find any reliable information on what the vmware configuration values should be in the zabbix_server.conf file. Specifically the following. One post suggested the StartVMwareCollectors... -
Use export import to create many objects
Hi
I'm newish to Zabbix. Looking for a way to export many objects without listing their IDs, and then modify the export, and then reimport with the modifications. The reason is I want to simulate infrastructure behavior to develop dashboards without having to have all the infrastructure... -
zabbix_proxy.conf + dyndns
Hi there!
I Need to setup an IP from dyndns on my zabbix_proxy.conf
I Tryed this way:
server=<mYDynDNSIP>:22000
Log report:
Unable to connect to the server [<mYDynDNSIP>:22000]:10051 [cannot resolve [<mYDynDNSIP>:22000]]... -
Active items not acheiving 1s interval
Hi,
We are trying to set up few active items configured with a 1 second interval. However those items don't keep up the interval, instead we are gathering a value every ~30 seconds (as seen on the corresponding graph).
Testing the above with a simple "echo 1" as user paramater... -
Issue importing Zabbix Databases
Hi,
After installing Zabbix 3.0 on CentOS7 from packages, I could not find the databases directory, which is normally found in the database subdirectory of Zabbix sources. In order to create the databases I had to download the source. Where is this directory located after installing Zabbix...