I have SNMPINDEX_A, I need SNMPVALUE_C.
SNMPVALUE_B is used as the Index for the next lookup SNMPINDEX_B
So SNMPVALUE_B, needs to be used as SNMPINDEX_B. How do I do that?
OID lookups example:
1.3.6.1.1.{$SNMPINDEX_A} >>>> RESULT {$SNMPVALUE_B}
1.3.6.2.2.{$SNMPINDEX_B}...
Search Result
Collapse
34 results in 0.0032 seconds.
Keywords
Members
Tags
-
Cascading SNMP lookups
-
Monitor Graylog
I've been using graylog for several years and, until now, haven't really monitored it well. I used discovery pretty extensively to ingest nearly 250 metrics per node with a few dozen triggers.
https://medium.com/@jswheeler/i-trie...bix-ab74e6a14f...👍 2 -
Howto add host name of "discovering" host to LLD host prototypes?
I'm trying to convert my hyper-v monitoring templates and scripts to work without any installing scripts on the hyper-v servers.
https://github.com/a-schild/Zabbix-HyperV-Templates
For this, I can get the list of VM on the Hyper-V host via the...Code:perf_instance_en.discovery["Hyper-V
-
Cannot update trigger prototype, cannot be moved to another template or host.
On Zabbix 6.0.x. I have a trigger (this trigger works)
...Code:min(/Template Apache Tomcat by Zabbix agent active/catalina.threadpool[{#JMXNAME},currentThreadsBusy],5m)>(last(/Template Apache Tomcat by Zabbix agent active/catalina.threadpool[{#JMXNAME},maxThreads])*{$TOMCAT.THREADS.PBUSY.WARN})Last edited by yurtesen; 30-09-2024, 13:07. -
galvcom started a topic Zabbix script item HTTP API, data gets truncated but does lld can read all of it?in Zabbix HelpZabbix script item HTTP API, data gets truncated but does lld can read all of it?
From here https://www.zabbix.com/documentation...xt-data-limits I understood the limits of the text that can be stored in the database, but my question is:
- if the json is bigger than the database limit, do the lld rules read all the data or only the truncated... -
How to read an array with LLD from JSON with macros?
Hello, no native English speaker here, I have an api that gives me data of two components that form one device, let say something like:
...Code:| ----------------------- | || component A || | ----------------------- | ====> API call ===> JSON response || component B ||
-
Item prototype derived from odbc discovery with type text
Hello,
For my odbc discovery use case I've been using calculated item prototypes with the value being the LLD macros from the odbc discovery rule. However calculated item cannot have the item type TEXT, and I need one of those as well.
A solution I found was to first receive... -
Felix Schäfer started a topic Is it possible to move Host created by Host Prototype to a Host Groups with Macros?in Zabbix HelpIs it possible to move Host created by Host Prototype to a Host Groups with Macros?
Hello,
We have a scenario were we monitor system of AWS services, that we discover with LLD rules.
For example we have a discovery rule to find every load balander and create one host per load balancer with a host prototype. That works fine.
The problems starts when we want to start... -
Be alerted in case of problem with auto discovery
Hello
To monitor our infra, that have hundreds of servers and services, we use auto discovery a lot, to create automatically items and triggers.
Though, sometimes, it happens that there is a 'bug' / error in the script called by autodiscovery.
in that case, ... it leads to problems... -
Предобработка данных макроса SNMP discovery. Как убрать лишние пробелы?
Версия Zabbix 6.2.6
Здравствуйте.
Собираю данные из таблицы регистрации клиентов WiFi на оборудовании Mikrotik.
Для идентификации клиентов записываю данные о мак-адресе клиента в макрос {#SNMPVALUE}. В дальнейшем использую информацию при... -
LLD from .xml agent output
Hi guys,
I am trying to parse some data from http-agent what are in .xml format.
What I have done is:
Main Item with http-agent, what give me the whole .xlm
Hi guys,
I am trying to parse some data from http-agent what are in .xml format.
What I have...Last edited by officersk; 03-03-2023, 10:43. -
AKS monitoring problem
Hi everyone,
there is a problem with Kubernetes Nodes by HTTP template, Node.LLD has "Not Supported" status:
The error is:
Preprocessing failed for: {"error":"Request failed with status code 401: {"kind":"Status","apiVersion":"v1","met... -
Unable to find how to set trigger prototype per found discovered filesystem volume
Setting up a new Zabbix server for 400-600 hosts.
All the hosts have a simple template assigned for uptime, default info (hostname and etc)
All the Zabbix agents are Zabbix active agents.
Created a new template with the Discovery rule which I am planning to assign to... -
filtering in discovery rules
Wanna filter some specific items to not discover anymore?
sometimes you may need a filtering for not discover at all, for example : /tmp directory in file systems discovery.
to make that happen you should navigate to your template and on discovery rules section click on your discovery rule... -
Chained discoveries?
Hi,
I'm a bit new and playing around with custom LLD. I was wondering if there is a way to "chain" 2 discoveries.
I'll try to explain what i mean here:
- my 1st discovery parses some xml via http agent using a first URL and grabs {#VALUE_1},
- using {#VALUE_1}...