Subversion Repositories camp_sysinfo_client_3

Rev

Rev 101 | Rev 104 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 101 Rev 103
Line 48... Line 48...
48
our @moduleDirs = ( '/opt/camp/sysinfo-client/modules', '/etc/camp/sysinfo-client/modules' );
48
our @moduleDirs = ( '/opt/camp/sysinfo-client/modules', '/etc/camp/sysinfo-client/modules' );
49
our @scriptDirs = ( '/opt/camp/sysinfo-client/scripts', '/etc/camp/sysinfo-client/scripts' );
49
our @scriptDirs = ( '/opt/camp/sysinfo-client/scripts', '/etc/camp/sysinfo-client/scripts' );
50
our $transports = {}; # holds transportation mechanisms
50
our $transports = {}; # holds transportation mechanisms
51
# the following are keys which are specific to the different transport channels
51
# the following are keys which are specific to the different transport channels
52
 
52
 
53
our $sysinfo3 = 'sysinfo-client.conf';
53
our $sysinfo3 = 'sysinfo-client.yaml';
54
 
54
 
55
our $binDir = '/opt/camp/sysinfo-client';
55
our $binDir = '/opt/camp/sysinfo-client';
56
our $moduleDir = $binDir . '/modules';
56
our $moduleDir = $binDir . '/modules';
57
our $scriptDir = $binDir . '/scripts';
57
our $scriptDir = $binDir . '/scripts';
58
our $confDir = '/etc/camp/sysinfo-client';
58
our $confDir = '/etc/camp/sysinfo-client';