vRops vMotion Super Metric

Posted 2 CommentsPosted in vRops

Were onsite at a customer, and they were discussing if it was possible to see in vRops when a vMotion occurred. I told them that there were no such metric or property in vRops, but I knew a way to see when ever a vMotion had occurred. The way it works is by looking, on a virtual machine at the “OS Uptime” and “System Uptime” metrics. The rule is rather simple. If “OS uptime” is not below 300, ie. the OS has not been started/rebooted within the last 300 seconds and the “System uptime” is 300 or less the VM […]

vRops – Super Metric enhancements

Posted 6 CommentsPosted in vRops

One of the areas in where vRops 6.3 has been getting a huge improvement is Super Metrics. You can read about vRops 6.3 enhancements here: https://www.starwindsoftware.com/blog/vrops-6-3-walkthrough-new-features#SuperMetricenhancements It might seem some what trivial – the enhancements. The addition of a few new operators. I guarantee you it is not, these new operators are a game changer for Super Metrics. Lets recap all the new operators Operators Function Example [] Array [A, B, C] == Equal 1==1 != Not equal 1!=2 < Less than 1<2 <= Less than or equal 1<=2 > Greater than 2>1 >= Greater than or equal 2=>1 || […]

vRops API | Super Metric name

Posted Leave a commentPosted in vRops

This is gonna be a short one. If you have been following my blog you will know that I have been using vRops API quite a bit lately and all in all, I’m quite happy with the way it works and the data you can get out of it. There are of course room for improvement. One of the things that currently doesn’t work that well, are Super Metrics. If you know Super Metrics, this is a way to create new metrics which is created from other metric(s). The problem with Super Metrics is the name it’s given by vRops. An […]