Good morning, evening or night.
I'm currently implementing a new Zabbix environment at my company, we are going from a 6.0 LTS setup with a mysql db on the same machine as the zabbix_server to a cloud setup, a few important details:
Zabbix server vm SO is a Oracle Linux 8.
The...
Search Result
Collapse
24 results in 0.0033 seconds.
Keywords
Members
Tags
-
Zabbix Instance with Azure PaaS DB
Hello,
We have a fairly large Zabbix installation(~4k NVPS for over 10k Servers/devices being monitored) that we need to migrate sometime this year to Azure. One of the things that I've been contemplating is moving to a PaaS database instead of hosting the DB on another server. We currently... -
Problems with Azure Cost Management Monthly
Hi Everyone,
I'm having problems with Azure Cost Management by HTTP template:
All monthly cost items only show the cost of the first day of the month and not of the total month.
I tried both with Zabbix 6.4 and 7.0
Has anyone had the same problem?... -
Zabbix PostgreSQL PAAS
Hi all, i'm planning to migrate our Zabbix server on-prem to Azure using the latest version. We are using PostgreSQL as our database. Does anyone know if Zabbix support postgresql paas?
If not, what would be the best way to migrate the database from on-prem (running in Cent7 with Zabbix server... -
Can i use on-premises Zabbix Server for Azure and AWS
Dear Gurus,
I have Zabbix server installed on-premises on CentOS 8 Stream.
I want to monitor my Azure and AWS resources, can i use this server for that ?
Your kind support would be highly appreciated.
FOR AZURE AND AWS means, can i monitor the AWS and Azure...Last edited by imtiaza; 21-02-2023, 08:18. -
Monitor VMs in Private Subnet
Dear Gurus,
Please see that i have configured the Zabbix to monitor the VMs in Cloud.
The issue is How can i monitor the VMs located in Private Subnet.
Public has internet so no issue with them will install the agent and it will be configured on Zabbix Server and will collect... -
Azure monitoring via HTTP
Hi all,
Is there any proper documentation available for monitoring through Zabbix?
I see that https://git.zabbix.com/projects/ZBX/...Frelease%2F6.2 is the document given where we create a SPN providing reader... -
How to discover devices with Azure API when a $nextlink is returned
Hi everyone,
Currently I am working on a project and I have to discover a full Azure environment. When discovering I make an API call where I ask for all virtual machines in one discription. Sadly not all devices fit in that one API call and I get a nextlink property returned. This next... -
How to use a Trapper Item without Zabbix Sender
How do I send a JSON payload to a Zabbix Trapper Item without using Zabbix Sender?
I see the documentation on how to format the sender request and I see the documentation related to the header, but I haven't found how to use the header with a JSON payload?
My goal is to send... -
monitorer azure avec zabbix : bonnes pratiques
bonjour,
je suis à la recherche d’infos sur les bonnes pratiques pour monitorer azure avec Zabbix.
- 1. pas de soucis pour monitorer une VM. on installe un agent zabbix ou via snmp et ça marche.
- 2. Lorsqu’on souhaite superviser des ressources, il y a azure monitor qui... -
Azure Resource Monitoring
Hello there,
I want to monitor my azure resources(web apps) using zabbix . Is there a way that i can do it. Any reference links are very much appreciated.
Thank you. -
Errors in MSSQL ODBC template for Azure SQL
Hi,
After configuring the MSSQL ODBC template on Zabbix 5.2 to Monitor Azure SQL Server, we are stuck with the following errors in the Zabbix server logs (same errors are reported on UI as well):
From Zabbix Server Logs:
1. Failed: cannot extract value from json by path... -
Monitor Azure SQL Server / Database Serverless instance
Hi everybody,
I'm trying to monitor performance of some Azure SQL instances with the latest Zabbix server v 5.x.
I was trying to follow the Official Microsoft SQL integration doc, but in Azure View Server State and View Any Definition permissions are not supported.
How... -
Azure Key Vault password to Zabbix login API
Hi there,
how to pass in password to Zbbix API json login script, as password is saved in Azure Key Vault as secret.
$uri = 'http://150.125.52.6/zabbix/api_jsonrpc.php'
$json_login = '
{
"jsonrpc": "2.0",
"method": "user.login",...Last edited by ZabbixUser2020; 12-02-2020, 18:21. -
Web scenario and Azure AD authentication.
Hey,
I wanted to monitor some websites like for instance "https://admin.microsoft.com/Adminportal/Home?source=applauncher#/servicehealth" where I can monitor the status of Azure services for my particular tenant, I am truggling with building a web scenario that would check particular...