Unsolved
This post is more than 5 years old
16 Posts
0
144626
May 11th, 2012 13:00
How to monitor the same value different for some single servers
We have severall servers in our environement with old Operating systems and low disk space for example under 5 GB free space.
We need an alarm if it is under 1 GB free space.
But the most of our servers have actually operating systems and we need an alarm if the disk space is below 5 GB.
Is there a possibility to configure vFoglight like this ?
Because out of the box we have about 10 alarms which aren't any problem but they appear everyday on the dashboard.
Thanks for reading.
Florian


DELL-Brian W
59 Posts
0
May 16th, 2012 22:00
Foglight rules generally work by comparing the current value of some metric (like freeSpace) with a threshold stored in a registry variable. A registry variable has a default value which can be overridden for a particular object and optionally according to a schedule. Typically, you would address this challenge by examining the rule in question and inspecting the threshold variables used. You may find that the rule uses a percentage value rather than a specific number of bytes free. Accordingly, you would either adjust the condition or configure the registry values for the "old operating systems" so that they have a different threshold than the default. If you post the name of the rule you're asking about, it may be possible to offer more specific advice.
Regards,
Brian Wheeldon
fkattner
16 Posts
0
May 21st, 2012 10:00
Hello Brian,
thanks for the answer.
I'm writing about the rule called "vBundle VM Storage Free GB" from the vBundle-1 cartridge.
DELL-Brian W
59 Posts
0
May 21st, 2012 15:00
That particular rule is scoped to VMWVirtualMachineLogicalDisk.
Here's a screenshot showing the specific registry variables you can tune for this particular rule:
So you can adjust the thresholds above for the VMWVirtualMachineLogicalDisks associated with the "old operating systems".
You can also add these hosts to the "vBundle.vm.storage.free.ignore.list" if you want to configure the rule to ignore these hosts.
Regards,
Brian Wheeldon
fkattner
16 Posts
0
May 22nd, 2012 12:00
Hello Brian,
thanks for your help i will try out this settings and give you an feedback during the week.
Florian
fkattner
16 Posts
0
May 24th, 2012 11:00
Hello Brian,
i don't know how to associate the registry value with the old operating systems ?
I can't set them to the ignore list, because we need an alarm message if the free space is below 1 GB.
Is there a manual available for how to configure the monitoring with regsitry values or scripts ?
DELL-Brian W
59 Posts
0
May 24th, 2012 12:00
The answer to your question is "yes".
Please run a search at eDocs and in the Foglight Community and post a summary of the relevant results you discover.
Regards,
Brian Wheeldon
DELL-Brian W
59 Posts
0
May 25th, 2012 20:00
No luck?
Here's the eDoc manual reference for setting registry values for specific types or object instances:
http://edocs.quest.com/foglight/563/doc/Core/AdministrationConfiguration/FineTuning_Ref.105.67.php#531076
Here's a Foglight Community example of setting the notification email address for a specific host to be different than the default (same principle): Custom EMail Notification
Here's a Foglight Community document about the same topic:
Different Thresholds for Different Tablespaces - Part 2
Regards,
Brian Wheeldon
db4dns
15 Posts
0
May 31st, 2012 07:00
Hi Florian,
is it possible to build a "Service" over the relevant VMs? Then it is easier to map the rule to this particular service
fkattner
16 Posts
0
May 31st, 2012 10:00
Hello Brian,
you are faster than me ;-)
I have not everyday time to try some things in vFoglight.
I will look in the manuals and will post my result later in the next two weeks i hope :-)
Florian
fkattner
16 Posts
0
May 31st, 2012 10:00
I wil try this, thanks for the idea.