I was wondering about creating custom views for the latest values section. Currently the default is to view individual hosts and all their associated items. Would it be possible to build views that contained items from different hosts?
Example:
3 hosts
Host_A (linux)
system[procload]
memory[free]
diskfree[/]
Host_B (windows)
cpu_util5
memory[free]
diskfree[c:]
Host_C (windows)
cpu_util5
memory[free]
diskfree[d:]
What I would like to do is build a view that is "CPU Utilization" and include the CPU/procload counters from each server on one view. i.e.
Host_A
rocload
Host_B:cpu_util5
Host_C:cpu_util5
The same for memory and diskspace. This works for any group of simailar metrics. You could have an "SQL Server" view that would contain all relavant info about your SQL boxes.
That way if you had 20 hosts you might only have to look at 4 or 5 screens.
Looking forward to 1.1
-cooper
Example:
3 hosts
Host_A (linux)
system[procload]
memory[free]
diskfree[/]
Host_B (windows)
cpu_util5
memory[free]
diskfree[c:]
Host_C (windows)
cpu_util5
memory[free]
diskfree[d:]
What I would like to do is build a view that is "CPU Utilization" and include the CPU/procload counters from each server on one view. i.e.
Host_A
rocloadHost_B:cpu_util5
Host_C:cpu_util5
The same for memory and diskspace. This works for any group of simailar metrics. You could have an "SQL Server" view that would contain all relavant info about your SQL boxes.
That way if you had 20 hosts you might only have to look at 4 or 5 screens.
Looking forward to 1.1
-cooper
Comment