We have zabbix version 6 installed. And on the same CI we have a java version installed that we need to update. A question for specialists: in such a situation, is it enough to just upgrade Java, or do you need to upload a whole package with the client, or something like that?
Does java upgrade...
Search Result
Collapse
21 results in 0.0027 seconds.
Keywords
Members
Tags
-
Using java in zabbix 6.0
-
Spring Boot Application Monitoring
Hi Team,
We want to monitor a springboot application which was running in a container. I have seen zabbix blogs to monitor java application which was running with tomcat.
But can you please share us the possibility of monitoring self executable spring boot application. -
Round number to N decimal places..
Hi,
please can you help me how can I round the number to N decimal places that I get from the item CPU utilization, that I dont have there too many decimal places (need 2)?
I have tried using preprocesing in and the java with functions: string.format(), decimalformat() but... -
Java Script preprocessing. Не идут данные.
Привет.
Настроил item, который принимает текстовые данные по SQL запросу, который, в свою очередь, работает через DBForBix. Данные пошли, с этим проблем не возникло, но... -
Мониторинг JAVA (JMX) + SSL - готовое решение, может кому пригодится
Поделюсь готовым решением, может кому пригодится. Когда-то искал, писал в каналы в телеге, но применительно с использованием SSL так никто и не помог.
https://unix-garage.tk/monitoring-ja...lzovaniem-ssl/
Может у кого вдруг будут дополнения,... -
Zabbix Java Gateway - I had to release port 49230 and 12345
I am in an environment with very restricted access and it must remain so. So for Tomcat monitoring to work on a Windows 2012 R2 server, through the firewall logs (after I enabled it, because the default is not to generate), I found that before dropping port 12345, packets arriving at the port were being... -
HowTo implement custom JMX check - zabbix v4.2 - #1
Hi. I would like to implement custom JMX Check with Zabbix v4.2.
I can not get it working properly .. would need some info./help/..
The same check I had in Icinga with definition:
--
apply Service "JMX:ePeroTest:ProcessStatus" {
import "generic-service"... -
JMX problem
Hi,
I've been trying to monitor tomcat6 with JMX but I got an error that I don't know how to resolve:
java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host:... -
Query Zabbix for a particular data
Hey everyone,
So, my zabbix server is monitoring lot of machines and collecting certain data about each machine.
What I want to do is : From my java code, I want to call the zabbix API(passing machine id or name as parameter) to return the lastest data(from its database)... -
java zabbix-api and zabbix-sender
https://zabbix.org/wiki/Docs/api/libraries
I found that there is no zabbix api libraay for java, so I write two projects:
https://github.com/hengyunabc/zabbix-api
https://github.com/hengyunabc/zabbix-sender
...
-
Unable to send the value for two metrics to server
Hello, I am new to Zabbix and have been exploring how to get data from our java apps into Zabbix.
I can send a single metric and it's value to Zabbix using the following JSON string:
{"request":"sender data","data":[{"host":"168.179.60.149","key":"UDHRequestCount"," value":"423","clock":1396988700}]... -
jmx monitoring by zabbix java gateway not working
Hello
I can't monitor tomcat jmx items with zabbix java gateway.
Versions: RHEL 2.6.32-358.14.1.el6.x86_64, zabbix 2.0.8, zabbix-java-gateway-2.0.8-1.el6.art.x86_64.rpm, apache-tomcat-7.0.41.
I tried the installation of the zabbix-java-gateway on one machine... -
Get all on dashboard displayed triggers with Java / Zabbix API
I need to get all active triggers which are on my dashboard. Here a small screenshot of the dashboard with only one trigger in it:
This is my Code which I already wrote:
...HTML Code:int count = 2; while (count <= 5){ jsonObj.put("jsonrpc", "2.0"); -
JMX Interface and Zabbix Java Gateway
Hello,
Should the JMX interface for a Zabbix Host point to the IP Address/Port of the Zabbix Java Gateway?
I recently created a JMX agent Item, and I currently have the Host's JMX interface pointing to the JMX IP Address/Port. I am not receiving any data for the item,... -
SEND DATA from java code to Zabbix
how to send event ,data , text from java code to zabbix server and visualised them on dashboards