| 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 | ---
 | 
        
           | 158 | rodolico | 10 | TESTING: 1
 | 
        
           | 135 | rodolico | 11 | logging:
 | 
        
           | 158 | rodolico | 12 | #  'log type': file
 | 
        
           |  |  | 13 | #  'log path': /tmp/sysinfo.log
 | 
        
           | 135 | rodolico | 14 |   'log type': file
 | 
        
           |  |  | 15 |   'log path': /tmp
 | 
        
           | 92 | rodolico | 16 | transports:
 | 
        
           |  |  | 17 |   '0':
 | 
        
           |  |  | 18 |     -name-: 'HTTP Upload'
 | 
        
           |  |  | 19 |     URL: http://campserver.example.com/modules/sysinfo/upload_sysinfo_report.php
 | 
        
           |  |  | 20 |     'key for client': client
 | 
        
           |  |  | 21 |     'key for date': report_date
 | 
        
           |  |  | 22 |     'key for hostname': hostname
 | 
        
           |  |  | 23 |     'key for report': report
 | 
        
           |  |  | 24 |     'key for serial number': serialnumber
 | 
        
           |  |  | 25 |     sendScript: upload_http
 | 
        
           |  |  | 26 |   '1':
 | 
        
           |  |  | 27 |     -name-: SendEmail
 | 
        
           |  |  | 28 |     logFile: /tmp/mail.log
 | 
        
           |  |  | 29 |     mailBCC: ''
 | 
        
           |  |  | 30 |     mailCC: ''
 | 
        
           |  |  | 31 |     mailFrom: sysinfo@example.com
 | 
        
           |  |  | 32 |     mailServer: smtp.example.com:587
 | 
        
           |  |  | 33 |     mailSubject: 'sysinfo-client: $hostname $reportDate'
 | 
        
           |  |  | 34 |     mailTo: stats@dailydata.net
 | 
        
           |  |  | 35 |     otherCLParams: -q
 | 
        
           |  |  | 36 |     sendEmailScriptLocation: sendEmail
 | 
        
           |  |  | 37 |     sendScript: sendEmailScript
 | 
        
           |  |  | 38 |     smtpPass: 'my password for authenticated smtp'
 | 
        
           |  |  | 39 |     smtpUser: stats@example.com
 | 
        
           |  |  | 40 |     tls: auto
 | 
        
           |  |  | 41 |   '2':
 | 
        
           |  |  | 42 |     -name-: SaveLocal
 | 
        
           |  |  | 43 |     'output directory': /tmp
 | 
        
           |  |  | 44 |     sendScript: save_local
 |