This part should have been added in the previous commit but I missed
it.
Related to T3222
Differential D5718
Concatenate global and agent plugins list vsellier on May 10 2021, 12:06 PM. Authored by Tags None Subscribers None
Details
This part should have been added in the previous commit but I missed Related to T3222 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" }
Diff Detail
|