Uploaded image for project: 'ZABBIX FEATURE REQUESTS'
  1. ZABBIX FEATURE REQUESTS
  2. ZBXNEXT-8990

Include "user name" in VMware event log monitoring

XMLWordPrintable

    • Icon: Change Request Change Request
    • Resolution: Unresolved
    • Icon: Trivial Trivial
    • None
    • None
    • None
    • None
    • 6.0

      This is a request for the content to be saved in "vmware.eventlog[{$VMWARE.URL},skip]" of vmware monitoring.
      Want the information of the user who is operating in VMware to be included in the acquisition target.

      The inability to track the history of users connected to vCenter Server is causing inefficiencies in our workflow. We need to check logs each time for this information.
      It appears that the information retrieved from the VMware API is being received as "\<userName>"

      <RetrievePropertiesExResponse xmlns="urn:vim25">
        <returnval>
          <objects>
            <obj type="EventHistoryCollector">session[529b8947-e93e-cadf-43c3-37923951c810]52f442ab-bc0b-31bd-7e70-f62db34e0098</obj>
            <propSet>
              <name>latestPage</name>
              <val xsi:type="ArrayOfEvent">
                <Event xsi:type="VmRemovedEvent">
                  <key>121599</key>
                  <chainId>121599</chainId>
                  <createdTime>2024-02-06T09:39:18.188538Z</createdT ime>
                  <userName>root</userName>
                  <datacenter>
                    <name>ha-datacenter</name>
                    <datacenter type="Datacenter">ha-datacenter</datacenter>
                  </datacenter>
                  <computeResource>
                    <name>localhost.</name>
                    <computeResource type="ComputeResource">ha-compute-res</computeResource>
                  </computeResource>
                  <host>
                    <name>localhost.loc aldomain</name>
                    <host type="HostSystem">ha-host</host>
                  </host>
                  <vm>
                    <name>test</name>
                    <vm type="VirtualMachine">9</vm>
                  </vm>
                  <fullFormattedMessage>Removed test on localhost.localdomain from ha-datacenter</fullFormattedMessage>
                  <template>false</template>
                </Event>
      

            Unassigned Unassigned
            hayato.watanabe Hayato Watanabe
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: