mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Removed total_agent_access module from automonitorization
This commit is contained in:
parent
1817f2ebeb
commit
5a985aabac
@ -6594,13 +6594,6 @@ sub pandora_installation_monitoring($$) {
|
|||||||
push(@modules, $module);
|
push(@modules, $module);
|
||||||
undef $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
|
# Total users
|
||||||
$module->{'name'} = "total_users";
|
$module->{'name'} = "total_users";
|
||||||
$module->{'description'} = 'Total users';
|
$module->{'description'} = 'Total users';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user