auditor-client 0.10.2

Client for AUDITOR
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
application:
  port: 8000
database:
  host: "localhost"
  port: 5432
  username: "postgres"
  password: "password"
  database_name: "auditor"
metrics:
  database:
    frequency: 30
    metrics:
      - RecordCount
      - RecordCountPerSite
      - RecordCountPerGroup
      - RecordCountPerUser