Removed total_agent_access module from automonitorization

This commit is contained in:
Calvo 2023-10-03 17:13:40 +02:00
parent 1817f2ebeb
commit 5a985aabac
1 changed files with 0 additions and 7 deletions

View File

@ -6594,13 +6594,6 @@ sub pandora_installation_monitoring($$) {
push(@modules, $module);
undef $module;
# Total agent access record
$module->{'name'} = "total_access_data";
$module->{'description'} = 'Total agent access records';
$module->{'data'} = get_db_value($dbh, 'SELECT COUNT(id_agent) FROM tagent_access');
push(@modules, $module);
undef $module;
# Total users
$module->{'name'} = "total_users";
$module->{'description'} = 'Total users';