Merge branch 'master' of mathias-kettner.de:omd
[omd.git] / packages / jmx4perl / skel / .j4p
blobf7ba130cca515b91dd70095b66c64e7447c049a5
1 # ===========================================================
2 # Default configuration for jmx4perl & j4psh
3 # ===========================================================
5 # Default configuration as used by Nagios. This contains
6 # also all server names which correspond to Nagios host names
7 include etc/jmx4perl/jmx4perl.cfg
9 <Shell>
10   UseColor = yes
12   # Alternate color scheme for j4psh, suitable for light
13   # backgrounds. 
14   # Rename this to "Theme" for enabling this (also the closing tag)
15   <Theme2>
16      host = YELLOW
17      prompt_context = BLUE
18      prompt_empty = RED
19      label = RED
20      domain_name = BLUE
21      property_key = GREEN
22      property_value = undef
23      mbean_name = RED
24      attribute_name = GREEN
25      operation_name = YELLOW
26      stat_val = RED
27      reset = RESET
28   </Theme2>
29 </Shell>