Добрый день форумчане, есть диск с которого снимаются метрики (free. used. total. pused) по выражению
Необходимо сделать триггер который при изменении свободного пространства более чем на 2GB...
Search Result
Collapse
10 results in 0.0025 seconds.
Keywords
Members
Tags
-
Снятие метрик и триггер с изменения хранилища
-
Triggers, operational data and vfs.fs.size
Hi forum
We're using Zabbix 5.4 disk monitoring (C:, D:, E: etc.)
We have tried using {vfs.fs.size[C:,total]} {vfs.fs.size[C:,free]} {vfs.fs.size[C:,used]} etc. as "operational data", but they are not processed.
However, if we use the operators {ITEM.LASTVALUE3}... -
Setting (manual) thresholds for overall disk space, RAM, CPU
First post!
Zabbix Server 5.0.2
We're monitoring several (~90) Windows HyperV VMs with mainly Windows Server 2016/2019. With filesystem discovery (vfs.fs.discovery) everything works fine.
The sizes of the VMs (disk space, RAM, CPU) are defined in a contract.... -
vfs.fs.size[/,pfree]
Не создается элемент данных, выводит ошибку:
Некорректное значение для поля "params": ожидается первый параметр.
ключ мной указанный: vfs.fs.size[/,pfree] -
Zabbix vfs.fs.size limit on 3,4TB
I have a windows server 2008 x64 with a disk of 10TB.
But the Zabbix agent only report 3,4TB of total disk space.
Are there any limit for zabbix agent to monitor disk space?
thanks,
Robson -
API: history.get
Всем Ку.
Не могу получить через api историю метрик vfs.fs.size[/,pfree], vfs.fs.size[/var/www,pfree] из стандартного шаблона для Linux Server. Значение метрик без проблем, проблемы только с хистори - возвращает 0 объектов.
Забираю питоном через ZabbixAPI вот так:
...Code:zapi.history.get({"output": -
zabbix_agent 2.0.0: странности с vfs.fs.size
Машина по Centos 6 x64, agent version 2.0.0
при попытке получить значение
Локально
C сервераCode:zabbix_agentd -t vfs.fs.size['/var/lib/mysql','free'] ZBX_NOTSUPPORTED
...Code:zabbix_get -s xxx.xxx.xxx.xxx -k vfs.fs.size['/var/lib/mysql','free']
-
vfs.fs.size works directly on agent but ZBX_NOTSUPPORTED when requested from server
I'm trying to learn more about low-level discovery, and luckily I have a problem to tackle
This is a simple test configuration that I run on a single computer utilizing virtualbox VM instance where I run server, and agent is running directly on my personal laptop.
Server... -
Different trigger thresholds for discovered filesystems?
I'm really enjoying the new filesystem autodiscovery with Zabbix 2.x, however I have an issue with it.
When the autodiscovery finds the filesystems and populates them on the host, it puts in a trigger with a 20% threshold. I know that I can go to the template and modify that value to whatever... -
negative vfs.fs.size value
Hi,
zabbix-server 1.8.3,2
There is a weird behaviour of the zabbix agent 1.8.3 on FreeBSD 8.1
As u know, when there is no space left on a partition, FreeBSD has a negative space available, waiting for admin to clean the partition....
df:...