Hello everyone, I need your help to get my SLAs calculated correctly.
My scenario is as follows, I have 4 computers and I added these computers as services in Zabbix. I created a tag for the ping loss trigger of these computers, and thanks to this tag, when I experience ping loss, it is reflected...
Search Result
Collapse
20 results in 0.0029 seconds.
Keywords
Members
Tags
-
I cannot calculate service SLA correctly in Zabbix
-
How i can calculate items in a interface Discovery
Hi all, i have a question about a interface discovery of a my template that i use for my switches.
I want to monitor my swtiches and calculate the total traffic inbound and outbound
My interface discovery find well -> ifOutOctets[{#SNMPVALUE}] and ifInOctets[{#SNMPVALUE}]
... -
Calculated Item, automatically add elementes
Hi guys anyone can tell-me ass add elements in a calculated itens automatically on LLD.
E.g.
last("Item 1")+last("Item 2")+last("Item 3")+last("Item 4") -
Calculated item: calculating de number of interfaces
Hi, i am very new to Zabbix and ive been working on something for a while and i need a few pointers. Basically, i want to be able to count how many interfaces are free on a switch. (or a series of switches).
I understand that, with discovery rules and item prototypes i can monitor the ifOperStatus... -
Zabbix Proxy SNMP e NAT
Possuo um Zabbix server interno e um servidor Zabbix Proxy remoto. A comunicação entre os dois é feita através de IP e portas publicadas através do Pfsense, realizando NAT do Proxy para o Zabbix Server.
Acontece que o monitoramento de servidores via proxy através do Agente Zabbix...Last edited by diegotec-br; 18-04-2016, 14:07. -
item whose value is a "cumulative" function of the value of another item
We would like to configure a "calculated" item whose value is a "cumulative" function of the value of another item. That is :
* Let us assume that we have configured an item with key = "A" whose value is 10 at t=0, 5 at t=1, 20 at t=2, etc.
* We would...Last edited by ametsinis; 22-03-2016, 11:11. -
Average calculated items for 1wire sensors
Hello there,
i have several 1wire sensors which print their temperatures in zabbix. now i would like to have an average temperature from all these items. therefor i found the documentation on "calculated items".
so i tried the following:
avg("ABC
wget [28.E3F6F7030000...
-
Criar Item Calculado
Amigos, primeiro sou novato em Zabbix, já me desculpo se falar algumas besteiras.
Estou coletando informações de um database PostgreSQL, no entanto, uma informação não está sendo fácil de coletar:
- Percentual de inserts, updates ou deletes que um database teve entre uma coleta e out... -
Need to display temperature in Celsius
Hello all, this is my first post and I've searched a lot before posting this.
I have an APC InROw ACSC100 that must be monitored. I've put it in my map and used an item in the label showing the temperature. That is almost perfect. The only problem is that I need it in ° Celsius and not in °F.... -
Zabbix API: Create Calculated Item
How do I create a calculated item using the Zabbix API? I do not see where I would put the calculate item's formula. Although an Item object has a formula attribute, it seems to refer to the custom multiplier as opposed to a calculated items formula. -
Calculated Item Issues.
I'm having some issues with a calculated item. Here's my formula:
...Code:( 1 - ( last("jmx[SuccessfulRequests]") / ( last("jmx[TotalRequests]") + last("jmx[ThrottledRequests]") ) ) -
Calculated Items - Where are they calculated?
Dear all,
For some testing purposes i'm testing zabbix, to implement or not to implement as monitoring system for our company.
How ever, i run the zabbix server on VM which is located 'outside', i use a vpn to connect to the corporate network, where a zabbix Proxy is installed,... -
Operations with calculated items
Hello,
I have some hosts (H1, H2, H3 and so on) each one with 2 caulculated items (BO and BI).
I need to create a new host (HostToT) with 2 new items (BO-Tot and BI-Tot) that are the sum of some of the BOs (BO-Tot=H1.BO+H3.BO+h4.BO) and some of the BIs (BI-Tot=H1.BI+H3.BI+H4.BI)... -
Using Calculated Items in Templates?
Dear all,
Is it possible to use Calculated Items in Templates? (Version 1.8.10)
I try to calculate free RAM in percent for two SNMP Items.
Used Memory: KEY_NAME_OF_OIDA
Avail Memory: KEY_NAME_OF_OIDB
Template Name: TEMPL_NAME
... -
Macro into calculated item
I'm trying to use macros into calculated item, but it's returning error.
last("ifInOctets.eth{$ETHG0_0}") + last("ifInOctets.eth{$ETHG0_1}")
Cannot evaluate function [last()]: item [myhostname:ifInOctets.eth{$ETHG0_0}] not found
...