Ad Widget

Collapse

Monitor Win Server Defragmentation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • moshet
    Junior Member
    • Dec 2014
    • 13

    #1

    Monitor Win Server Defragmentation

    Hi All,

    I want to monitor Windows server (2008/2012) Defragmentation (currently scheduled to run every week during Sundays) and get alert if the defragmentation didn't start.
  • ovas
    Senior Member
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Apr 2017
    • 138

    #2
    Hello moshet!

    There are the following performance counters in my Windows 10:
    \Database(svchost)\Defragmentation Tasks
    \Database(SearchIndexer)\Defragmentation Tasks
    \Database(svchost)\Defragmentation Tasks
    \Database(svchost)\Defragmentation Tasks Pending
    \Database(SearchIndexer)\Defragmentation Tasks Pending
    \Database(svchost)\Defragmentation Tasks Pending

    I believe something similar is available on Windows Server 2008/2012 as well. See if they provide the necessary metrics?
    More information on performance counters: https://www.zabbix.com/documentation...s/perfcounters

    Comment

    • moshet
      Junior Member
      • Dec 2014
      • 13

      #3
      Originally posted by ovas
      Hello moshet!

      There are the following performance counters in my Windows 10:
      \Database(svchost)\Defragmentation Tasks
      \Database(SearchIndexer)\Defragmentation Tasks
      \Database(svchost)\Defragmentation Tasks
      \Database(svchost)\Defragmentation Tasks Pending
      \Database(SearchIndexer)\Defragmentation Tasks Pending
      \Database(svchost)\Defragmentation Tasks Pending

      I believe something similar is available on Windows Server 2008/2012 as well. See if they provide the necessary metrics?
      More information on performance counters: https://www.zabbix.com/documentation...s/perfcounters
      Hi,
      I couldn't translate these counters to an item with a trigger that if the defragmentation did not work for 2 weeks i'll get an alert..

      Comment

      Working...