Hi, everyone!
I'm learning.
I have this item (ifsAvailableBytes) monitoring my storage, which I pulled from the "SNMP EMC Isilon Cluster" template.
It was working normally, but the storage became empty, and now, even after freeing up space, it no longer retrieves ...
Search Result
Collapse
16 results in 0.0031 seconds.
Keywords
Members
Tags
-
ifsAvailableBytes not working
-
Monitor vCenter Cluster memory total
Running Zabbix 6.4.13
I am very surprised there's no built-in check / trigger for the total cluster memory. I have a VMware cluster in Google and need to be able to alert on the total memory which you can see in the vCenter login but all I can get from the templates from what I can find...Last edited by bdobson; 15-04-2024, 23:48. -
Problem with connections - Frontend and Proxies to Zabbix-Server
Hello fellow Zabbix-Friends,
we have a Zabbix 6.4.12 installation. The components are two zabbix-server in a HA-cluster, a mariadb server with the database and a frontend.
All systems are running as a Linuxcontainer on proxmox, except the database server. That is a normal VM.
... -
Monitoring services Windows cluster
Hello,
I am trying to monitor WIndows services (switching after 6h) in a cluster - Failover Cluster Instance. I have:
xx-01-tst-cs xxx.xxx.xxx.3 cluster and two active/passive nodes
xx-01-tst-vm xxx.xxx.xxx.1
xx-02-tst-vm xxx.xxx.xxx.2
In the node configuration... -
Zabbix HA Cluster for SNMP hosts
I have recently configured the HA cluster on Zabbix 6.0 and I have to monitor network devices via SNMP. I have configured network devices via SNMP before but right now with the HA cluster, I am a bit confused how will the failover work or how am I suppose to configure the devices to sync data on both... -
How to monitor parameters of vCenter cluster?
Hey
I integrated Zabbix with VMware and everything is discovered fine.
Can I monitor whole cluster statistics?
I've got info about i.e. CPU usage of single host, but can I get data of a cluster of hosts?
This information is available on vCenter GUI, API.
I tried with items... -
Solaris 11 cluster install agent got problem
I install Zabbix agent 5.4.5 to my Solaris 11 cluster and got error below. Thank you!
Packages to install: 1
Services to change: 2
Create boot environment: No
Create backup boot environment: No
DOWNLOAD PKGS FILES XFER (MB) SPEED
Completed 1/1 11/11...Last edited by ryanlmj; 21-10-2021, 15:10. -
Getting Performance counter instance was not found error
Can anyone help me as I am trying to monitor VMWare and I have zabbix 5.4 latest version and I am using template name (VMware).
I am able to discover few item data but on few item (vsan performance) I am getting "Performance counter instance was not found"
Can someone...Last edited by khushvinder; 20-08-2021, 11:16. -
Monitoring proxmox cluster with zabbix
Hello,
At the beginning I would like to say hello and say that I am new to zabbix.
I would like to monitor proxmox cluster ( VM's status, CPU, RAM, Networ, Up time ) by zabbix.
I was trying this solution https://github.com/takala-jp/zabbix-proxmox but I can't deal with this.... -
Monitoring Postgres Cluster with Zabbix using pg_monz
Hello
I'm facing some issues on pg_monz under Zabbix v3.2.11 (sadly an old version to support pgCayenne). It is working good and it has even Telegram integrated.
The issue starts when I try to use the Cluster features available on the "Template App PostgreSQL SR Cluster"... -
Zabbix Write Elasticsearch Cluster
Hello...
I have a problem with write a cluster into elasticsearch from my zabbix server.......
I've tested those points:
1- elasticsearch cluster don't support VIP (virtual IP)
2- i use a DNS to put two hosts and use as domein into my zabbix server configuration,
... -
trigger for duplicated processes on different boxes
Hi,
got some troubles with creating a trigger to monitor duplicated processes.
This is the scenario:
I've got two clusters, lets call them cluster1 and cluster2. On both I got my own monitors - root's crontab job runs 'clustat' and write the statuses into a file... -
Zabbix Clustering
hi,
i have following idea:
i want to use several zabbix-server on different nodes linked by a loadbalancer
every node writes into the same database, so that every node has the same data
does anybody knows, if this is working or not??
if not, what can... -
Zabbix Clustering
hi,
i have following idea:
i want to use several zabbix-server on different nodes linked by a loadbalancer
every node writes into the same database, so that every node has the same data
does anybody knows, if this is working or not??
if not,... -
Web check: how to check for substring of JSESSIONID variable?
Hi all,
I am attempting to make my web checks smarter, and need to be able to check the last 6 characters (or anything after a "." in the JSESSIONID) to see which node in the cluster a web check is failing against.
Is this possible under Zabbix 1.6.6 or 1.8? ...