Comments
-
If I add a 19th it does not save it. The weird thing is, that I have another custom property that has 25. and it will not allow me to add any more either. Could there be a upper limit overall in the properties.
-
The audit report will be dependent on how long you retain data as well.
-
If the feature to set up dependencies could be modeled after the feature to create groups, it would cut my clicks in half. Setting up dependencies is overly cumbersome. Also, how hard would it be to be able to fire off a report as an alert action?
-
shawn-maloney, maybe I am missing something, but how do you monitor both the cluster and the nodes. When I try to add the cluster, it resolves to the active node and tells me that ip is already monitored. So when it fails over it is going to show down instead of hitting the now active node. Maybe I am making this more…
-
yes, but they do not seem to be correlating to the chassis.
-
We execute an external programbRunner.exe with the parameters for Orchestrator provided by variables from Orion.
-
The link on the page
-
I ended up using a perfmon processor counter with WMI
-
Maybe I am overlooking it, but I do not see a SAM template or component monitor for process threads. Just called support and they said they did not know and would have to research it. could you direct me to a process thread monitor?
-
1. Did you try testing the alert in the Alert Manager. That way regardless of if the alert is configured correctly, it should send an email. If you get the email, you know it is probably your trigger rule. If you do not get an email it is probably your email set up or a spam filter in your email system. 2. Post a picture…
-
I think Tony is right on track. With the addition of the ability to place reports on dashboards as resources, you have much more flexibility and control. I would recommend that route.
-
Here is the info you get from the trap
-
All of the sudden, I am hearing DeNiro from Meet the Parents in the Background.
-
I sent you an email
-
, I agree about the does not contain.
-
Thank you!
-
Patrick Hubbard, hopefully a LEGO object lesson will be part of the festivities,
-
Let me clarify, I need to change the assigned credentials to 60, but not all.
-
I have noticed there is a marked difference between load times in Chrome and IE.
-
They want to relegate us to RDP only access or access through a worthless product called CyberArk Password Vault. I can say worthless, because I used to administer the product and have spen the last couple of years apologizing to anyone and everyone I set the system up to use. It really is a power struggle, I am better…
-
Do I understand what you are saying is that you put the alert level in the custom property id 35 % or 10 GB and it does the less than evaluation off of the custom property?
-
, that is exactly what is driving my question, is one way or the other better for performance.
-
mikesky try running this in your script before When I add get-module -listavailable to the top of my script in the monitor screen, the list it returns is entirely different than what I see in powershell. <span class="pln" style="color:#303336;">$env</span><span class="pun" style="color:#303336;">:</span><span class="typ"…
-
mikesky Also which version of Powershell are you running and what .net version?
-
mikesky Add $scriptUser = [Security.Principal.WindowsIdentity]::GetCurrent().Name Then Log the variable $scriptuser. that will validate which account is running the scriptl.
-
If only they had a mobile app!
-
Turned out to be the Access List on these devices allowed polling from the first two pollers but not the 3rd. Network is updating their rules for us.
-
I would be interested in getting our AD master mind on the phone with you all to discuss this katieb.
-
No, just out of the blue.
-
aLTeReGo for the win Select Distinct (Nodes.Caption) From Nodes Inner Join Volumes On Nodes.NodeID = Volumes.NodeID Where Volumes.Status = 0 And Nodes.ObjectSubType = 'WMI' And Nodes.Status = 1