mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +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.
|
||||
if ($result && ($old_interval_value != $values['intervalo'])) {
|
||||
if ($result && ($old_interval_value != $values['intervalo']) && !empty($values['intervalo'])) {
|
||||
enterprise_hook(
|
||||
'config_agents_update_config_token',
|
||||
[
|
||||
|
Loading…
x
Reference in New Issue
Block a user