Implement resource stats collection in OGP agents
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
parent
5a9b534596
commit
135b95a48d
4 changed files with 943 additions and 0 deletions
|
|
@ -9,4 +9,11 @@
|
|||
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 => '127.0.0.1',
|
||||
stats_db_user => 'panel_user',
|
||||
stats_db_pass => 'REPLACE_ME',
|
||||
stats_db_name => 'panel_database',
|
||||
stats_table_prefix => 'gsp_',
|
||||
stats_frequency_minutes => '5',
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue