Hi all,
Long time lurker here.
The time to to give back all the usefull info that I get from this forum has come.
I work on a large enviroment (~1000 hosts), that mostly has Windows virtual machines (~450 hosts).
I have managed to create a template to LLD all windows...
Search Result
Collapse
30 results in 0.0026 seconds.
Keywords
Members
Tags
-
Biztalk monitoring
Last edited by g.fernandez; 15-03-2017, 10:27. Reason: Had to change some IPs on the config files. Privacy. -
Inserir imagens em batch no Zabbix 3.0
Boa tarde a todos,
A quem interessar, criei um script bash que insere imagens em batch no Zabbix. Facilita quando você quer inserir um conjunto de ícones completo, como por exemplo http://andredeo.blogspot.com.br/2012...ra-zabbix.html. Segue o link: https://githu... -
Отправка смс через скрипт
Добрый день.
Подскажите, пожалуйста, у меня есть скрипт отправки смс через наш api.
Я пытаюсь прикрутить его к zabbix, но не получается. Возможно, кто-то сможет помочь?
Сам скрипт отправки через консоль:
...Code:curl -X POST -d '{"PhoneNumber": "xxx", "Text": -
how create triggers with scripts
hi, I am new at zabbix. I want to create triggers with scripts, zabbix api etc. But I don't understand zabbix api or PHP very well. Can anyone help me? thanks a lot. -
Problems with an alert script
Hi there !
I have made all the steps to configure zabbix to execute an alert script (message.sh) when a "trigger" has been "triggered", but the script doesn't work.
message.sh ( located at /usr/lib/zabbix/alertscripts/ )
...Code:#!/bin/bash
Last edited by rcarlos007; 08-01-2015, 02:16. -
ERROR: Cannot connect to the trapper...
Build: 2.2
OS: CentOS
-Brand new installation, no previous configuration, downloaded as a package-
Good Evening,
I am currently experiencing an issue while attempting to run commands (scripts) to all my hosts. The error message I receive is:
ERROR:... -
Administration scripts in templates
Hello everyone,
I'm looking for a way to put scripts into templates. According to the documentation it does not seem as to be possible, but I'm gonna have a bunch of scripts and find it really annoying to enter them manually on multiple instances.
Maybe the template is not the... -
execute scripts on monitored hosts
I know that is possible to execute external scripts stored on the Zabbix server, but I want to execute a script on a hosts that is monitorized. It is possible? How?
Thnak you very much. -
Managing a Large Number of Remote Scripts
I am working on configuring Zabbix to monitor a large, multi-layer application that my company is developing.
In order to monitor certain aspects of the application, I've had to write a large number of scripts that are executed locally by the agents.
In some cases, the... -
Помогите с тригерами
Доброго времени суток! Я новичок в этой системе, юзаю...Last edited by olimpikys; 15-05-2012, 14:33. -
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,... -
Zabbix WEB monitoring mass add urls by script
Hello,
Unfortunately in zabbix 1.8.X, there are no templates for WEB monitoring of urls, and there is also no API for it (although that seems to be coming in 2.0).
we had the need to start monitoring 350+ urls, so we decided to write a proper shell script for it. It adds... -
Notification Actions, allways "In Progress"
I'll start by saying I have searched these forums and beyond to find a solution to this and found lots of useful hints but no magic bullet yet.
I've been trying to set up email notifications using script media type for the purpose of using a gmail account.
Script taken... -
How monitoring Apache server with zabbix
Hello
I would like monitoring remote Apache server with my zabbix server.
I find this wiki http://www.zabbix.com/wiki/templates/apache and I follow instructions "method2"
I download and import xml template and script query_apachestats.py in folder...Last edited by Z@fleur; 06-12-2010, 18:14. -
Accessing User Information in GUI Scripts?
Hi,
I would like to enable authorised users to click on a host entry to execute a shell script on the Zabbix server. I tried to realise this with the so called "Scripts" (Admin/Scripts), but I am lacking the ability of providing any user related information.
According...