Hi,
My Zabbix agent is running on a server to monitore an application server. This application server was implemented in Java. I'd like to monitor some values of variable from the current execution of the application server.
Actually, my java program writes the values in a file and I configure my UserParameters to be able to read the right value in this file. I'm not sure this solution is the best one...
Is it possible to implement something in java that'll be monitored by my zabbix server?
Finally, what is the best solution to achieve my problem? Write in a file the value or implementing something?
Thank you very much
Bati
My Zabbix agent is running on a server to monitore an application server. This application server was implemented in Java. I'd like to monitor some values of variable from the current execution of the application server.
Actually, my java program writes the values in a file and I configure my UserParameters to be able to read the right value in this file. I'm not sure this solution is the best one...
Is it possible to implement something in java that'll be monitored by my zabbix server?
Finally, what is the best solution to achieve my problem? Write in a file the value or implementing something?
Thank you very much
Bati
Comment