Skip to content

marcioaguiar/jmxtrans-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jmxtrans-generator

Easily generate jmxtrans configuration files.

The way jmxtrans configuration file is structured forces you to repeat configurations in multiple places.

jmxtrans-generator decouples the three main properties of the configuration file and allow the reuse of such.

Using jmxtrans-generator

node generator.js [servers-file] [writers-file] [queries-file] [output]
  • input - the input file
  • output - the file where to save the generated jmxtrans configuration

Input file format

The input file must be a JSON file with exact three attributes

{
	"servers": [],
	"outputWriters": [],
	"queries": []
}

See jmxtrans queries documentation for an explanation of each property.

You can see the example-configuration for further details.

About

Easily generate jmxtrans configuration files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published