Search Result
Collapse
5 results in 0.0025 seconds.
Keywords
Members
Tags
-
Biztalk monitoring
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...Last edited by g.fernandez; 15-03-2017, 10:27. Reason: Had to change some IPs on the config files. Privacy. -
Zabbix add/remove Maintenance Script
I am looking for script by which i can unable or disable Maintenance for my hosts groups .
Till now i have tried below scripts but all having some issue or might be i am doing wrong some ware .
http://zabbix.org/wiki/Perl_script_t...ve_Maintenance
http:/... -
How to return fail in a custom script used as media type
I created a bash script to send notifications, that performs some checks and returns non-zero if these checks fail. When everything is fine, it sends the SMS and returns "0".
However, even when the script returns "1", for example, in Event Details Page is showing Action... -
Zabbix api: Script to get host with ONLY one or less templates
Hello.
Zabbix API is a great thing to do certain tasks automatically trough scripts.
Currently I have to do a very simple thing: Get all the hosts from a group which contain only one or less templates and direct those hosts into a text file.
This is needed...