for java application monitoring I am using a custom script based on the percona stuff to get all required information via JMX. To keep the number of JMX connections limited data is retrieved for several graphs in one run and afterwards cached.
The script is called as folows:
Code: Select all
<path_php_binary> -q <path_cacti>/scripts/ss_get_by_ssh.php --host <hostname> --type jmx --port2 <jmx_port> --jmx-user <jmx_user> --jmx-pwd <jmx_password> --items la,ld,lm,lp --ant-target knlogin_webapp_apps
Now I would like to patch the php sources so that at least the mentioned workaround works. Can anyone give me hint on this or has a better idea?
Kind regards,
Lars