Search Result
Collapse
13 results in 0.0063 seconds.
Keywords
Members
Tags
-
Calculated items based on external checks
I am working with Zabbix 3.0 LTS. I monitor specific keys (limit and used count) from API (JSON) source throught external check with *.sh script. If I make own script for each key (curl + jq) (merk_cz_exp-hits.sh, merk_cz_exp-limit.sh) and than specify new calculated item for percentual count based... -
SELinux denied read external check program in Linux (proper way to fix)
I have program for external check in /usr/bin/myprogram.
Also I have symlink from /usr/lib/zabbix/externalcheck/myprogram -> /usr/bin/myprogram
type of my program in SELinux is bin_t
SELinux denied /usr/sbin/zabbix_server_mysql read lnk_file /usr/lib/zabbix/externalscripts/myprogram... -
Calculated item not working - Zabbix 3.4
Hi,
I've got two VPN connections on my Cisco ASA which I would like to monitor the traffic overnight. There is a cron job that runs every morning at 2am.
The goal is to have a trigger based on that calculated item. If there hasn't been any traffic on that VPN at 2am, then triggers...Last edited by lpossamai; 23-07-2018, 04:59. -
Trigger for an external check at a specific time of the day
Hi all,
I have got the following item setup, which monitors a Site-to-Site VPN on my Cisco ASA:
I would like to create a trigger that...Code:Name: 1 IPSec VPN RX Type: External Check Units: bps Preprocessing: Change per second Preprocessing: Multiplier 8
Last edited by lpossamai; 20-06-2018, 03:40. -
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... -
how to re-enable timeout'd checks
I've searched this forum and the whole internet (twice!
) for any solution, but couldn't find one up to now. Here's my situation: i'm running several checks against a machine using external scripts. From time to time, those scripts run into timeouts. That's okay and doesn't show any issue at all,...
-
unsupported items don't recover
Hi,
I have several database monitor and external check items monitored by a proxy.
Sometimes the items become unsupported because of some issue (usually database unavailability), however they never become active again after the issue is solved.
So far to make sure... -
Running an external check via agent
On 2.2.2, Ubuntu 12.04 LTS (Precise)...
I have an external check to monitor that a certain file is getting updated. I want this to be run periodically on each of the hosts for which this is important.
Did the Admin -> Scripts thing, created a script called check_foo.pl... -
External Check Returns NOTHING to Zabbix
To clarify, the script works fine. It returns the single line of text that I'm looking for. However, Zabbix shows absolutely nothing as the return value.
What is the script?
It's an SSH Expect Script. It logs into a Mikrotik RB951, and executes:
ut [/system...
-
external scripts for discovery
Situation:
I have created an external script which outputs the following:
...Code:{ "data":[ {"{#INDEX}":"1.1","{#VALUE}":"GigabitEthernet0/0: unknown"}, {"{#INDEX}":"1.2","{#VALUE}":"GigabitEthernet0/0: -
External Websites Monitoring
Using Zabbix I can monitor my intranet websites very easily, but monitoring external websites I am having difficulties. I want to monitor just simple HTTP uptime.
For example : How do I monitor if HTTP is working on www.google.com ?
Thanks in advance -
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).... -
Script returned no value problem for external check
Hy,
I have a problem regarding external checks.
I wrote a little shell script the gets the software version number of a device.
...Code:#!/bin/sh #writes the sw version number in the file "sw_version" ./get_webio_sw_version.sh #print
Last edited by dsh; 18-01-2012, 10:03.