Comments
-
mesverrum, when you pull "get table" from GUI, I get issue where "this object requires a single value" Is there a way to pull the whole table or do I have to break out? TIA for your help!
-
I have 2 addt'l web servers w/ IPSLA installed and tested on those and primary NPM (which doesn't normally serve any web traffic) found some interesting stuff...I opened a ticket b/c: I think there may be a memory/cpu leak...see attached/below: I clicked on IPSLA object on map....it times out If I leave the page open and…
-
depending on what you are trying to get will depend on whether its an AND/OR. Since you are checking against the same field, it should most likely be an OR. If you do an AND on the same field, you'll not get anything back because it only holds one value. SELECT * FROM Nodes WHERE Owner='servers%' OR Owner='routers'
-
If you (and/or DBA) are willing to put a little work into it and have some SQL skills, I've done some customization work to "live document" my interface IP/masks on NPM maps utilizing NCM. check this post out. or - good luck and let me know if you have questions
-
please upload the report to content exchange or email it to me through my profile. I'll see if I can tweak it or find a workaround. thx
-
Thanks aLTeReGo! I'll test and light it up.
-
installing update now. I'll let you know.
-
Ok, so its been a while, but revisiting as renewed interest from management. I think this would be a VERY VALUABLE feature. So, what I am looking for specifically would be if I took the "Top XX IP Groups" for 1 group. I basically created a group per external "site" or IP. Instead of taking the EXTENSIVE resources of "get…
-
I have a case statement to break up based on "netObjectPrefix" as derhally mentioned. take a look at my custom alerts page to get ideas: Custom alerts page using stored procedure and report
-
Third! Granularity would be awesome, like previously mentioned - based on value of custom field (maybe regex matching)... Or, tied into LDAP/AD. Thanks
-
With 12 and the ability to apply an action to many alerts, that is a great point.
-
I thought you could connect to multiple domains (I have not tried though)... when add user/group, it prompts you for domain admin creds and domain, then returns list. users log in using <domain>\<username>
-
Excellent. I'll try and post success/failure. Thanks for the reply.
-
I got to chewing on this and went a step further with "general custom properties" FR. See idea here. it would be nice to define some CPs that are available regardless of object type or module.
-
tdanner, et. al, I need to run remotely and I cannot for the life of me figure out how to send [scripted encrypted] credentials correctly using: $password = New-Object System.Security.SecureString I don't know how this is supposed to look and I think its what I need... I need to be able to save off PW encrypted in REG or…
-
might consider updating to latest NCM though for the policy stuff.
-
that did work, must not have refreshed prior to attempting. I was trying to edit hyperlinks - which works as well, but this is much cleaner. thansk
-
Nuclear reactors can go above 100% as well - 110 or 115 redline I think...bad... :) Unfortunately, I don't have any worthwile comment to make, except that on routers, it takes the bandwidth statement, but switches are a different beast. How much traffic is actually passing through the interface? 10% of reported? Does Orion…
-
every install for SW does this... no worries.
-
Interesting. I didn't notice if this caused an issue for me. I just set up network scans. I'll have to check. I have several additional polling engines.
-
all 4 stopped last night, all between 10p and midnight. bout to get on phone with support. case# 140780
-
another thing that just occurred to me is I have no issue (and probably was going to) running this outside of report writer. Is there a way to get to that info before compression? my raw time is 4 hours. Thanks
-
bummer, but that's kind of what I figured. Also, since staff responded, I would love to know how to add an index on this type of "clustered" table environment so I can speed up my queries - if you can assist with that. I think it is already indexed on datetime, I'd like to add index on destinationIP or an IP group number…
-
ah, good catch
-
no, I'm looking more for a "check this device now" for policy x,y,z. may be that this angle doesn't make sense. I was thinking along the lines of adding a new device and forcing a policy to run against it. another angle would be working on remediation -> what policies failed for this device (i.e. what do I need to fix).
-
thx much!
-
awesome, I think it will really help get thwackers to vote on ideas that roll off the front page quickly.
-
I'd love to see a LARGE USB drive or MicroSD jump drive - 64GB or something. Nice Tie...SW logo or saying buttons. SW dry erase marker set SW sticky/post-it note pad Nice SW Pen or pen/pencil set
-
you can also just look at the URL when you are on the "object's" page. I.E. orion/.../InterfaceDetails.aspxI:5482 <- interface ID=5482 Nodes will do the same, but N:903
-
so I tried to work around by adding an interface custom property and setting it = 1 if "ethernet", but in the UnDP gui, even when dealing with an interface poller, you can only "GROUP BY". It would be great to see "FILTER BY" and have that look at node/interface custom properties as well. back to the drawing board to apply…