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...
Search Result
Collapse
22 results in 0.0026 seconds.
Keywords
Members
Tags
-
-
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]"))
... -
Properly calculated item in SNMP Discovery
Hello to all.
I am creating a monitoring template for Arista switch and have LLD rule to enumerate and create items for all discovered interfaces. I would also like to add an item for total interface utilization that is based on three individually retrieved values: ifInOctets, ifOutOctes,... -
How can i count active host?
Hi!,
I´m using zabbix 2.2.2 and i want to know how many davices are up at , for example, 5 p.m. and sent that by e-mail. The e-mail job is just done, but i don´t how to count the devices.
I was thinking about using the count function in a trigger, but i´m not sure if that would work.... -
Returning preg_match() error, incorrect trigger function
Hello,
When I try to create a trigger with this expression:
{myhostname:vfs.fs.size[c:,free].last(0)}<1500000000
it gives the following errors:
preg_match(): Compilation failed: unknown option bit(s) set at offset 0 [api/classes/CTriggerExpression.php:93]... -
Trigger for last N values
Hello all.
I've been looking for a way to trigger an event when last N values are greater than X. The function .last(#N) gets de Nth previous value, but I'd like to get all N values, and compare then to X. If all of them are greater than X, then trigger the event. Does a function like... -
Getting Zabbix to check a log once a day...
Greetings,
I am trying to setup a few items and triggers to monitor file movement. Currently we have a process that takes a .dat file, moves it to a server, processes it, and creates a log file. That log file is what I am trying to get Zabbix to monitor and I need it to three things....