I have a bash script that calculates 3 database parameters then send them to zabbix via zabbix_sender. here are the zabbix sender commands at the end of script:
/opt/zabbix_agent/bin/zabbix_sender -z 153.32.111.26 -p 10700 -s hostVIP -k "avgResponseTime" -o $avg
/opt/zabbix_agent/bin/zabbix_sender...
Search Result
Collapse
6 results in 0.0022 seconds.
Keywords
Members
Tags
-
zabbix sender is slow on some of servers
-
zabbix_sender и кодировка
Всем привет! Разрабатываю приложение на C#. Нашел сниппет, вставил, все работает прекрасно. Но есть один момент, отправка русских символов невозможна, так как все кодируется... -
having trouble with template Check Windows update
Hi everyone,
I recently installed a zabbix server without any issues. So I added my hosts and my templates. Then, I wanted to monitor windows updates. So I went to zabbix share and downloaded the Check Windows Update template (Zabbix Share - Zabbix - Check Windows Update (v1.0)). I followed... -
Zabbix_sender failed
Hello everyone !
I'm currently trying to get speedtest info going to my Zabbix. I get data from speedtest-cli and try to send it to Zabbix Server with zabbix_sender.
But here is my problem, I got fail :
Here's part of my code I use :
What I am missing on zabbix_sender... -
Zabbix sender / Zabbix trapper behavior
I have a process which collects data from multiple instances of same process for 5 minute window. It then adds those values, attaches starting timestamp with them and via file, sends them to zabbix server using zabbix_sender.
format of values stored in file is
"hostname"... -
Zabbbix Hardware Monitoring (sensors) using Zabbix Agent in Windows
Hello all,
I'm trying to monitor the hardware sensors data (core temperature, voltage, fan rpm, etc) in some Windows machine.
I can use lm_sensors in Linux, creating a json with the values and send via zabbix_sender.
If windows I did not fing any feature to get hw sensor...