Hi, I am using Zabbix to monitor a website "HTTPS service is running" and "SSL cert validity" (how many days to expire).
it occurs a weird problem that the HTTPS service is down, but the SSL cert validity is 192 days.
Does anyone met this problem too and knows why? please...
Search Result
Collapse
72 results in 0.0032 seconds.
Keywords
Members
Tags
-
How to monitor percentage utilization of interfaces
Hello, today I installed Zabbix 7.2 upgraded from 4.2. In the old Zabbix, I had items to monitor the percentage utilization of interfaces using net.if.speed. Is it possible to use the same item in 7.2? I can't find it -
zabbix 7 - retention period
When consulting my items in zabbix and setting the default period of 30 days, zabbix displays the graph, but when selecting a specific day within these 30 days, the graph is displayed blank.
How do I increase the data retention period?, in Zabbix 5.4 I could make this change on the item...Last edited by GustavoLuza; 03-12-2024, 14:50. -
Handling OpenShift Alerts from Alertmanager in zabbix
I am integrating OpenShift Alertmanager with zabbix to monitor alerts like KubeJobFailed, KubePodNotReady, etc., across multiple clusters.
I'm planning to use a single zabbix trapper item to receive all alerts and then configure triggers based on alert severity(e.g., warning, critical)
... -
display network device firmware version on map (inside label)
Hi all.
I'm using Zabbix Zabbix 6.4.8. and I have a Zabbix map of network devices that exist in my network. Id like to be able to display the firmware version that the devices are running - but within the label of each device displayed on the map.
I'm trying to use the HP enterprise... -
How can I parse a remote command (ssh) and create elements.
Hi Everyone,
I need to check a network device (Cisco), by ssh, and parse some results to create some items.
I don't know how can I do that.
My goal : to monitor peering BGP by VRF (up or down). The exisiting template it's not enough for my needs. So, I must check by ssh (sh... -
Discovery Rule for VPN Interface
Hello,
I'm new to Zabbix and the forums,
I have a template that I use for cellular routers and it has a discovery rule to capture any and all IP addresses on any and all of the interfaces on each one of the routers. The issue I'm running into is that the items that are generated... -
Clontarf[X] started a topic How to deal with items being linked to old discovered interfaces (VMware)in Zabbix HelpHow to deal with items being linked to old discovered interfaces (VMware)
So I have an issue where I have changed the host prototype configurations for our VMware environment. This included redoing our host interface prototypes.
The issue is now I have discovered hosts with 2 or 3 variations of the host interface prototype. Looking at logs, it is complaining... -
Compare values between hosts and aggregated host
I have some real hosts (URA_X) with items that return the number of active calls. They are spread over 3 sites (group).
Each host has one such item:
I also created a virtual host (URA_Aggregated)...Code:Asterisk Calls - asterisk.active.calls - Zabbix agent item (user parameter)
Last edited by markfree; 03-11-2023, 17:39. -
Discover MAC addresses WITHOUT agent or snmp
I am able to discover the local network using a proxy in active mode. No issue there.
All I want to accomplish is to monitor for changes in the MACs of these IPs. I already have a python script on the proxy that returns the mac of an IP.
I can't seem to figure out where to...👍 1 -
Dynamic Item creations, based on files in a folder?
I am looking for a way to create multiple items for a host.
I have some .txt files in a folder, and I want to create an item for each one. That does mean, if a new file is created in this folder, a new item should be created.
The value of the item should be the content of each txt file.... -
Add variable to Tag name and value
Hi all,
I am trying to change the ITEMS and TRIGGERS tag name an value with a variable that will add the host name and the Item/Trigger name - (example: Item.{#VM.NAME})
I did it to the tags for the hosts in the TEMPLATES ( tag name: SERVER / Tag Value: {#VM.NAME} ), and this transferred... -
100hundred million select query (Zabbix5.4.12, PostgreSQL,TimesclaeDB)
Hello. I got incident connected with our Zabbix. Last night i was called from our l1 support request that our monitoring didn't work. I went on different metrics and queryes and noticed a strange behavior.
In one moment out database got 100 hundred million select in a second for 20 min. This query...3 Photos -
Need to disable Items conditionally on a user macro
Hi Zabbix community, excuse me this lengthy post but I am facing a quite complex (yet i believe quite common) scenario and don't know if there is a built-in solution for my use case. i have tried many workarounds and many of them failed, so I wished to discuss them here.
Use case
...Last edited by db100; 25-04-2023, 14:42. -
Using arguments in trappers to separate monitoring data
Hi!
I've just finished creating a containerized application for the purpose of pinging domains that I own, and checking their SSL certificates. To do so, the data is sent using the sender format, and using it without any custom parameters works like a charm.
The problem is, there's...