Search Result

Collapse
6 results in 0.0023 seconds.
Keywords
Members
Tags
external checks
  •  

  • Pass a parameter from Zabbix (external script) to python code

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

  • External Check works fine only in zabbix server

    I'm beginner user of Zabbix, and I'm trying to verify if a service is running on linux machine (other than zabbix server).

    I created a script (zbx_service_check.sh) on /usr/lib/zabbix/externalscripts.
    (I'm using postfix to test)

    #!/bin/sh -x
    service="postfix"...
    See more | Go to post

  • asrig
    started a topic Abusing LLD with external checks

    Abusing LLD with external checks

    I'd like some input on the "proper" way of doing this.

    I have a service I'm monitoring where it returns all statistics at once. It has counters, booleans, percentiles, pretty much the whole range of metric types. I've written an external check script that basically dumps all...
    See more | Go to post

  • wnkz
    started a topic External checks with variable(s)

    External checks with variable(s)

    Hello,
    My problem is the following: I want to automatically populate my warranty expiration date for all my Dell hosts; and maybe later, setup a trigger on this item.

    I'm using an external script get-dell-warranty.sh and what I'm trying to do is something like this:
    ...
    See more | Go to post

  • Schedule external check to run every 12 hours at a specific time

    I have an external check set to run with an interval of 43200 s (every 12 hours).

    The problem that I'm facing is that the script runs mornings at 08:20 and evenings at 20:20.

    I would like the check to be executed from Zabbix in the afternoon and at night (15:00 and 03:00)....
    See more | Go to post
    Last edited by olle1; 20-06-2012, 14:15. Reason: Spelling

  • How to execute a command as a part of an item?

    I need to be able to kick off a process/command on a monitored host using zabbix, but it looks like zabbix only lets you do this using external checks which only kicks off a script on the server not on the host. I have seen that zabbix allows for you to kick execute a command on the host in a step,...
    See more | Go to post
Working...