Ad Widget

Collapse

VMware Monitoring Events Triggers

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vlam
    Senior Member
    Zabbix Certified Specialist
    • Jun 2009
    • 166

    #1

    VMware Monitoring Events Triggers

    Hi

    Is there anyone that has done some triggers for the Events capture from the VMware monitoring side. I am trying but struggling to pull the data correctly from the simple check that it does.

    Any help would be greatly appreciated.

    Thanks
    4 Zabbix Frontend Servers (Load balanced)
    2 Zabbix App Servers (HA)
    2 Zabbix Database Servers (HA)
    18 Zabbix Proxy Servers (HA)
    3897 Deployed Zabbix Agents
    6161 Values per second
    X-Layer Integration
    Jaspersoft report Servers (HA)
  • Zaniwoop
    Senior Member
    • Jan 2010
    • 232

    #2
    I have the following guest VM triggers configured:

    Powered off
    Code:
    {Template Virt VMware Guest:vmware.vm.powerstate[{$URL},{HOST.HOST}].last()}=0
    Power state changed
    Code:
    {Template Virt VMware Guest:vmware.vm.powerstate[{$URL},{HOST.HOST}].abschange()}<>0
    VM Moved to another hypervisor
    Code:
    {Template Virt VMware Guest:vmware.vm.hv.name[{$URL},{HOST.HOST}].diff()}<>0
    The latter two have actions to notify of the change.

    Comment

    • vlam
      Senior Member
      Zabbix Certified Specialist
      • Jun 2009
      • 166

      #3
      Thanks #Zaniwoop

      we try not to monitor the guests them selfs through VMware but I do need something similar for the Hypervisors if you have something like that perhaps.

      Thanks
      4 Zabbix Frontend Servers (Load balanced)
      2 Zabbix App Servers (HA)
      2 Zabbix Database Servers (HA)
      18 Zabbix Proxy Servers (HA)
      3897 Deployed Zabbix Agents
      6161 Values per second
      X-Layer Integration
      Jaspersoft report Servers (HA)

      Comment

      • zikki
        Junior Member
        • Mar 2020
        • 2

        #4
        Originally posted by Zaniwoop
        I have the following guest VM triggers configured:

        Powered off
        Code:
        {Template Virt VMware Guest:vmware.vm.powerstate[{$URL},{HOST.HOST}].last()}=0
        Power state changed
        Code:
        {Template Virt VMware Guest:vmware.vm.powerstate[{$URL},{HOST.HOST}].abschange()}<>0
        VM Moved to another hypervisor
        Code:
        {Template Virt VMware Guest:vmware.vm.hv.name[{$URL},{HOST.HOST}].diff()}<>0
        The latter two have actions to notify of the change.
        Thanks for this, what are you recovery expressions? Do you have any scripts/actions?

        Comment


        • Zaniwoop
          Zaniwoop commented
          Editing a comment
          No scripts. The recovery message is the same as the problem message. (I am lazy)
      Working...