Search Result
Collapse
7 results in 0.0025 seconds.
Keywords
Members
Tags
-
Zabbix Podman Pod script
There are multiple Zabbix components that are constantly communicating with each other. When deploying Zabbix components as containers, they must be tightly coupled and may need to share resources. With the Pod concept, these containers can form a single cohesive unit. So, to let Zabbix benefit from... -
Timeout only for frontend
I'm using UserParameters to collect data from an app every hour.
Something like this:
...Code:$ cat /etc/zabbix/zabbix_agent2.d/zabbix_agent2.app.conf Timeout=10 UserParameter=app.parm1,/usr/bin/app parm1 info UserParameter=app.parm2,/usr/bin/app parm2 info UserParameter=app.parm3,/usr/bin/app
Last edited by markfree; 31-01-2022, 20:23. -
Script with macros as parameters
I'm getting an error when trying to start manually a global script from Zabbix 5.0.
Script command executed on Zabbix server:
...Code:/usr/lib/zabbix/externalscripts/rde/rde_criar.sh "{HOST.HOST}" "{HOST.IP}" "{HOST.NAME}" "{EVENT.NAME}" "{TRIGGER.DESCRIPTION}"Last edited by markfree; 25-11-2021, 15:59. -
bash command to disable host monitoring
Hi there,
We have a powershell script which turns OFF and ON VMs (Azure automation runbook) according some different schedules, and we need to disable/enable Zabbix monitoring for a host before it gets shut down and enable once script turns it on. The script gets VMs as variables.
...Last edited by ZabbixUser2020; 29-01-2020, 14:16. -
Shell script not working with Zabbix 3.4
Hi guys.
I have a script that checks an API status using curl. When manually executing the script on the Zabbix Server box, it works.
The script:Code:/usr/lib/zabbix/externalscripts/api_services_status.sh "api_check_ping"
...Code:#!/bin/sh set
-
Отправка последнего значения элеменов д&
Доброго времени суток! Я новичок в Zabbix, и возникла необходимость... -
Script returned no value problem for external check
Hy,
I have a problem regarding external checks.
I wrote a little shell script the gets the software version number of a device.
...Code:#!/bin/sh #writes the sw version number in the file "sw_version" ./get_webio_sw_version.sh #print
Last edited by dsh; 18-01-2012, 10:03.