Questions tagged [zabbix-api]

59 questions
0
votes
1 answer

separating a CSV with a value with multiple values inside

Currently trying to write a script that pulls data from a ZabbixAPI key. I have the script working with data pulling out then being converted to a CSV file. The issue I am facing is that after it is being converted one of the headers I have defined…
Lachlan
  • 17
  • 1
  • 6
0
votes
1 answer

Get the same problems listed in "Problems" with API zabbix

Im looking for the problems list (problem.get) but only the probems also listed on the dashboard itself. I've tried it with triggers etc etc, I can not filter for status anywhere. When I do problem.get I get 712 problems while there are only like 10…
Anony777
  • 1
  • 1
0
votes
1 answer

Retrieve value from associative array-error

hello i had stumbled on kinda simple problem but i can't get and idea what could be wrong: function zabbixGraphGetId($HostName, $Name,$zabbixData) { try { $api = new ZabbixApi(...$zabbixData); }…
Vortex666
  • 65
  • 8
0
votes
1 answer

Zabbix monitoring of OWA authorization

I have Zabbix server 5.0 and I should check an availability of Outlook authorization. I'm trying to make a Web scenario with 2 steps: Checking of the authorization page. I use https:///owa but it is redirected to…
0
votes
1 answer

Zabbix API with Powershell. How to get events with hostname

I'm trying to get event information using Zabbix API and PowerShell. Unfortunately, the result gives the host ID and not its name. The host name and its ID are obtained by another Zabbix API query. How to get the answer in the event information to…
scribe
  • 21
  • 4
0
votes
0 answers

ZabbixApi - symfony5 throwing $authToken error

I'm having some problems with zabbixAPI on symfony5(using confirm-it-solutions/php-zabbix-api lib with php8) and im recieving this error: Warning: Undefined property: ZabbixApi\ZabbixApi::$authToken and to be honest i have no idea whats wrong, after…
Vortex666
  • 65
  • 8
0
votes
0 answers

Retrieve Zabbix Agent Data to C# Program

I'd like to have a web application based on ASP.NET which show the result from Zabbix Monitoring on server ( Windows / Linux ). So the basic idea is to install Zabbix Agent to specific system and shows the monitoring result to my web…
FH337
  • 69
  • 7
0
votes
1 answer

Can I use Zabbix for monitoring JSON log files generated by my application?

We have Zabbix server and Zabbix agent installed on different machines and we are able to monitor the infrastructure, but we also want to monitor the JSON log files generated by our application and to get notify if there is any error in logs and…
0
votes
1 answer

ZABBIX AWX, sync invetory

Is possible sync the inventory of Ansible tower (AWX) running in containers with Zabbix inventory? Any code or playbook to make this appreciate a lot!
0
votes
1 answer

How send alert to special external form with zabbix?

I want to create media types or script to send alerts to external form and submit the form with zabbix ? version zabbix 5.0
Bijan Zand
  • 415
  • 4
  • 14
0
votes
5 answers

Zabbix database monitoring: error Driver does not support server versions under 4.1.1

I am struggling to monitor a mysql database (via sql statement) in zabbix. I tried to monitor the updating of mysql database by following the official…
XYZ
  • 352
  • 5
  • 19
0
votes
1 answer

Failed to monitor another Vm using zabbix agent

I'm trying to monitor a virtual machine from another. have two ubuntu virtual machines one with the zabbix server and another with the zabbix agent. but after setting up my agent by using my public ip i get this error :Received empty response from…
nessHaf
  • 127
  • 1
  • 4
  • 15
0
votes
1 answer

Zabbix query every item at the same time (initially)

I am currently building monitoring for my 20 TYPO3 hosts with zabbix. For this, I have a templates that queries things like TYPO3 version etc. These items have a delay of 1 day. This means when I upload a template because I did some changes, I have…
dockerdock
  • 101
  • 1
  • 3
0
votes
1 answer

zabbix 5.X and MS teams integration

I am trying to integrate alerting system from zabbix 5.2.6 to MS teams i am following below document but this doesn't seems to be working. https://www.zabbix.com/integrations/msteams can anyone please suggest a doc or any other lead would be…
Shubham Jain
  • 199
  • 1
  • 4
  • 15
0
votes
1 answer

Ansible: Create sublist from list using "startswith" comparison

I have system (Zabbix) that uses crude group/subgroup definition based on "/" delimiter which are defined in plain list. For example: "Grp(1)" "Grp(1)/Subgrp(A)" "Grp(1)/Subgrp(B)" "Grp(2)" "Grp(2)/Subgrp(X)" This defines two groups, Grp(1) with two…
Karlik_B
  • 189
  • 2
  • 2
  • 11