I want to create a single template monitoring the disk time % counter of Windows servers and have it alert on individual volumes (C:, D:, etc).

Choosing the individual instances of a volume will not work because the GUI will only display the volumes on the server being referenced to configure the template. That means if the referenced server only has a C: volume and other servers have C: and D: then the template will only monitor the C: volume on all servers.

If I choose the "_Total" instance for the disk time % counter, is there a variable that can determine which volume triggered the alert?

asked 04 Feb '19, 14:20

slickrick's gravatar image

slickrick
114
accept rate: 0%


Hi slickrick,

If you build your template from a server that has both drives that should do the trick. When the template is applied to a server that only has one drive them only the one drive will be monitored.

Thanks
Quinn

Please make sure to mark your questions accepted when you have your answer by clicking the gray check mark to the left of the answer.

link

answered 05 Feb '19, 13:53

Quinn's gravatar image

Quinn ♦♦
14.4k3925
accept rate: 35%

You can edit the counter path directly and replace the C: (the "instance" in the counter) with a *. Then the monitor will expand that dynamically at run time to cover all instances (drives in this case). Or do as Quinn mentioned and create a template with C:, D: and E:, and then the template is propagated to the server, the extra drive counters will be removed.

link

answered 18 Feb '19, 15:27

Doug's gravatar image

Doug ♦♦
10.2k122138
accept rate: 21%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×9
×6
×2
×2
×1

Asked: 04 Feb '19, 14:20

Seen: 2,019 times

Last updated: 18 Feb '19, 15:27