Comments
-
Does this work for v10.1.x?
-
How would you construct an alert based on the Associated Controller name?
-
Yes, It is complex (but you will get better the more you do it), I was able to set up the undp as in the above referenced thread and here is the custom poller alert i use, to test, you can change the numeric status = 9 and insure the alert fires, then change it back to 10 when your ready to use it. Otherwise you will have…
-
In a Large Enterprise, not using Dynamic Queries is not practical, however the only way it seems to work for me at the moment is to NOT use Dynamic queries. Is there an update on this? I would think that a major problem like this would have been expedited, perhaps a hotfix? Support has suggested (to me) not to use dynamic…
-
Support is telling me that this is definitely caused by account limitations. Because this involves custom reports, the first knee jerk reaction is that it is not supported, however they are supposed to be looking into it. If anyone else has the same issue post 10.0 to 10.1 upgrade, please chime in.
-
Also if I could get the alertstatus.triggertimeoffset in duration and prevent the acknowledgedtime from showing unless it is a recent date, because many are filled with 12:00:00 AM.
-
Interface ups/downs. Evidently less than that which causes the interface to go into error disable.
-
Well this code gives you how many times the threshold was exceeded. What about the duration or how long the threshold was exceeded. I am looking for a Report that shows when the bandwidth has exceeded 65% and How long. So, Ideally a report for bandwidth exceeding 65%, duration, and peak per interface.
-
Any Update on this?
-
I am using NPM 10.3.1 and are also interested in ServiceNOW CMDB and Ticket integration Thanks
-
I get an error (System.Data.SqlClient.SqlException (0x80131904): The multi-part identifier "Nodes.Support" could not be bound. The multi-part identifier...) when I try to use a limited user, works great as ADMIN ##sql code start WITH CTE_AlertCount as (SELECT COUNT(*) as numAlerts, caption, nodeid FROM Nodes INNER JOIN…
-
In this specific case, how would dependencies be handled?
-
Could you also send me the file name? Thanks
-
I am running 7.0.2
-
I changed to 3000 and still get the same issue, I will open a support ticket. I manually select the node and it takes about 120 secs.
-
I started out like this, then seen your code, and I wonder how to merge the scripts to get more info. Because Group alerting is broken, I need to know the current status of the nodes and show if down or unreachable. Select nodes.IP_Address, nodes.caption activeobject,Triggertimestamp, triggertimeoffset AS Duration,…
-
Case 233333 was opened, My Issue appears to be Limitations related, any new reports built after upgrade work OK with user without limitations (Like Admin), Users with limitations can not open newly created reports
-
Been working with Support for a few days and have what is thought to be a solution to my issue. 1. No problems with Orion itself, but with Syslog. 2. Syslog service bouncing with Windows events 1003,1004,1104,1103,1102, and SW Log 1018, 1002,1003, and 0 3. Removed .net 3.0 and 2.0, reinstalled .net 2.0, re-applied hotfixes…
-
I failed to mention, I beleive the interface goes into error disable at 5 times/10 seconds. What happens if it is less often, say 6 times in 60 minutes? So in essence I want to be able to report on those which occur on a repetitive basis
-
NPM 10.4 is now out, any update on support for Hyper-V Yet?? Because for whatever reason, Management is standardizing on Hyper-V vs. VMWare, lack of support for Hyper-V Monitoring via NPM is of utmost importance to us. They may end up standardizing on Monitoring too, yes Microsoft..Its becoming harder and harder to…
-
Sorry, my previous reply was for node availability. Here is the correct code for interface availability use netperfmon IF exists (SELECT * FROM dbo.sysobjects where id = object_id(N'dbo.SUMTABLE')) DROP TABLE SUMTABLE go SELECT EventTime, Interfaces.Caption, NetObjectID, NodeID, DATEDIFF(MINUTE, StartTime.EventTime,…
-
Follow this thread there are many examples available. Here is some more rudimentory code. use netperfmonSELECT Nodes.Caption AS NodeName,nodes.department AS Dept,Nodes.IP_Address AS IP_Address,AVG(ResponseTime.Availability) AS AVERAGE_of_Availability FROM Nodes INNER JOIN ResponseTime ON (Nodes.NodeID =…
-
In v10.1.2, what is the trigger to allow for RW Access? Must you be an admin, or does allow ack alerts also allow for notes entry? As Admin I can Write in notes field, but regular user is RO
-
This thread is quite old, could SW update us on improvements related to this subject? I am trying to get inventoy data from NPM and NCM and it is proving to be quite difficult. Does anyone have some scripts/reports available to get inventory from these databases?Servers?
-
Just a question, if I could.. The canned AP Alerts doesnt seem to allow a trigger based on the associated Controller name! Do you know how I could do this? How can I write an alert to sent to a specific group based on the asscoiated controller name, when an AP goes down. I see the macro "${Controller}", but when…
-
Just a question, if I could.. The canned AP Alerts doesnt seem to allow a trigger based on the associated Controller name! Do you know how I could do this? How can I write an alert to sent to a specific group based on the asscoiated controller name, when an AP goes down. I see the macro "${Controller}", but when…
-
Were you able to get an answer on this? I would like to do the same!
-
Any Idea when the first Hotfix will be released? I rediculously upgraded my production systems from 8.1 to 8.5 because of slow access via the web, partly because a SW Engineer sugested I do and now instead of slow access I have no access!!!! I have at least four tickets opened.17582, 17659, 17513, 17501. The most trying…
-
Yes, but here is what everyone's missing. Because NPM has the icons for ssh as well as other remote access methods, it should work without the use of the toolkit, besides typically the toolkit is not installed on the NPM server, its installed on a Engineers client PC. Back to my original comment, SOLARWINDS SUPPORT, please…
-
Jbiggley, were you able to find your notes? Thanks