Concatenate global and agent plugins list
This part should have been added in the previous commit but I missed it.
Related to T3222
Test Plan
there is no visible change via octocatalog-diff but testing locally, the result with a local test is
object Host "logstash0.internal.softwareheritage.org" {
address = "10.168.100.19"
display_name = "logstash0.internal.softwareheritage.org"
check_command = "hostalive"
vars.disks["disk /"] = {
disk_partitions = "/"
}
vars.disks["disk /boot"] = {
disk_partitions = "/boot"
}
vars.plugins = [ "check_journal", "check_newest_file_age", "check_logstash_errors.sh", ] <--------- the last value is the difference
vars.os = "Linux"
vars.cores = 2
vars.virtual_machine = true
vars.distro = "Debian"
}
Migrated from D5718 (view on Phabricator)