Ad Widget

Collapse

Windows Server CPU+RAM+HDD Space Monitoring

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Minimod
    Junior Member
    • Jun 2022
    • 5

    #1

    Windows Server CPU+RAM+HDD Space Monitoring

    Hi all!
    I have a task:
    Need to use Zabbix for Windows Server CPU+RAM+HDD Space Monitoringmonitoring
    The CPU alert should appear when CPU utilization is over 75% - IMPORTANT - 75% should last longer 30 minutes! Not 75% load and immediately alarm!
    Can you help me?
  • dinao
    Junior Member
    • Apr 2020
    • 9

    #2
    You can clone the template used for for monitoring the CPU utilization and modify it to add a time value.

    I think what you need to do is modify the trigger with this value : min(/Template Module Windows CPU by Zabbix agent/system.cpu.util,30m)>{$CPU.UTIL.CRIT} and then attribute this template to your hosts.

    Comment

    • Minimod
      Junior Member
      • Jun 2022
      • 5

      #3
      Originally posted by dinao
      You can clone the template used for for monitoring the CPU utilization and modify it to add a time value.

      I think what you need to do is modify the trigger with this value : min(/Template Module Windows CPU by Zabbix agent/system.cpu.util,30m)>{$CPU.UTIL.CRIT} and then attribute this template to your hosts.
      Hi
      Where should I use this {$CPU.UTIL.CRIT} ?

      Comment

      • Minimod
        Junior Member
        • Jun 2022
        • 5

        #4
        Can you explain difference between CPU Util and CPU Usage?

        Comment

        Working...