If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to REGISTER before you can post. To start viewing messages, select the forum that you want to visit from the selection below.
I'm having issues with an Item key not being supported. I Created an item to run a .bat script on a Host ( system.run[C:\Bat_Softwarecheck\softwarecheck.bat] ), and get a list of installed apps with their version.
However I quickly found out that the item key was not supported.
I am using Zabbix 5.4 on CentOS 8.
Looked at a few instructions.
In Configuration -> Actions -> Trigger actions in Operations, I cannot select Remote Commands, I only have Send Message.
Has the function been moved to another place, or is it now implemented...
Update config through Zabbix scripts without need to restart service
Hi, I'd like to set up "update config" script (Remote Command) for some particular hosts. As for today Zabbix agent is being installed by GPO, where the number of configuration options are limited.
My question is if I'm able to to update hosts' config file on the fly without need...
if i use remote commands in an action can i get a return code that show us the command did the right thing? or by solving the trigger i will realize that command was executed successfully?
i mean for example:
i have an item that check that a specific service is running
i have...
Name: Interface status on {HOST.HOST}: ge-0/0/1, {ITEM.VALUE2} : {ITEM.VALUE3}
Expression: ({node1:ifOperStatus[ge-0/0/1].last(#4)}=1 and {node1:ifOperStatus[ge-0/0/1].min(#3)}=2 and {TRIGGER.VALUE}=0) or ({node1:ifOperStatus[ge-0/0/1].min(#3)}=2...
if I create an action and choose under "Recovery operations" the operation Type "Send recovery message" the macro {EventID} returns the original EventID of the causing event in the email.
Is there a way to get this value also for the operation...
i've got a problem using an action at auto registration
I try to run a remote command (it enables a jmx interface for a host via the api) and add a template that uses a jmx interface but get the error "cannot find the JMX host interface" in the zabbix_server.log
Hi, I am new to Zabbix. I am doing the remote command for my Zabbix (window server) to screenshot the server if something wrong. I am using wkhtmltopdf software to screenshot the server. However, the wkhtmltopdf can be done in command prompt of my window server but fail to generate the output file when...
Hi,
I've run into an issue where an Action setup to execute a remote command on the CurrentHost from which the trigger was raised is not working,
I've checked the command manually and it works perfectly, I've tried changing commands ( even using system commands ) but none has worked....
I am getting the following in my zabbix-server logs "item "zabbix-proxy1:system.run[cat /etc/issue]" became not supported: Remote commands are not enabled."
Even though, my configuration on the zabbix-proxy1 host is as follows:
Issue with Remote SSH Command in Action Configuration
Hello,
I've created an action to accompany a trigger that should log in via SSH to a router and ping a few IP to bring back up a VPN tunnel to a remote location. As a test I modified the host with an invalid IP address to trigger the action.