Hi Team,
I do not want to use IAM user for monitoring on AWS RDS.
so, I do input {$AWS.AUTH_TYPE} = role_base instead of {$AWS.ACCESS.KEY.ID} information but does not working.
zabbix version is 6.0, is this possible to monitor use AWS role base?
Please anyone h...
Search Result
Collapse
4 results in 0.0028 seconds.
Keywords
Members
Tags
-
Is it possible with ec2 role-based to monitor RDS?
-
barney-s started a topic Zabbix API - allowing user to change password but not user groups (user.update)in Zabbix HelpZabbix API - allowing user to change password but not user groups (user.update)
Hi,
I'm creating user to access Zabbix via the API. The user needs to be fairly limited in what it can do - I have that all working OK using a combination of user roles and user groups.
I need the user to be able to change its password via the API. The obvious way to do this... -
Global macro update with API
Zabbix 6.2
Hey guys.
I'm trying to update a global macro using the Zabbix API.
For testing, I used the "usermacro.updateglobal" method.
The script:
...Code:#!/bin/bash # Zabbix Auth ZABBIX_URL="https://zabbix.url/api_jsonrpc.php"
Last edited by markfree; 16-01-2024, 18:32. -
Items in one template, Triggers in another
Hello,
I am trying to make my installation of zabbix and the structure of templates and hosts in a cleanest way, cause I have a lot of nodes to monitor with different functions.
So I was trying to do (I am not sure if it is possible) something like, have one template per hardware...