Comments
-
T his should show you all of the node names and values for "n_site". * SELECT Nodes.Caption, Nodes.n_site * FROM Nodes * ORDER BY n_site Worked – DATA PULLEDAnd this should show you just the interface half of the results. * SELECT DISTINCT(Interfaces.NodeID), COUNT(Interfaces.InterfaceID) AS InterfaceCount * FROM…
-
I'm running it against Cisco and Brocade switches. Well I'm not currently using it until I can get it's output into a report.
-
Feature request heard and understood. I will try to put this in an upcoming release. I can tell you that it won't make it into Orion 9.0. I say that not because I'm mean (although I have it on good authority that, at least on occasion, I am mean) but because we've already mapped out all the features for Orion 9.0. I ran…
-
Just to elaborate, we patch servers on a montly basis and there are always servers that are missed or not patched on the day for whatever reason. So I want to identify the number/percentage of servers that were missed for each computer group or in turn the number/percentage of servers that had the approved updates…
-
Need an IP based application classification. More and more vendors want all ports open for their applications. Or, it ends up the default when someone brings up a system or services. Going back and changing in a large environment is rarely a priority to fix. It only makes monitoring more difficult and won't become a…
-
Well, I had nearly a week of peace but the error resurfaced yesterday. I haven't caught the web site crashing yet, but there are a number of errors logged in the system log: Log Name: System Source: Service Control Manager Date: 3/2/2012 9:04:41 AM Event ID: 7031 Task Category: None Level: Error Keywords: Classic User: N/A…
-
I edited the OP to update to the current info, if this info is in the Release Notes or somewhere else I can just point there, but I don't think it is.
-
I spoke with support and supposedly once you upgrade to v9, when a hot-standby box is active the System Manager can be opened and then you can edit the data retention settings. The settings are NOT in the registry and I still have not gotten an answer as to where this information is stored. It's not in the db...its not in…
-
We don't support NTA running on SQL Express because the NetFlow protocol generates too much data for the 4GB limit. We don't stop you from evaluating NTA on SQL Express, but we will stop you in the production version.
-
Good to know. thx.
-
That's what I meant, you want a transform based on multiple rows within a column. We can't do that yet, but we will add it.
-
Thank you very much for your prompt reply. Yes, I just noticed the NPM version is 10.4.1. What about monitoring DELL iDRAC devices, are they also able to send Hardware Health and Hardware Details info separately for a blade? I can’t see it, although I did configured it for monitoring …. Does it actually matter what is the…
-
APM is a new product, but all customers who had AM and were current on maintenance were automatically granted a license for APM. If, for some reason, you do not see APM in your customer portal, you should call Customer Service and they'll help you get that fixed.
-
hey, i manually kicked off a WSUS inventory, and this time it is working, i am trying to look back at what i have changed to make it happen... i have rebooted the patch manager server, and also got the RAM upgrade to 8GB the inventory seems ot be going through each and ever patch, and each and ever devcie within WSUS...…
-
Interesting. I just tried SELECT+N.NodeID%2C+N.IPAddress%2C+N.NodeName%2C+N.Status+AS+NodeStatus%2C+N.Interfaces.InterfaceID%2C+N.Interfaces.Caption%2C+N.Interfaces.Status+AS+InterfaceStatus+FROM+Orion.Nodes+N+WHERE+N.NodeName+LIKE+%27BN1-ILO%25%27 Calling it from SoapUI, and got <Fault…
-
You don't need to fundamentally change it just provide an override function so that unknown devices are able to be moved to an appropriate category. In terms of the functionality we are trying to use. [settings]>[Views by device type] Under this section there is only the vendor as a mapping option, the issue here is that…
-
Your original post suggests that the poller and the website are on different boxes. It would be easier if they were on the same box with the database on a separate box. Try that setup and re-run the configuration wizard.
-
Any further news on this updated release with the API functions?
-
I'll take it as a feature request.
-
The database is a little different, but not radically different. You might need to change at least a column name or two.
-
If by maintenance interval, you mean "unmanage", then yes, you can unmanage and re-manage via the web console. The new custom poller is definitely easier, but you still have to know OIDs or MIBs. I'm not crazy about that fact, but that's the nature of SNMP.
-
That is what I was after - thanks for that. I was trying to add each type in individually - this is the trick! Cheers
-
SQL is running on a separate server. I guess when I say the problem is intermittent is that it isnt consistent with how it is pining. If I run "ping servername -t", the first 2 pings will come back at 5ms, then the next 10 will be at 5000ms, then the next 1 will be 5ms, then next 30 will be 3500ms, etc etc. I have updated…
-
Sure I'll
-
That's good news there's a fix on the way. How far out would you estimate? I can live with restarts as this is really for analysis of traffic patterns which I don't need to do all the time.
-
Thin AP removal is reported fixed in 10.2 here.
-
Thanks for the quick reply, here is the results of moving the variables to the script body. FYI, this is a PowerShell monitor.
-
Yes, the mobile alert view (with acknowledge) would be the main thing we would look for. I'd love the email with an acknowledge signal as that would allow an even faster acknowledgement plus leave a clear audit trail.
-
Thanks Marie but the thread doesn't mention any fixes in the wireless area. Since the RSSI reporting was broken by the developers going from v9.1 to v9.5, I would expect this would have a high degree of priority to fix in the next stability release, i.e., v9.5.1 . So, it would be helpful if the product manager would chime…
-
Well, I received the message, downloaded the update and applied it, the problem IS NOT RESOLVED. After some investigation I discovered both the old and new version of the tool .xml still exists on the appliance so it's not pushing the updated .xml to the agents. The new .xml may indeed correct the problem but the update…