Configuration Change Journal
This section contains information regarding configuration changes made to this server.
10/18/2010 - Initial Configuration - EricKramer
Ran 'yast' and installed the following packages to support advanced scripting of Zabbix checks:
- ruby (1.8.7p72)
- ruby-devel (1.8.7.p72)
- rubygems (1.3.1-4.3)
Verified that Subversion client is already installed
Performed a checkout of the (newly-created) SVN project to house Zabbix scripts:
cd /
svn co https://svn.codespaces.com/nchric/ric/projects/zabbix-resriczabbix/trunk zabbix-resriczabbix
Added user 'esk001' (with sudo authority)
10/18/2010 - Enabling Glassfish monitoring of ServerRESRICDEV02
Downloaded
Zapcat's Zabbix-to-JMX bridge (saved to \\RESRICDEV02\C$\RIC-Install\zapcat-1.2.war)
Installed .WAR into Glassfish on
ServerRESRICDEV02:
- Opened Glassfish admin at http://resricdev02:4848
- Selected Applications | Deploy...
- Specified upload path to .WAR file
- Configured as Web Application with both app name and context set to zapcat
- Removed the "enabled" checkbox so that I could supply additional attributes (e.g., port, whitelist) before first-time webapp startup
- Selected Configuration | JVM settings | JVM options and added the following (for listening port and whitelist):
- -Dorg.kjkoster.zapcat.zabbix.port = 10049
- -Dorg.kjkoster.zapcat.whitelist = 10.70.1.27,10.70.1.132
- Restarted Glassfish and reloaded admin
- Modified Zapcat web app to be enabled at started it.
- No dice.
- Used JConsole from my desktop to view server info: service:jmx:rmi://RESRICDEV02.CRII.ORG:8686/jndi/rmi://RESRICDEV02.CRII.ORG:8686/jmxrmi
Topic revision: r3 - 19 Oct 2010 - 15:42:33 -
EricKramer