Hello Zabbix Experts ,
i am still new in Zabbix , i already installed it on my server and discovered many machnies ( windows 10 , Linux Ubuntu ) using Zabbix Agent .
i already applied script to shutdown these machines and it is working fine .
but now , the idea...
Search Result
Collapse
74 results in 0.0042 seconds.
Keywords
Members
Tags
-
Apply Script to multiple devices at the same time
-
Ping and Traceroute
Hello,
I have zabbix 6.x, I am need a help creating script (sh) with email notification. If host goes down then notification email sent out with trance route. I already have email notification setup. I am not good with scripting, plz help
...
-
Zabbix 7 connot execute script
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...Last edited by chipmaster; 09-06-2024, 21:35. -
Script Item not compiling
I'm very new to Zabbix and trying to make a script item so I can write to a coil on my device with SNMP. So, I need to use snmpset to write 1 to the coil's OID to do the action detailed in the coil. When I test my item, I get and error saying: "Cannot compile script: SyntaxError: unterminated statement...
-
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. -
Media Type Webhook Script - Error with find function
Hi All,
I've written a Webhook script to grab a list of company names from an array & then match the start of the hostname to the company abbreviation in the array. When a match is found, split the array value and return the Company Name part after the delimiter.
The rest of the script... -
Trouble Setting Up Webhook for Zapier
I'm fairly new to Zabbix and I've been trying for the past couple days to set up a webhook from Zabbix to Zapier. I understand that I'm probably making a fairly juvenile error and I don't expect you to solve the problem for me, but I would appreciate it if another more experienced user could push me...4 Photos -
Is it possible to create a trigger for text from script results?
Hello,
I am using a script to pull ACL on the shared folder.
Results:Code:Get-Acl -Path \\share1\folder1\* | where-object { $_.AccessToString -match 'Everyone' }
...Code:Path Owner Access ---- ----- ------ test1 domain\user1 Everyone
-
Clickable URL in Script run result
Hello everyone, how i can make clickable url in script results? -
Cannot execute script: Error: maximum count of HttpRequest objects was reached
Hello.
I ran into a problem while using the Consul Node template via HTTP. I can't get any responses about local service. I get the error:
I enabled debug logs, but I didn't see anything that could help me. It looks like it is an issue related to environment data, according to s... -
Zabbix script execution on device without Agent
Hi everyone.
I'm starting to use Zabbix and can't figure out how to run a script.
I report the logic in Nagios environment:
The Nagios core runs a bash script
The script performs some operations towards a remote IP (it is a router)
Based on the results obtained,... -
LLD error -post upgrade from 6.2.0 to 6.2.6
Hi, I've upgraded zbx server like 3 weeks ago, but just recently I noticed my LLD discovery rule wasn't discovering lastly. I'd seen that the rule had the status 'not supported' by timeout, so I tried to test it but zabbix server is crashing everytime I do so.
My LLD discovery rule is of...Last edited by verde; 05-01-2023, 18:56. -
Macro function used in a script
Hey guys.
I'm using Zabbix 6.2 and, every now and then, I get some Windows "service is not running" event. Some of those services, I can just restart.
Basically, I'm using "Windows services discovery" to find and monitor those services, and the associated... -
Zabbix Agent2: Script topic questions
Hi there!
Information:
Zabbix-Version: 6.0.5
Zabbix-Agent: Zabbix Agent2
Monitored Host: Windows 10 Pro
I have a few questions regarding the execution of scripts on monitored hosts (Zabbix Agent2).
Firstly, I have succesfully created Items which retrieve...