Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
21 views

I am encountering an inconsistency when retrieving historical event data for our hosts (OCC FRSNG Server and BCC FRSNG Server) over the past year. When I filter the data in the Zabbix UI with a one-...
Rahul vijay's user avatar
0 votes
0 answers
209 views

I have a task: without using scripts, I need to ping the IPMI interface of a host. By default, the check is performed on the first network interface. So, I decided to create a discovery rule that ...
nocodre's user avatar
0 votes
0 answers
141 views

I would like to know if the possible to filter by name (contains) or by tags? $params = @{ output="extend"; selectTags="extend"; groupid = "$groupID" ...
Pedro Ribeiro's user avatar
0 votes
1 answer
1k views

Zabbix server is version 6.2 My pc is running Windows 11 and I install Zabbix agent onto it. I use the template MySQL by Zabbix agent to monitor mySQL I did what the setup procedure says: Requirements ...
francissoria's user avatar
1 vote
1 answer
703 views

I am trying to access Zabbix API from a Node.js app with the following code: fetch( "http://localhost:8080/api_jsonrpc.php", { method: "POST", headers: { "...
Grimalkin's user avatar
  • 117
2 votes
1 answer
169 views

I can't reuse the content of a variable for two different parameters. (host_groups and tags). (Documentation here) I have a variable in this form : probe: - name: prob1 groups: - group1 ...
Romain Tiennot's user avatar
0 votes
1 answer
3k views

I have a HPE G7 and Zabbix v6, So I want to monitor this server on zabbix I fill the snmp data on iLO, but I get No Snmp Data Collection on Zabbix! I try to fill snmp data on iLO!It happens on HPE-G7! ...
sasanalem's user avatar
0 votes
2 answers
1k views

I'm trying to make a script on Python, which works with zabbix-api. For example: Trigger worked, problem appears and then I make an "action trigger", which will work on that host, where ...
ekaterinochkus's user avatar
0 votes
1 answer
9k views

I'm getting the following error when I run the sudo systemctl restart zabbix-server.service How can I solve this? I have already installed apache,Zabbix. I have check the log from sudo systemctl ...
Nayan Bhakhar's user avatar
-1 votes
1 answer
2k views

I would like to get 'itemid' by item.get api, and filter it by host ip I tried this request, but it doesn't work (works only when giving host id): { "jsonrpc": "2.0", "method&...
user's user avatar
  • 136
0 votes
1 answer
2k views

I'm getting this problem: pyzabbix.ZabbixAPIException: ('Error -32602: Invalid params., Incorrect arguments passed to function.', -32602) Here is my code: add_host = zapi.host.create( ...
Guilherme B.'s user avatar
0 votes
1 answer
972 views

I would like to ask about adding Unity 300 to Zabbix. I have done some research on this issue and I have found out that Unity doesn't support installing zabbix agent and snmp. Only snmp trap is ...
linux_tester's user avatar
0 votes
1 answer
338 views

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 ...
Lachlan's user avatar
  • 17
-2 votes
1 answer
5k views

Can't seem to find the correct syntax to get the request I need. At this point I am able to connect to my Zabbix server via an API. I'm able to see all the data that I need which is confirmed by a ...
Lachlan's user avatar
  • 17
0 votes
1 answer
152 views

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 = ...
Vortex666's user avatar
0 votes
1 answer
2k views

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. ...
scribe's user avatar
  • 51
0 votes
0 answers
387 views

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 ...
FH337's user avatar
  • 69
-1 votes
1 answer
573 views

i have zabbix 5. I've been trying to write a shell script to get item trend for a range of time. the shell script works correctly but the value it return doesn't match what is showing on graph. for ...
BlackCrystal's user avatar
0 votes
1 answer
453 views

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's user avatar
0 votes
5 answers
2k views

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 guide: https://www.zabbix.com/documentation/...
XYZ's user avatar
  • 382
0 votes
1 answer
417 views

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 ...
dockerdock's user avatar
0 votes
1 answer
1k views

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)" "...
Karlik_B's user avatar
  • 309
0 votes
3 answers
4k views

I am trying to register Zabbix agent to Zabbix server UI automatically but seems i am missing something but when i am trying to do it via UI(Manually) it is working. can someone help me to do it. My ...
Shubham Jain's user avatar
1 vote
1 answer
543 views

I am Trying To Get Graph Data From Zabbix Thorough graph.get method via Zabbix API to integrate it into Itop but don't know exactly how to approach this. any guide or resource regarding this would be ...
san1ty's user avatar
  • 23
0 votes
1 answer
3k views

Hi I want to monitor postgres database using ODBC and to show notification based on condition, I'm creating item with db.odbc.get[,{$DSN_NAME}], please find the screen shot my item configuration. I ...
saran k's user avatar
  • 337