mod_hash: add hash.conf.xml

This commit is contained in:
Mathieu Rene 2010-07-19 11:26:53 -04:00
parent 381d7ac683
commit 51bc65e299
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<configuration name="hash.conf" description="Hash Configuration">
<remotes>
<!-- List of hosts from where to pull usage data -->
<remote name="Test1" host="10.0.0.10" port="8021" password="ClueCon" interval="1000" />
</remotes>
</configuration>