Ad Widget

Collapse

Problems with triggers

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dido
    Junior Member
    • Jun 2007
    • 7

    #1

    Problems with triggers

    Hi All!
    This is my first post.. please be patient.
    I am using zabbix (two versions, 1.1.7 and 1.4) for monitoring our servers..windows ones. I am using perf_counter witch zabbix agent in order to retrieve CPU utilization and other params... I created a template named win32_t for doing my tests...
    Now I need to create a trigger, when CPU ulilization goes over a certain level (i.e. 85%).
    I am trying this expression:
    {win32_terf_counter[\Processor(_Total)\% processor time].avg(100)}>85
    but every time I try to save the trigger, I receive an error

    Expression [{win32_terf_counter[\Processor(_Total)\% processor time].avg(100)}] does not match to [server:key.func(param)]

    Every other trigger expression works... the problems seem to be related to perf_counter key.
    Nobody out there could help me in solving the situation?

    Oh, btw, same error in both versions.

    Thank you very very much!
    Tom
Working...