Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-24656

Wrong Trigger prototype in windows_agent_active

XMLWordPrintable

    • Icon: Problem report Problem report
    • Resolution: Won't Do
    • Icon: Major Major
    • None
    • 6.4.15
    • Templates (T)
    • 0.5

      Steps to reproduce:

      Wrong trigger prototype 

      {#DEVNAME}

      : Disk is overloaded

       

      Using min(/Windows by Zabbix agent active/perf_counter_en"\PhysicalDisk({#DEVNAME})% Idle Time",60,15m)>{$VFS.DEV.UTIL.MAX.WARN} 

      but 

      Physical Disk% Idle Time

      The % Idle Time counter is the percent of time that a disk was idle during the sampling interval. An idle time of less than 20 percent indicates that the disk may be overloaded.

       

      So, the right body should be like this:

      max(/Windows by Zabbix agent active/perf_counter_en"\PhysicalDisk({#DEVNAME})&#37; Idle Time",60,15m)<{$VFS.DEV.IDLE.MIN.WARN}

      Where {$VFS.DEV.IDLE.MIN.WARN} = 20 

            abrosimovs Aleksejs Abrosimovs
            alex_dubrovsky Alexander
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: