mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
added condition in agent massive edition
This commit is contained in:
parent
dc3dd1cffa
commit
646f2607ab
@ -199,7 +199,7 @@ if ($update_agents) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Update the configuration files.
|
// Update the configuration files.
|
||||||
if ($result && ($old_interval_value != $values['intervalo'])) {
|
if ($result && ($old_interval_value != $values['intervalo']) && !empty($values['intervalo'])) {
|
||||||
enterprise_hook(
|
enterprise_hook(
|
||||||
'config_agents_update_config_token',
|
'config_agents_update_config_token',
|
||||||
[
|
[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user