Comments
-
Yes, I spoke with the engineering team about that briefly and they said that changing that value will not help make the data any more granular. It has more to do with the priority given to the job that calculates the runout date.
-
The reason we direct you to the device vendor before changing that is so you can find out how frequently they are updating the values on their end before changing the interval in SRM. Polling the device more frequently when the device is not updating that value will just result in SRM collecting redundant values and that…
-
No, at the moment there are no plans on the roadmap for SRM to support ceph storage.
-
VMAN takes the first IP address from the list of discovered IP addresses. If the vMotion IP has some common "pattern" it can be filtered out in centralized settings IgnoredHostIpAddrRegex. Since you are evaluating you can touch base with your sales rep for some assistance with that or if you have purchased in the meantime,…
-
Looks like you are on Hot Fix 1 based on the build number. There is a HF2 available and if you run the Orion installer it should detect that and offer to install it for you.
-
@"Seashore" One of the items we are currently working on for a potential future release is additional filtering for the report which includes custom properties.
-
@"bmoline" There should be no problems running VMAN against that version. Are you seeing specific problems of some sort?
-
The basic polling that you get for virtual assets in SAM or NPM is going to give you a very light topology and some basic metrics but you will be missing the depth of analysis that full VMAN can provide with features like: * Capacity planning tools * Recommendations for balancing your environment * Sprawl tools to recover…
-
@"pratikmehta003" I tried several things to try and help find a way to link those. It looks like Kevin has managed to show us a way forward! Take a look at his idea in the Alert Lab: https://thwack.solarwinds.com/t5/Alert-Lab-Discussions/Linking-an-Alert-with-a-NetPerfMon-Event-Log/td-p/601000
-
Yes, the one I pasted into my reply should work in the message.
-
Try changing your Filter to say simply: Impact<>'Level 5 NON Production' AND Impact<>'Level 4 NON Production' However that Down Node resource will only show the name of the node as far as I know. If you want the value of the Impact custom property to show next to it, you will probably want to use the Custom Table resource…
-
@"pratikmehta003" It looks like you should be able to use the following SWQL variable to pull back at least one hostname associated with the datastore: ${N=SWQL;M=select top 1 ds.Hosts.Hostname from orion.vim.datastores ds where ds.datastoreid=${N=SwisEntity;M=DataStoreID}}
-
The latest RC which features a new Chromium based browser engine went live today for customers under active maintenance: WPM 3.0 RELEASE CANDIDATE 1 NOW AVAILABLE! What's New in WPM 3.0 - Chromium Based Recorder and Player
-
Oops, didn't see your reply before submitting mine... Are you using a Custom Table or another kind of resource?
-
Are you using multiple "Contains" entries or are you using the "Matches Regex" method? The Regex path might make the web UI less likely to bog down.
-
Thanks. I'll keep an eye on that ticket.
-
Thanks @"ahbrook" I am reading through all of it now.
-
Yep, Agree with d09h here... Use a custom table resource and use a query like below as the datasource: SELECT Caption, Status, IMPACT FROM [dbo].[Nodes] WHERE Status = '2' AND IMPACT <> 'NULL' ORDER BY IMPACT ASC
-
I created a feature request for exactly that
-
Yes, the beta went well... We have been incorporating feedback from the beta and continuing development work. I will update as soon as I am allowed
-
I am afraid I don't have an answer for your other thread.
-
John, The latest NPM bits are also shipping the UCS component now.
-
I did some more looking and I wasn't able to find a way to do that directly in the alert logic but I was able to put together a very basic script that I then added to a template: Volume Space Diff / Compare It is really just a proof of concept and could probably be improved but it hits the basic points. Poll every 15…
-
OK, thanks for sharing the solution back here and I will do some investigation on why the ticket went dead on you.
-
@"pratikmehta003" I think the problem you are running into there is that a datastore is not always linked to a single host. It is potentially a one to many relationship so you would probably need a SWQL or SQL statement to pull that list back. I am doing some research to see if I can find a query that would work. In the…
-
Yeah I think a ticket is the best option at this point... Let me know how that turns out.
-
The data is coming from standard WMI queries but I believe what you are seeing is related to a known issue where underlying usage of the CPU is calculated / displayed incorrectly. It might be a good idea at this point to log a ticket so we can properly link this to the known issue or the team may be able to find a…
-
You can schedule a one time event in the web UI now (screen shot below) but recurring events still have to be done in the utility on the Orion box.
-
The custom property you are using should just be another column on the Nodes table so you would just need to add an "AND" statement to the "WHERE" clause in the original query I posted like this: SELECT COUNT(NodeID) AS 'Count Of Down Nodes' FROM [dbo].[Nodes] WHERE Status = '2' AND MyCustomProperty = 'SomeAssignedValue'
-
dcokers ... That would be normal.... You would have to be specifically monitoring those nodes in LEM in order to get alerts from or disable them.