Hello, first of all i have to say im new in zabbix and other infrastructure monitoring services.
Right now im trying now to make map with my hosts and some data.
There is a problem, simply macros like {HOST.HOST} or {HOST.IP} are okay but i cant take item value like {HOST.HOST:system.cpu.load[all,avg5].last(0)}....
Search Result
Collapse
15 results in 0.0020 seconds.
Keywords
Members
Tags
-
Can't access to item value with macros
-
Zabbix DB update error - Duplicate entry
I was upgrading a Zabbix 5.0 Server to 5.4 and, while upgrading the MySQL 8 DB, I got the error bellow.
...Code:24405:20211130:094557.302 Starting Zabbix Server. Zabbix 5.4.8 (revision 65b505c463). 24405:20211130:094557.302 ****** Enabled features ****** 24405:20211130:094557.302 SNMP
Last edited by markfree; 30-11-2021, 16:23. -
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. -
Plot a custom item key with time shifting
Hello dear Zabbix members,
I hope all doing well in this particulary period.
I facing an issue with a custom item key who is time shifted.
First of all, I have build a custom script (using Azure AD Outlook API graph report) that's return me the mail stats of my company,...Last edited by Benjamin Auger; 28-04-2020, 10:58. -
Ключ со знаком доллара и пробелами
Здравствуйте!
Задача состоит в мониторинге счетчика производительности "\MSSQL$MSSQLEVAL:Buffer Manager\Коэффициент обращений к буферному кэшу"
Выдает значение команда,...Last edited by chkhartishvili; 22-01-2020, 08:53. -
Add another discovery rule using service.discovery with different filter
I have a few windows hosts, which have the default Windows OS Template assigned, hence have a service.discovery-discovery-rule defined on them.
This default rule, will discover all services that are set to startup automaticaly.
But now I want to discover a few application-specific...Last edited by chojin; 20-01-2020, 17:00. -
Add label to Network map item key with ()
I need to add a label on a network map but the item key has a () and it seems that doesn't recognize, I can't change the item key since it comes from a discovery.
My item key is: tempSensorValueInt[Temperature (5)]
I am trying to add the label on the map like that: {AFHND-S201:tempSensorValueInt[Temperature... -
Extreme x430 Issue
Hello, i need some help to solve a problema with the item key name.
I want to put in the link the traffic of a port of Summit Extreme x430 48ports. But the item has the key "ifInOctets[X430-48t Port 48]". As you can see, has somes spaces in the name and i think that is why is not working.... -
Key como parametro de função
Boa tarde!
Perguntinha rápida, é possível usar uma "key" como parâmetro de uma função??
Key1 - custom.valor[1]
Key2 - custom.tempo[1]
Item Calculado = avg("custom.valor[1]",last("custom.tempo[1]"))
... -
display key value
Hello.
How can be printed out value of any key?
For example:
{myhost:system.cpu.load.avg(1h)}
I know only how to print value in the map - in the label of host.
Unfornately it is not printing out value of the time_shift-ed window:
...Last edited by gorbi13G; 14-04-2014, 08:44. -
When will Zabbix Agent Re-Check an item that is ZBX_NOTSUPPORTED?
Hi All,
We've got a series of custom UserParameter values and scripts and, during their creation I would make many a typo or permissions error that would cause the agent to return ZBX_NOTSUPPORTED for the item or, in some cases, I simply forgot to put the custom UserParameter on a particular... -
Fundamental Zabbix Agent Item Question cups[printers]
I have an item created by the previous administrator that is working. The problem is, i don't know how or why. On a solaris host, i have an item with the key "cups[printers]". The item apparently returns a 0 when all is well and >0 when there is an issue. The item type is Zabbix Agent.... -
Temples and very long checks (trapper? agent?)
I have a ruby script that runs some simple statistics via a MySQL connection, and on some larger databases, they may take ~10 seconds, but assume that under heavy load, they can take a minute or so. Here's my predicament as it currently stands (and please call me out if anything here is incorrect):...