Comments
-
Double check the Accounts Settings for that account. Towards the bottom you should see the Report Folder designation, make sure this is pointing to a reports folder. This is often set to none.
-
These are a little too generic for my purposes as I need to be able to lock it into a specific port (I'm using the SNMP based TCP connections for all my Winboxes already =)). The WMI monitor gives me an idea, though. Off hand, do you know if this will provide a way to filter on ports if I were to go the WQL route? I…
-
No luck that way, or with using HTTPS protocol.
-
I had this issue on an agent node. Changing the credential from my service account to Inherit from Node allowed me to configure from the web console (eliminating having to configure these manually).
-
You might also report on outage duration of interfaces, and take it from there. It's not the perfect solution, but it might be an acceptible alternative. The report is similar to the Nodes Outage duration I've seen around the forums, but there are some subtle differences. You ca take the stuff that's commented out out of…
-
It's probably easier to explain if I show you the underlying query. Currently, I have a pivot table that I work into Excel to show top 10 LUNs by several metrics (total overall system IOps, R/W/Total IOps per LUN). This is a simplified tabular version of what I'm trying to report on: SELECT n.NodeID ,n.Caption…
-
I was thinking that other values in the RowID table were the issue as some RowID's for other UnDP's aren't integer or even numerical, AND that I was only getting a single value. But, I think you're onto something in that ${RowID} is returning all the RowID values associated with the UnDP. Back to the drawing board...
-
Were you able to resolve this issue? What was your solution?
-
Is there a way to change the granularity on the perfstack? It doesn't seem to show the peaks I see in the old style charts (when zoomed to 10 minute intervals to match the performance intervals).
-
Thanks for the suggestion. Perfmon seems to match what Orion and my WMI query shows. I'm running 11.5, however I have a test 12.2 running that I could set up perfstack. It's obvious (to me) that the issue is with TM and RM showing incorrect data. Did you mark your own answer as the correct answer? That's cheating.
-
Same issue using: my ($timeServerTime,$drift) = $rawDrift =~ /(\d+[ ]\w{3}[ ][\d:]{8}) .*? offset[ ]-?(\d+)[.].*? /xms; Output Result: Message.Statistic: According to 10.200.203.19, this server has a deviation of seconds. 10.200.203.19 server time: . colo-dls-proxy server time: 06 Aug 11:22:00.Statistic.Statistic: NaN This…
-
Please update when this is resolved. I'm planning on doing this very soon, and want to make sure I have a referenced solution when/if I run into this. =D
-
Not sure if this helps, but I ran into this today. In IIS Roles, I installed basic authentication, and that seems to have fixed our issue. w2k8 R2, NPM and NCM on the same box. Correction, this did not fix everything. Rolling back to 2k8, non R2.
-
Do you mean placing a similar report on an application summary page? I'm sure you could with some minor tweaking. Just guessing, but I bet you could replace the 'WHERE NODEID=${NodeID}" with something like WHERE ApplicationID=${ApplicationID}." Although, the convention might be off a bit, the procedure should work.
-
I added a report you can try here: Group_Membership_-_Node_Details.OrionReport
-
There's a bit of a trick to it. In Report Writer, to validate the query works, you will leave the where clause commented out. Once you're ready to deploy, remove the comment. The report writer will no longer be able to run the report, but it should work in the web console now.
-
Of course it would be this easy!
-
That's one way to get the agent installed, but Orion isn't successful in managing the agent using the other communication method. Still working on it...
-
I'm running into this same issue on four Windows IIS servers. Did either of you get this sorted out?
-
You could add VolumeType = 'Fixed Disk' to your alert. Fixed Disk and Network Disk might be ones to keep, or alternatively, you could exclude the other volume types. Check your volumes table for VolumeTypes just to satisfy your curiosity.
-
That's interesting. I've been considering moving to EOC at some point to separate all of our core enterprise gear (stable) from the thousands of endpoint devices that are inherently more noisy.
-
Bump Is this feature in the current release, or still in roadmap phase?
-
Memory has been running at a nominal level up to this event, and now it's pegged. I wound up rebuilding the web server, and am waiting on more memory just in case the solution is simply physical limitations. I figure I would have noticed before now, though, since we performed the upgrade about three weeks ago. I should…
-
Thanks, aLTeReGo. I get the feeling LEM would be helpful here here, too. I'm on the the right track now. As a rudimentary powershell script to search the logs and output a csv of matching criteria, I'm working with the following in case anyone is interested in my ugly tool. I haven't exactly narrowed it down to the user…
-
What version of Powershell are you using to execute this? I've tried with both version 2 & 3 using both the ISE and Non-ISE versions with no luck. The script is able to Get-SwisData, but trying to trying New-SwisObject throws this: New-SwisObject : Operation not supported on Orion.NPM.CustomPollerAssignmentOnNode This is…
-
Thanks for pointing that out. I'll give it a go.
-
Outside of the shared UnDPs, the best way is to walk the MIBs on the device to see what it will support. There’s a MIB Walk tool in the engineers toolset. If you don’t own it, you can use it in the eval copy for 30 days. To set up the alert, you will need to define both the UnDP name, and then the value that you want to…
-
In 9.5 the advanced settings are found in the web console, If you open advanced settings in the system manager, there is a link directly to where the advanced settings are located in the web site.
-
Thanks, David! Any thoughts on if you can manage / remove assignments using the API?
-
I'm looking forward to it - Please let me know when it's available.