Hello,
We have a scenario were we monitor system of AWS services, that we discover with LLD rules.
For example we have a discovery rule to find every load balander and create one host per load balancer with a host prototype. That works fine.
The problems starts when we want to start...
Search Result
Collapse
6 results in 0.0021 seconds.
Keywords
Members
Tags
-
Felix Schäfer started a topic Is it possible to move Host created by Host Prototype to a Host Groups with Macros?in Zabbix HelpIs it possible to move Host created by Host Prototype to a Host Groups with Macros?
-
Using host group info in webhook
We are using Zabbix in a multi-customer environment (providing managed services). We are using host groups to designate which customers different hosts belong to. We would like to integrate a 3rd party helpdesk by sending http requests via Zabbix webhook, whenever certain events take place on hosts... -
Better Permission Granularity(updated)
This is a follow up to the request below:
https://support.zabbix.com/browse/ZBXNEXT-77
Johan Segernas already asked this question but it seems no one has been able to come up with a solution.
"I would like to be able to give a certain user permission to just... -
1 hôte dans plusieurs groupes d'hôte
Bonjour à toutes et à tous,
Je vous expose ma problématique, je suis en train de mettre en place zabbix afin de superviser plusieurs type de pannes, par exemple : "service sauvegarde windows down, cpu surchargé, ram surchargé, erreurs disques, ..." j'ai donc crée des modèles... -
Zabbix API add a host to a hostgroup
Hi,
I am trying to add a host to a hostgroup using the python API
I get the groupid like this
group_id = zapi.hostgroup.get(output='extend',filter={"name":["group_name"]})
print group_id[0]['groupid']
19
and... -
Zabbix Alerts
Hi,
I have Zabbix 1.6.5 installed on Ubuntu 8.10. Everything is working fine i have different user groups, users and host groups and i want to send mail alert to users based on host groups. But i could be able to send emails only to the user group Zabbix Administrator. If there is any...