A host has multiple items with a status string value of either "Ended OK" or "Ended Not OK".
I need to create another item that counts how many items have each value.
To find the value I am looking for, I was thinking of using the "find" function like...
Search Result
Collapse
11 results in 0.0019 seconds.
Keywords
Members
Tags
-
Count unique values from multiple items
-
Log file Prepocessing with Javascript error
I'm monitoring a log file to capture a number from it.
Basically, the line that I'm looking for is something like this:
I've created a log item and filtered it using a simple regular expression.
...Code:log["/tmp/mnt/entware/entware/var/log/messages","took (.*)
-
JDLF started a topic Unable to recover trigger with ITEM.VALUE but same expression with string worksin Zabbix HelpUnable to recover trigger with ITEM.VALUE but same expression with string works
Hi,
I have two snmp trap items, one about an incident and one about a recovery:
These traps have details which indicates the involved interface (ex: "2 0 (UA)").
We use a regex pre-treatment to keep only the interface information for...Last edited by JDLF; 15-09-2021, 15:57. -
UserParameter script returnig empty string
I'm trying to execute a script using UserParameters but Zabbix server is receiving an empty string.
Zabbix Server 4.4.4 in CentOS 7
Host Windows 2012
...Code:UserParameter=log_dcsp_urs_p,powershell -ExecutionPolicy bypass -Command (Get-Item E:\DIR\PATH).LastWriteTime.ToString('dd-MM-yyyyLast edited by markfree; 18-06-2021, 18:05. -
Trigger with string
Hi everyone,
I have a hopefully a small issue. I have created a item to read the log file from robocopy and extract the error code
"vfs.file.regexp[/pathtolog/TEMP.log,(\bFEHLER 2\b|\bFEHLER 3\b|\bFEHLER 5\b|\bFEHLER 32\b|\bFEHLER 53\b|\bFEHLER 64\b|\bFEHLER 112\b|\bFEHLER 121\b),,,]....Last edited by NotaGain; 02-06-2021, 14:45. -
jmx and key of string array
Hello Dear Team,
I have MBean, there is key has type like [Ljava.lang.String;
Does anyone have an idea about how can get this values in ZABBIX (v 5.0)?
Thank you very much!... -
Test macro strings inside triggers.
Hi, we defined some macros in trigger's tag via LLD item. One of these tags is the name of the city where some network device is located. In each item's trigger there is a condition for the trigger occurs and we want to test the location in order to enable or not the trigger.
For example: (myitem.lastvalue()... -
Trigger status UP / DOWN / ERROR ?
Hi,
I'm begginer with Zabbix, i use Haproxy script / template :
https://github.com/anapsix/zabbix-haproxy
Plugin work very well and now i need use trigger. I need Trigger for backend status : UP / DOWN / ERROR (when the backend no longer exists because it was removed...Last edited by LeDistordu; 12-04-2016, 12:00. -
Show Trap String in Trigger Name
Hi,
I would like to know if this is possible. I have SNMP Traps going in Zabbix 2.2.2. There is a device that is used as a management system for multiple other devices. It pushes traps for the devices it manages with status changes, problems, etc....
I would like to use...Last edited by mnajar2427; 21-04-2015, 01:18. -
SNMP Type Conversion
I have a SNMP item that retrieves either "ON" or "OFF" as a string, is it possible to store this as decimal value of 0 = Off and 1 = On?
Thanks
Adam -
Преобразование строка-число
Приветствую.
snmpget возвращает строковое значение с одного...