Hyperic HQ plugin

 http://support.hyperic.com/display/EVO/JMX+Plugin+Tutorial

 

 

删除agent下agent-4.5.1\data

plugin 部署 

server支持热部署,agent需要重启

 

http://support.hyperic.com/display/EVO/Introduction+to+Plugin+Development

 

The the Hyperic Server supports hot deployment of resource plugins — you do not have to restart the Hyperic Server after deploying a new or updated plugin. The Hyperic Agent does not support hot deployment of plugins; you must restart an agent to cause it to reload all plugins, including any new or updated plugins.

 

plugin 部署路径 

  • ServerHome/hq-engine/hq-server/webapps/ROOT/WEB_INF/hq-plugins/ — Plugins you place this directory are hot deployed. Server restart is not required.
  • AgentHome/bundles/agent-x.y.z/pdk/plugins/ — Restart the agent to load the new or updated plugin.

 

On a Unix-like platform,

  • If the Hyperic Server is installed at /usr/local/hyperic/<Server directory>, then add the plugin in /usr/local/hyperic/hq-plugins
  • If the Hyperic Agent is installed at /usr/local/hyperic/<Agent directory>, then add the plugin in /usr/local/hyperic/hq-plugins

On Windows,

  • If the Server is installed at C:\Program Files\Hyperic HQ\<Server directory>, then add the plugin in C:\Program Files\Hyperic HQ\hq-plugins
  • If the Agent is installed at C:\Program Files\Hyperic HQ\<Agent directory>, then add the plugin in C:\Program Files\Hyperic HQ\hq-plugins

你可能感兴趣的:(C++,c,windows,unix,C#)