Ad Widget

Collapse

VMware Monitoring with vPoller

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

    #1

    VMware Monitoring with vPoller

    Hi

    I am running a vPoller environment to monitor my ESX Farm through vSphere

    all of the General inFormation that does not need to login on vSphere comes back with its data perfectly. but all that needs to login for information comes back with

    {success":1,"msg":"Invalid messaged received"}

    If I do the same test from vPoller in command line it works though

    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)
  • vlam
    Senior Member
    Zabbix Certified Specialist
    • Jun 2009
    • 166

    #2
    Hi With my problem above I do have the Events pulling through.

    I am trying to write an trigger for my ESX hosts changing state and need some help if possible.

    Currently I have the following in my trigger:

    ({vsphere01.mydomain.co.za:vpoller["event.latest", "{HOST.HOST}", "null", "event", "null"].iregexp(Alarm)}<>1 and {vsphere01.mydomain.co.za:vpoller["event.latest", "{HOST.HOST}", "null", "event", "null"].regexp(.esxhosts.com)}=1 and {vsphere01.mydomain.co.za:vpoller["event.latest", "{HOST.HOST}", "null", "event", "null"].iregexp(changed from Green to Yellow)}<>1) or {TRIGGER.VALUE}=0 or {TRIGGER.VALUE}=0

    But when it triggers it does not give me the esx hostname in the error but rather the vsphere01 host.

    How can I make it so that it give the correct info and also how will I tell it to be interpreted for my Action

    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

    Working...