Search Result

Collapse
74 results in 0.0042 seconds.
Keywords
Members
Tags
script
  •  

  • Apply Script to multiple devices at the same time

    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...
    See more | Go to post

  • junoonguy
    started a topic Ping and Traceroute

    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 ...
    See more | Go to post

  • 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...
    See more | Go to post
    Last edited by chipmaster; 09-06-2024, 21:35.

  • AKC99
    started a topic Script Item not compiling

    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...
    See more | Go to post

  • markfree
    started a topic Agent remote script not working

    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
    ...
    See more | Go to post
    Last edited by markfree; 30-08-2023, 17:46.

  • markfree
    started a topic Agent remote script with API call

    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
    ...
    See more | Go to post
    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...
    See more | Go to post

  • 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...
    See more | Go to post

  • 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.

    Code:
    Get-Acl -Path \\share1\folder1\* | where-object { $_.AccessToString -match 'Everyone' }
    Results:

    Code:
    ​Path Owner Access
    
    ---- ----- ------
    
    test1 domain\user1 Everyone
    ...
    See more | Go to post

  • sinex
    started a topic Clickable URL in Script run result

    Clickable URL in Script run result

    Hello everyone, how i can make clickable url in script results?
    See more | Go to post

  • 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...
    See more | Go to post

  • 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,...
    See more | Go to post

  • 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...
    See more | Go to post
    Last edited by verde; 05-01-2023, 18:56.

  • markfree
    started a topic Macro function used in a script

    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
    ...
    See more | Go to post

  • andreas777
    started a topic Zabbix Agent2: Script topic questions

    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...
    See more | Go to post
Working...