I am running zabbix 4.2.1
I am setting up a custom monitor that I have to script under sudo to root to monitor a pacemaker HA cluster. I want to run the command crm_mon --as-xml to get an xml output that I can then parse for several status values from the output.
I created...
Search Result
Collapse
5 results in 0.0030 seconds.
Keywords
Members
Tags
-
Using sudo in a user parameter
-
Zabbix Agent UserParameter and Discovery Rule
I am working on zabbix 3.2 , I need to know is there any way from which I can show 10 process consuming most cpu or memory via zabbix agent, such that I can see graph for each process.
Currently I have used UserParameter option to get desired output, however the biggest flaw is I am getting single... -
Values of user parameter item key
I defined some user parameter item on the zabbix_agent configuration which is monitoring mysql performance
config:
#/etc/zabbix/zabbix_agentd.d/userparameter_mysql.conf
UserParameter=mysql.status[*],/etc/zabbix/scripts/check_mysql.sh status $1 $2 $3 $4
scripts... -
Триггер срабатывает не правильно на знач
Приветствую всех.
Возникла проблема в правильном отображении статуса по значению из скрипта
Сам путь скрипта на клиенте (прописан в Zabbix_agentd.conf, UserParameter)
...Code:#!/bin/bash gname=vg1 # Имя группы из
-
User Parameter Item does not show any data in Zabbix GUI
Hi All,
I am facing an issue with an Item, which i have configured to use the key of a user parameter defined by me. Below are the details of the issue. Any help would be much appreciated.
Problem statement -
We need to capture the result of a SQL query (on a MS...