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...
Search Result
Collapse
17 results in 0.0022 seconds.
Keywords
Members
Tags
-
Using arguments in trappers to separate monitoring data
-
having trouble with template Check Windows update
Hi everyone,
I recently installed a zabbix server without any issues. So I added my hosts and my templates. Then, I wanted to monitor windows updates. So I went to zabbix share and downloaded the Check Windows Update template (Zabbix Share - Zabbix - Check Windows Update (v1.0)). I followed... -
dcfasika started a topic Extra character "\" being inserted when key item is generated during json responsein Zabbix HelpExtra character "\" being inserted when key item is generated during json response
We're using Zabbix 5.0.5.
1) Created a php script which returns interface name and OID number. Essentially, the interface name and OID number will be used to check status. Below is the output of the JSON
{
"data": [
{
"snmpindex": "1.1.1.4.15.192.63.129.1.4.10.193.254.20",... -
Zabbix5.0 wmi.getall item key not supported
I am currently testing with Zabbix 5.0 and the new functionality.
According to the documentation wmi.get and wmi.getall are supported in Zabbix 5.
The key wmi.get is perfectly working, but getall returns an error.
If I test it with zabbix_get I get not supported:
... -
Why have a mandatory "key" for dependent item?
The way I see, whenever you have a dependent item, it uses the master item key to process data.
Acordding to "Dependent items" documentation (https://www.zabbix.com/documentation...ependent_items),
"Dependent items depend on the master item that collects their data...Last edited by markfree; 23-05-2020, 01:29. -
Two JMX intefaces on the same host : How duplicate JMX items ?
On a server, there is two Java app runing, exposing JMX data (App 1 : JBoss Wildfly. App2 : Apache Tomcat)
I set up two JMX interfaces in the Host. Now, I want to create some items that will get the JVM data ( e.g jmx["java.lang:type=ClassLoading",LoadedClassCount] ).
I... -
Issues with Zabbix LLD Item Key Format for SMART Monitoring
Hello,
I am looking into monitoring XenServer disk health. I am using concepts from zbx-smartctl Zabbix Share.
I modified the script (attached below in txt output) and have the following JSON output on the "uHDD.discovery" discovery rule:
...Code:{Last edited by doctorbal82; 10-01-2019, 02:09. -
Host Inventory Key Not Resolving
I am new to Zabbix, and I am trying to figure out how to do Host Inventory. I have set it to automatic, and the name and os fields populate correctly by default.
I have tried to put in some items into the OS (Details) and OS (Short) fields, but those items/keys do not seem to be resolving.... -
{item.value2} = (*unknown*)
Please keep reading.
I provided a lot of screenshots to support my question (which is right at the bottom of this post)
I added an item to my template (tested and confirmed)
I add a trigger to my template (tested and confirmed -> I have a disaster)... -
Item key for Calculating Network Traffic based on process
Hi I'm using Zabbix 3.2.
I want to calculate the traffic statistics on network interface based on the program name.
Like for getting total incoming traffic, we use net.if.in[if,<mode>] , by same way is it possible to retreive traffic utilized by a particular running...Last edited by mkdr27; 06-10-2016, 16:01. -
zabbix_agentd reponds, zabbix_get returns ZBX_NOTSUPPORTED
Zabbix Server version 1.8.8 on CentOS 6
Zabbix Agentd 1.8.3 on CentOS 6
I am working on cleaning up our zabbix monitoring. I am checkingitems on templates and there are a number host that report the items as "Not Supported".
Most I have figured out most,... -
Item keys dropping "\" characters - mainly perf_counter
I'e been using Zabbix for a couple of years now, and since we upgraded from 1.8.4 to 2.0.6, we've had item keys dropping "\" characters whenever they're edited, or even when the template is applied to a new host.
I've tried using \\ and surrounding the item key in ", but... -
Log file monitoring in windows
Hello ppl,
I have such situation.
I need to monitor log files in Win.
So I have a directory where application put's log files. But there is a issue, that application creates new log file for each launch session. So there is always new log files in directory.
... -
Patch: Text area input fields for item key and trigger expression
Hi,
We recently started to monitor quite a lot of things with the Zabbix Agent where the user parameters was very long (does not fit into the 75 size text box for the item key).
Since our item keys are pretty long, it also affected the trigger expressions, making it near...