Subversion Repositories camp_sysinfo_client_3

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
92 rodolico 1
# this is a sample "seed" file which will be used if an installation on several
2
# machines is wanted. You can fill in information here and include it with the 
3
# installation. When the installation is run, it will use these values as a default
4
# IF sysinfo 2 is installed, this will override any values in that config file
5
# if you choose to load it.
6
# If sysinfo3 configuration is found, the seed can override those values also
7
#
8
# this file should be named sysinfo-client.seed.yaml and placed in the install directory
9
---
135 rodolico 10
logging:
11
  'log type': file
12
  'log path': /tmp
92 rodolico 13
transports:
14
  '0':
15
    -name-: 'HTTP Upload'
16
    URL: http://campserver.example.com/modules/sysinfo/upload_sysinfo_report.php
17
    'key for client': client
18
    'key for date': report_date
19
    'key for hostname': hostname
20
    'key for report': report
21
    'key for serial number': serialnumber
22
    sendScript: upload_http
23
  '1':
24
    -name-: SendEmail
25
    logFile: /tmp/mail.log
26
    mailBCC: ''
27
    mailCC: ''
28
    mailFrom: sysinfo@example.com
29
    mailServer: smtp.example.com:587
30
    mailSubject: 'sysinfo-client: $hostname $reportDate'
31
    mailTo: stats@dailydata.net
32
    otherCLParams: -q
33
    sendEmailScriptLocation: sendEmail
34
    sendScript: sendEmailScript
35
    smtpPass: 'my password for authenticated smtp'
36
    smtpUser: stats@example.com
37
    tls: auto
38
  '2':
39
    -name-: SaveLocal
40
    'output directory': /tmp
41
    sendScript: save_local