Comments
-
Great Start.
-
I've simply asked for more monitors so I can keep each tab open and on display.... still waiting.
-
So run the configuration wizard first to optimize the web site (check that little box, or un check if it says Skip Website Optimization)
-
Works well if you have a lot of pollers(UnDP), or table pollers and you are pulling entire tables... and large/enterprise environment.
-
Average CPU & Ram Use for a group of Nodes based on Node Custom Property Values
-
osberg, dhanson, alok.malvi You can find this @ Top+Triggering+Alerts+%26+Entities.xml for Download, but adjust your Queries to work in NPM 12.x *yes the semicolon is needed* ;With a (AlertrefID, QTY) AS ( SELECT TOP 10 AlertrefID, count(*) AS QTY FROM [dbo].[AlertHistoryView] WHERE [AlertHistoryView].[TimeStamp]…
-
a Quick check and this was the most recent on the Questions thread - Re: How long each interface or node was down. but that doesnt seem to work for v12 right off the top. I am trying to adjust slightly to sql. Will see what I end up with.
-
no, but now I should. Thanks for the reminder designerfx!
-
good question...
-
how would you handle this if there is no loopback or management interface configured. ex : access layer node has management VLAN setup, and the node get it's IP Address from that. Dual SUP / Dual Homed to Distribution Node. - and possibly a 'standby' address.. so you may see 2 ip addresses showing when this 1 node sends…
-
Thanks! I was able to use this a little to edit and create a better inventory report. - Still honing the report and will upload shortly!
-
Open your DB Manager and click 'Add Default Server' and see if that works.. it should use the app's stored settings. You can confirm your tables there, AlertDefinitions and ActionDefinitions. Then the columns, specifically AlertDefID the column this join is being done on. Also, In your Alert creation, click the edit, and…
-
I just tested this from the DB Manager and also the Web SQL Report setup. Both parse without issue. Can you query from the db manager, or SSMS and tell me if it highlights a specific line for the issue? Also this is what I am running on; Orion Platform 2016.1.5300, WPM 2.2.1, IPAM 4.3.2, SRM 6.2.1, VNQM 4.2.3, NCM 7.5, NPM…
-
Email and Log Text have been updated to read with proper statistics and details. Main points of edit - Adjusted previous poll statistic in email text on Alert Trigger - Added statistic to Alert NetPerfMon event log - Enhanced the 'Message' - Corrected Alert Reset NetPerfMon Event Log Text
-
After taking another look most of our previous values need some help. Once I was towards the end of this I realized I was testing against a volume that is currently unknown - so I will try to double verify this data setup..Try these for your Var's. Feedback is appreciated. Previous % Used Statistic: ${SQL:SELECT…
-
the email action itself error's or that specific variable does not show the stats? Try removing and re-adding that variable in the alert text. Give me a little bit and I can give an adjusted syntax with sql to attempt to fix that as well.
-
Thank You Mr. Xinu! I appreciate that greatly.
-
*If licensing is in tact; What kind of app errors are showing in the server logs? This may point you to a certain component, rather than running a blanket 'repair' with the config wizard SW should have it's own section - other related apps such at .net or system issues may show in the windows or sys logs as well. If you…
-
Forgot to mention, any SQL/SWQL Report shows you just that, the query. In full. Filter down to Scripted Alerts and there is no reading curve
-
I adjusted this slightly to give me a Last Unmanage report for my interfaces, also shows interface to be un managed. IT was easy once I had this setup. Very nice Report!!! Select n.StatusLED, n.Caption as NodeName, n.UnManaged as NUnMgd, i.Unmanaged as IntUnMgd, i.NodeID, i.InterfaceID, i.Caption, i.unmanagefrom,…
-
The nodes not in groups is one I use at least every week or two, depending on the changes that are happening. Several utensil type reports, very nice!
-
Indeed; where is the udpate? Currently what I have been trying to gather is my Parent/Child Associations. As I have found reports for NCM that will show me node details; mainly name,serial,ip, machine type, model, etc. What I also have is a Cisco Cards report that shows just about every other module in the device. It shows…
-
When you say down, but the services are running? Are you not getting polling statistics on your normal polling interval? You can monitor with another app, or another polling engine. As the server should not be monitoring itself. Setup SNMP and monitor a few critical processes with SAM if you want to have a visual.…
-
From the Manage Nodes Page you can add a column titled 'NCM - Licensed'. At the top, just to the right of your column headers there are two(2) Greater Than(>>) Signs. Click those to bring up a list of available columns to add to your Manage Node Page Display. It will read either yes, or no. Just in case you want to do this…
-
Most of it is, or might be updated in the comments. Just shout out when you hit a brick wall, someone is on the other side.
-
Now, it's even been a few days.. this is where I expected a full flogging. Maybe no one tried this out, and got the list of nodes not in a group. This would be a list of duplicate items either by Name or IP Address. SELECT Nodes.Caption, Nodes.IP_Address, Nodes.NodeID FROM Nodes WHERE ( ((Nodes.Caption) In (SELECT…
-
Forgot the ending ) select Caption, IP_Address, NodeID, ObjectSubType from Nodes where not Caption in ( SELECT distinct FullName FROM ContainerMemberSnapshots where EntityDisplayName = 'Node' )
-
So I decided I need more from the Duplicate Node Report! Duplicate in either Name or IP Address will list, but also included is the NodeID, IP Address and Polling Method. - Sometimes you might want two IP's on teh same box monitored, but knowing only one of those entries is taxing the node for metrics is crucial. So you…
-
smiffy85 Go to Settings - Customize Menu Bars - AT the Bottom of the page you should have an option to Create a new menu bar. Once your menu bar is created - edit the account you want to add this menu to and add and order it there.
-
You should be able to chart it out with the gui. There are statistics tables that holds a count for connections. ASA_ConnectionStatistics_Detail, _Hourly and _Daily as well. I would have to do a test, but first thought it they are using the 'crasNumUsers' OID to poll for this value. Which is what I used to poll for…