Ad Widget

Collapse

Zabbix proxy how to disable collect data about VMs in vmware collector

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sergzh1703
    Junior Member
    • Jun 2023
    • 2

    #1

    Zabbix proxy how to disable collect data about VMs in vmware collector

    Zabbix version 7.0.26.
    Is it possible to disable virtual machine data collection in the "VMware Collector"? I have LLD disabled for VMs in the templates, but in the proxy log, I see that the collector continues to collect data from vCentra for VMs.

    625506:20260603:135723.312 In vmware_service_get_vm_folder() folder id:'group-v383782'
    625506:20260603:135723.313 End of vmware_service_get_vm_folder(): vm folder:vcd
    625506:20260603:135723.313 In vmware_vm_get_nic_devices()
    625506:20260603:135723.313 vmware_vm_get_nic_device_ips() empty list of guest ips for mac:00:50:56:01:1f:98
    625506:20260603:135723.313 End of vmware_vm_get_nic_devices() found:1
    625506:20260603:135723.313 In vmware_vm_get_disk_devices()
    625506:20260603:135723.313 End of vmware_vm_get_disk_devices() found:1
    625506:20260603:135723.313 In vmware_vm_get_file_systems()
    625506:20260603:135723.314 End of vmware_vm_get_file_systems() found:2
    625506:20260603:135723.314 In vmware_vm_get_custom_attrs()
    625506:20260603:135723.314 End of vmware_vm_get_custom_attrs() attributes:0
    625506:20260603:135723.314 In vmware_service_get_alarms_data(), func_parent:'vmware_service_create_vm'
    625506:20260603:135723.314 End of vmware_service_get_alarms_data() func_parent:'vmware_service_create_vm' found:0 total:110
    625506:20260603:135723.314 End of vmware_service_create_vm():SUCCEED
    625506:20260603:135723.314 In vmware_service_create_vm() vmid:'vm-1500176'
    625506:20260603:135723.314 In vmware_service_get_vm_data() vmid:'vm-1500176'
    625506:20260603:135723.355 End of vmware_service_get_vm_data():SUCCEED
    625503:20260603:135723.356 End of vmware_tags_linked_id() ids:0
    625503:20260603:135723.356 End of vmware_tags_get() found tags:0
    625503:20260603:135723.357 In vmware_tags_get() obj_id:vm-1891439
    625503:20260603:135723.357 In vmware_tags_linked_id() obj_id:vm-1891439
    625506:20260603:135723.358 In vmware_service_get_vm_snapshot()
    625506:20260603:135723.358 In vmware_vm_snapshot_collect() count:0
    625506:20260603:135723.358 vmware_vm_snapshot_collect() empty list of fileKey
    625506:20260603:135723.358 End of vmware_vm_snapshot_collect():FAIL
    625506:20260603:135723.358 End of vmware_service_get_vm_snapshot():FAIL​
  • cyber
    Senior Member
    Zabbix Certified SpecialistZabbix Certified Professional
    • Dec 2006
    • 4929

    #2
    VmWare monitoring has multiple templates. Even if you disable discovery of new hosts in one, it does not mean all collection stops for already discovered hosts, which use different temaplate...
    You shoudl dig into this a bit more and see what each template does and what it collects... and then disable what you do not need.

    Comment

    • sergzh1703
      Junior Member
      • Jun 2023
      • 2

      #3
      I am not a new in zabbix. It is a simple and I it understand. I disabled monitoring and discovery VM in time of deploying template and have never discovered VMs. I need only data from hipervisors and datastores.

      Comment

      Working...