Live chat by BoldChat
Tests MTD: -----

Pushing Config Data

Overview

The Trendics Remote Agent allows Pushing Config Data to Trendics where the data is stored, crunched, trended, and alerted upon as needed. Config Data refers to any data that can be used to tune server performance. Config Data can be pushed from standard application or custom applications running on the server.

For example, the Trendics Remote Agent might be configured to push the following data to Trendics...

  • Linux Plug-In
    • Memory
    • Disk Size
  • MySQL Plug-In
    • Key Buffer Size
    • Query Cache Size

Example Configuration

The configuration file is located on your server. Changing this configuration file requires access to the files on your server.
<config-plug-in class="plugins.mysql.MysqlConfigPlugIn">
	<process>mysql</process>
	<period-seconds eval="true">60</period-seconds>
	<shell-command>mysql -u root -e 'show variables'</shell-command>
	
	<var-def-name>key_buffer_size</var-def-name>
	<var-def-name>query_cache_size</var-def-name>
	<var-def-name>max_connections</var-def-name>
	<var-def-name>read_buffer_size</var-def-name>
	<var-def-name>sort_buffer_size</var-def-name>
	<var-def-name>version</var-def-name>
	<var-def-name>version_compile_machine</var-def-name>
	<var-def-name>version_compile_os</var-def-name>		
</config-plug-in>
© 2008 RealMetrics, LLC -- About Us | Terms | AUP | Privacy | Contact Us