Need help creating custom rule for VMW VirtualMachineLogicalDisk
I'm trying to create a custom rule for an application to receive alerts when their virtual drives are getting full. I don't want them to receive other alerts that the system generates, just one's for their specific VM's. I tried opening a support ticket but still need assistance. Has anyone out here done this?
So did he add that code to the conditions of the rule? I know practically nothing about groovy and syntax. So if the name has npwgp in it, that will be true? No idea what the BigDecimal is or if it's needed, the bottom part is what is in my copied rule.
try{
BigDecimal bd = new BigDecimal(#capacityAvailable from $scope.hostLogicalDisk#.toString());
john_s_main
132 Posts
136
0
Posted September 26th, 2012 15:00
http://en.community.dell.com/techcenter/performance-monitoring/foglight-administrators/f/4788/t/19557614#60975
This should assist you.