Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.79 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <config xsi:noNamespaceSchemaLocation="config.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3.         <main>
  4.                 <logfile>/var/log/automapd2/automapd.log</logfile>
  5.                 <configuration_name>automapd_2</configuration_name>
  6.                 <daemon_host>*</daemon_host>
  7.                 <queue_size>10000</queue_size>
  8.                 <!--<old_backpoints>false</old_backpoints>-->
  9.                 <mutex_pool_size>64</mutex_pool_size>
  10.                 <loglevel>3</loglevel>
  11.                 <carmanagers_number>32</carmanagers_number>
  12.                 <backpoints_threads>32</backpoints_threads>
  13.                 <backpoints_max>40000</backpoints_max>
  14.                 <config_source>database</config_source>
  15.                 <logrotate type="signal" signal="SIGUSR1" timeout="10"/>
  16.                 <statistics_port>1984</statistics_port>
  17.                 <gauges_check_interval>300</gauges_check_interval>
  18.                 <outburst_filter_on>false</outburst_filter_on>
  19.                 <outburst_speed_kmh>200</outburst_speed_kmh>
  20.         </main>
  21.         <databases>
  22.                 <database type="main" driver="postgre" minPoolSize="16" maxPoolSize="16" host="172.17.18.6" port="5432" dbname="automap" username="automapd" password="JJ56dpnb2asl" invalid_start_wait="5" backpoints="true" backpoints_timeout="30"/>
  23.                 <database type="logger" driver="mongo" minPoolSize="16" maxPoolSize="16" host="172.17.18.4" port="27017" dbname="automap" username="" password="" invalid_start_wait="5" backpoints="true" backpoints_timeout="60"/>
  24.         </databases>
  25.         <writers>
  26.         </writers>
  27.         <listeners>
  28.         </listeners>
  29.         <receivers>
  30.         </receivers>
  31.         <forwarders>
  32.         </forwarders>
  33. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement