Hello.
I want to know how to pass a parameter from zabbix to my python script. For example, I have an url in my script, example: "http://127.0.0.1/api/information". I need to pass the macro variable {HOST.CONN} in this ip area of my url, like this: "http://{HOST.CONN}/api/information"...
Search Result
Collapse
7 results in 0.0027 seconds.
Keywords
Members
Tags
-
Runnig PowerShell script using externalscripts / system.run on Linux.
Hi Everyone,
I am working on running some PowerShell scripts BUT - on linux, pswh works well in general from the command prompt, here is the simply command that check the date:
However when trying to run it as an item I am getting an error:
... -
Handling external scripts that sometimes exceed 30 seconds timeout
Hi all,
Does anyone have any suggestions getting around the maximum 30 second "timeout" Zabbix server/proxy config value?
Having a problem that due to network latency, a PowerShell external script run on a Zabbix proxy sometimes exceeds 30 seconds (usually takes 20s)... -
Extract data from a log and populate to multiple Items
Hi,
I am testing a SSH host with Zabbix 3.4
Host is old and setting up Zabbix agents/any other client application or enabling SNMP not possible.
Only possibility is extract command output.
I written expect script and fire by an Item link to external script.
So I... -
External scripts not working post upgrade
Hi All,
I just upgraded to 3.0.13, and it seems all of my external scripts broken.
I had this configurations.
under '/etc/zabbix/externalscripts' and '/usr/local/share/zabbix/externalscripts' i had some scripts which are basically shell script wrappers intern calls expect... -
Python script in /externalscripts not found
Hello all,
First time posting. Been using Zabbix for over a year. Thank you for such a great piece of software!
I am trying to setup Zabbix to collect information from certain Wowza servers. I am using this code from this Github repo:
https://github.com/vicendom... -
1.8.8 : Period for externalscripts not working when less than 300
I am using the OpenSuse virtual machine for Vmware from Zabbix. I have some items that have a period of 60 seconds. However, the items are getting checked at intervals of 5 minutes (300 seconds). Is this a new change/feature in 1.8.8. Things were working fine for me in 1.8.3.
Also, if...