Hi,
i have installed zabbix 7 on ubuntu 24.04lts with mysql (completely new installed).
if i ping a host (context-menu -> ping) follows an error "Cannot execute script. Global script execution on Zabbix server is disabled by server configuration."
i cant find, which...
Search Result
Collapse
5 results in 0.0029 seconds.
Keywords
Members
Tags
-
-
Zabbix Agent - cannot execute binary file
I have some legacy servers that require monitoring. Due the "locked" state of these servers, I can't use repositories or rpm packages.
Code:# cat /etc/redhat-release CentOS release 5.10 (Final) # uname -sr Linux 2.6.18-371.el5PAE
...Code:# cat /etc/redhat-release Red
Last edited by markfree; 12-10-2022, 03:44. -
Force Web Scenario update
Hi guys.
I'm setting up some Web Scenarios and they will have 12h intervals.
After creating the steps, Zabbix does not update the scenario immediately and I'm having to wait the full interval to see new values.
Web Scenarios do not have a "execute now" option, but,... -
Run a progran and capture its output in the agent side
Hello, I was looking a lot for a way to run a progran/script in one of my monitoriced hosts and that the zabbix_agent captures the output and send it to the zabbix_server.
I need to execute a little script in ubuntu, and a program in windows xp, that will send the login of the current... -
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]...