mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
Merge branch 'develop' of https://github.com/pandorafms/pandorafms into develop
This commit is contained in:
commit
9bded74780
@ -3342,9 +3342,9 @@ sub cli_get_policies() {
|
||||
|
||||
sub cli_get_agents() {
|
||||
my ($group_name, $os_name, $status, $max_modules, $filter_substring, $policy_name) = @ARGV[2..7];
|
||||
|
||||
my $condition = ' 1=1';
|
||||
|
||||
|
||||
my $condition = ' disabled=0';
|
||||
|
||||
my $id_group;
|
||||
my $id_os;
|
||||
my $policy_id;
|
||||
|
Loading…
x
Reference in New Issue
Block a user