Hi,
I'd like to change a regular expression (specifically, Network interfaces for discovery) via API. I cannot find where this is documented.
Anyone have any idea of how to do this? Are regular expressions just another type of Macro, perhaps?
Help...
Search Result
Collapse
25 results in 0.0030 seconds.
Keywords
Members
Tags
-
changing regular expression (regex) via zabbix api
-
SNMP traps - prototype items
Hi.
hope someone can help me out with this.
we are running a quite big wireless network with around 5000 cisco APs and ill like to catch those AP that goes down one way or another ( some are looping by hardware/software error )
the traps come from a server running... -
Wildcard in file path for items like vfs.file.regexp
Hi
May I know is it possible with Zabbix version 2.2; to specify the file path with wildcard character like: *, ?, [a..z], [1..9] etc.
For example for vfs.file.regexp is it possible to specify:
vfs.file.regexp["/a/b/c/log/*/[1..9]/log",Error,... -
IIS log Monitoring
I am monitoring a log from IIS, the item is defined like this:
logrt["C:\inetpub\logs\LogFiles\W3SVC1\.*log$",,,,,]
and the result is like :
2016-05-19 16:11:51 X.X.X.X GET /coretest/viewpersona.aspx 149453, 80 dom\usuario 100.0.1.128 Mozilla/5.0+(Windows+NT+6.1;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/50.0.2661.102+Safari/537.36...Last edited by acaputto; 20-07-2016, 14:42. -
Log line content inside alert email
Hi,
I use regexp trigger to capture critical errors in log file. Trigger works fine.
It is possible to include in alert email also log line which caused trigger to fire off? -
Фильтрация триггеров без использования
Коллеги, прошу совета. Ситуация простая:
Есть шаблон... -
logrt question:
I am monitoring a log which has two types of errors:
1: "ERROR" - which isn't a problem
2: "[ERROR]" - which is a problem.
My logrt is picking up both, because I'm matching ERROR. However, the "[]" are used in regex matching. Does anyone... -
Custom items for AIX (Templates, LLD, etc.)
Hello all, I've been working to create some custom items for monitoring AIX availability, performance, and security. You can view/contribute to the progress here: https://github.com/jmsearcy/zabbix -
Advanced parsing of SNMP Values / Monitoring partition usage
In our setup a snmpv2 item provides a string which needs to be analysed in a non trivial way.
We run hundreds of linux-servers and we want to monitor the partition usage
of these servers. An already existing net-snmp "extend" returns the following value.
... -
Regex or similar on SNMP reads?
Hi all,
I'm currently monitoring a large network of devices via SNMP v2. One of our device types is the Nortel 5000 Optical Metro series of devices. I have looked up the OID in the MIB for the SFPs RX level on this gear and am able to read it successfully.
The trouble...