Zabbix documentation says that the "{DISCOVERY.DEVICE.IPADDRESS}" macro is supported in "notifications and commands".
I was hoping it would be supported in Discovery Actions conditions, but it is very limited and cannot be used in action conditions.
Still,...
Search Result
Collapse
13 results in 0.0022 seconds.
Keywords
Members
Tags
-
Network Discovery macros support location
Last edited by markfree; 23-04-2025, 15:53. -
Agent remote script not working
I have created a global script that runs on Zabbix Agent with a scope of manual host action to remotely reboot a Windows host at a specific time, 1 AM.
...Code:@echo off setlocal :: SECONDS COUNT UNTIL THE NEXT 1H AM, :: EITHER IN THE SAME DAY OR THE NEXT ONE. :: by diasdm
Last edited by markfree; 30-08-2023, 17:46. -
Agent remote script with API call
Hey guys.
I have created a simple Windows script that run on Zabbix Agent with a scope of manual host action.
Whenever a user needs to run that script, they click on the host name and start it. It works fine for now.
After the script is executed, it would be good to add...Last edited by markfree; 29-08-2023, 17:18. -
Using zabbix with a remote control solution
I wondered if anyone has considered or if running zabbix along side a remote control solution.
I am using Zabbix to monitoring customer networks via psk active proxy servers. All the customers are behind firewalls that are locked down apart from requests for out bound(10051). inbound... -
Windows agent remote command via psk proxy
I have a requirement to run active proxy behind a firewall servicing multiple Windows agent machines.
I have psk encryption on both the agents and the proxy because they are customer clients.
When I try and run a remote command to the agents I get:
Get value... -
Action, вызов внешней команды и передача данных
Добрый день, пытаюсь настроить действия на тригеры, но никак не могу передать внешнему скрипту параметы Тригера, в логах агента видно, что что команда отработала, но данные в неё не передались.
Логи агента забикса
...Code:29670:20170822:143536.319 Executing command ' {status.trunk.asterisk.discovery[{#SERVERIP},{#TRUNKIP}]} -
Zabbix execute script/command on process startup.
Hi,
I would like to know if I can configure Zabbix to run a command/script on Zabbix clients when a process starts. The process that I'm referring here is PostgreSQL. My concern is not to monitor whether PostgreSQL is running or not, but more on triggering the command/script only when... -
Monitoring the results of a command
I would like to monitor a windows machine, the value of a command in Windows, such as ipconfig or driverquery.
How can I get this information configured as a monitored Item? -
Running arbitrary commands in escalation?
Hi. I want to execute an arbitrary command as part of escalations.
What i want to do is specifically, if the nodata() based trigger fires, first it tries to restart the agent on the remote host, before trying to contact anyone. It'd probably be a remote ssh command.
Since... -
need help to test my zabbix CLI
Hello,
I playing a while to learn some perl, and doing my zabbix cli administration named azia.
Is incomplete, but is usable (for me, off course).
https://github.com/jalexandre0/zabbix/tree/master/azia
If you want help, test or patch the... -
Remote command with windows with special rights
Hi again,
My second post today...
I discover zabbix and this features, but I have a question (not really a problem) : I would to restart a windows application with zabbix.
I use "remote command" in action. I tried {HOSTNAME}:echo It works > C:\tmp\mylog.txt, it's... -
Execute remote commands on Windows XP
Hi All,
I have installed Zabbix 1.6.4 server (Linux) and 1.6.4 client on Windows XP SP3.
The configurations on both machines and monitoring with Template Windows are ok for client host (Enableremotecommand=1, etc).
When i send:
zabbix-get -s clientIP -ksystem.run["c:\test.vbs",nowait]...