Combined the Agents in the repo
This commit is contained in:
parent
15a457cbef
commit
e1859e5d73
465 changed files with 77467 additions and 0 deletions
19
Agent_Linux/Cfg/Config.pm
Normal file
19
Agent_Linux/Cfg/Config.pm
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
%Cfg::Config = (
|
||||
logfile => '/home/gameserver/OGP/ogp_agent.log',
|
||||
listen_port => '12679',
|
||||
listen_ip => '0.0.0.0',
|
||||
version => 'v1.4',
|
||||
key => 'Mvemjsu9p',
|
||||
steam_license => 'Accept',
|
||||
sudo_password => 'Inc0rrect!',
|
||||
web_admin_api_key => '{your_admin_ogp_web_api_key_here}',
|
||||
web_api_url => '{your_url_to_ogp_api.php}',
|
||||
steam_dl_limit => '0',
|
||||
# Resource stats database configuration
|
||||
stats_db_host => 'mysql.iaregamer.com',
|
||||
stats_db_user => 'remoteuser',
|
||||
stats_db_pass => 'Pkloyn7yvpht!',
|
||||
stats_db_name => 'panel',
|
||||
stats_table_prefix => 'gsp_',
|
||||
stats_frequency_minutes => '5',
|
||||
);
|
||||
9
Agent_Linux/Cfg/Preferences.pm
Normal file
9
Agent_Linux/Cfg/Preferences.pm
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
%Cfg::Preferences = (
|
||||
screen_log_local => '1',
|
||||
delete_logs_after => '30',
|
||||
ogp_manages_ftp => '1',
|
||||
ftp_method => 'PureFTPd',
|
||||
ogp_autorestart_server => '1',
|
||||
protocol_shutdown_waittime => '10',
|
||||
linux_user_per_game_server => '1',
|
||||
);
|
||||
0
Agent_Linux/Cfg/empty.txt
Normal file
0
Agent_Linux/Cfg/empty.txt
Normal file
Loading…
Add table
Add a link
Reference in a new issue