Comments
-
We are having the same conversation. We have over 3000 servers and no way to deploy a cert for https winrm. We are testing some using a scheduled task but I don't like the idea of relying on it for the whole org. Also would be nice if there was a query or report that could be run to breakdown nodes polled via WMI vs Winrm,…
-
We do something similar to stevenstadel. We use different trigger thresholds based on disk size. <500gb, 500gb-1tb, and >1Tb. We also use both a percentage and remaining space as a trigger condition. We will trigger after 30 minutes to give support time to fix issues.
-
We have and are looking at what monitoring options there are
-
Have you done this for the component message too? I'm using this for powershell statistics but would like to include the message as well.
-
can you give an example of what you are looking for?
-
you would need to add either Where v.type = 'fixed disk' or Where v.type LIKE 'fixed%' after the From statement. The reason for the different statements is WMI disk is fixed disk, SNMP is fixeddisk no spaces.
-
I have this same issue trying to get the hostname for the datastore. I'm trying to use this SWQL variable ${N=SWQL;M=SELECT DS.Hosts.Node.NodeName FROM Orion.VIM.Datastores DS where DS.datastoreid = ${DataStoreID}}and all it returns is ${N=SWQL;M=SELECT DS.Hosts.Node.NodeName FROM Orion.VIM.Datastores DS where…
-
That was it. Thanks I quick question pertaining to login. I tried to setup our rights via our AD group but I wouldn't let me login until I created an individual account. Any thoughts? Todd
-
This is what I have. The top one is SNMP and the bottom WMI
-
I'm also not getting any data in the resource after an extended wait. is this working for anyone else?
-
So if this is the replacement shouldn't it be able to do the same things as the button did? IF I need to print a list of 50 nodes for someone and I choose "print > Save as PDF" it only gives a screenshot, it doesn't give all 50 items. Thanks