Search Result
Collapse
19 results in 0.0021 seconds.
Keywords
Members
Tags
-
Host list?
Hello all! I'm a beginner in Zabbix running Zabbix 6.0 and I have a task to find some tens of hosts from a list of hundreds which are part of the same group. I wanted to show all the hosts after filter by group but I didn't find any option to get all hosts in one page and copy them in bash to use a... -
Emailing a Specific Group.
I have a number of devices Marked as VPN Devices. How do I email alerts only for those devices to a specific Email group?... -
Trigger Action Send Email to multiple groups
Hi,
I'm having an issue when trying to have a trigger action send email to multiple groups.
In the screenshot below, all members of Group 1 receive the alert email when triggered, but no one is group 2 does. Each user in Group 1 and Group 2 has a valid email address configured.... -
How to debug SAML authentication?
Zabbix containers are running on a Ubuntu 18.04 server, while zabbix front end service is provided on http://<ip>:8081 I configured SAML authentication
On SSO service provider, w.r.t. https://www.zabbix.com/documentation...x/install/okta, configurations are- Single sign on URL: http://<ip>:8081/index_sso.php?acs
- Audience
Last edited by wyang; 21-05-2021, 17:56. -
Can both LDAP and SAML authentication methods be enabled?
Can both LDAP and SAML authentication methods be enabled for Zabbix user authentication?
If both LDAP and SAML methods consume LDAP and SSO services from a same central authentication service provider, i.e., each user have a same username for both LDAP and SAML, how to configure users... -
Still can log in when LDAP authentication being disabled
Configurations on test environment- default authentication: internal
- user group admin_internal
- Frontend access: internal
- user1 belongs to this group
- user group admin_ldap
- Frontend access: LDAP
- user2 belongs to this group
- when LDAP authentication is configured and enabled, both users can
Last edited by wyang; 20-05-2021, 23:05. -
hostgroup.massupdate
Добрый день,
Необходимо заменить шаблоны (templates) для конкретной группы. Было решено выбрать метод hostgroup.massupdate(). В качестве параметров были переданы переменные group... -
How can I import LDAP groups to Zabbix?
Hi everybody,
I have a specific issue about LDAP authentication. I want to get security groups (over LDAP) and organize permissions as a group based. But I could not get groups from Administration tab. Is there anybody who has the same problem or has the solution of that problem? I am waiting...Last edited by syskemal; 09-07-2019, 15:16. -
How to get template 'Action' to send email to different groups
How can I get an 'Action', which is configured as a template, to email different groups of people?
When configuring the Action -> Operations, a Step for Send Message doesn't seem to give me an option to put in a Group placeholder. That is, that it should send the Message to a different... -
API event.get groupids not working
Hello everyone,
I noticed that after upgrading zabbix-frontend-php from 3.2.6 to 3.2.7, API event.get requests with "groupids" or "hostids" field return empty:
REQUEST:
{
"jsonrpc": "2.0",
"method":...Last edited by pqespindola; 28-08-2017, 22:42. -
Add groups to Discovered hosts
Hello all,
I posted this in IRC channel, but I keep having to close laptop, sleep, or completely forget I posted etc etc, so I figured I'd post it here.
Basically I'm using the virt VMWare template to discover hypervisors in a large vsphere environment. We have 30+ locations... -
AD Group based LDAP authentification
Hi All,
Can somebody advice on how to Map Zabbix User Group to AD Group
I need to allow every AD User that belongs to certain AD Group to use Zabbix. This will greatly simplify users' administration.
Now I have to add/delete each user into Zabbix one by one....Last edited by Sun21; 28-10-2016, 09:10. -
Send E-Mail only to certain users
Hey all,
I'm running a Zabbix 2.2 server which currently has two primary categories of systems for monitoring - web services and internal services. As admin, I get notifications when anything important goes down, but I'd like to have zabbix e-mail our web developer when a web service goes down,... -
Give user permissions only to create users
I've been developing a large-scale Zabbix environment for an year now and this is my first post on this forum. Few days ago I was asked is there a way to setup Zabbix user which has permissions only to create users and I couldn't find discussion or so what ever on that matter. So I decided to seek help... -
How to use API to get hostname belongs to one group
I want to get all hostname that belongs to a special group,such as 'Discovered hosts',how can I achive it? I have tried to use the "host.get",but how can I filter group name?