Comments
-
opened a case on this. Ended up having to re-install NPM to resolve issue...not sure what I did, but I'll probably do it again...:) I'll start new thread on how to remove the menu bars, etc.
-
I do this often, but like cahunt said, you must be careful and I highly recommend you test your queries in SQL mgmt studio. you'd want a where clause to narrow down your searches to get the specific results set that you want to alert on. ...nodes...<canned part> left join table1 t1 on nodes.nodeid=t1.nodeid left join…
-
ok, that's a good bit of stuff :) 1. Total # interfaces up/down/SD per node... select n.nodeid, n.caption, (select count(Status) from interfaces where nodeid=n.Nodeid and status=4) as AdminDown, (select count(Status) from interfaces where nodeid=n.Nodeid and Status=1) as UP, (select count(Status) from interfaces where…
-
I've never re-indexed mine. I guess I thought the SQL would do that on a fairly regular basis. I also don't compact mine unless experiencing issues (like log files going berserk). Curious to find out about indexing from others as well.
-
Hear, Hear!! I lost mine to my wife; right from the start
-
go into report writer, open the report that gets emailed and go to "field formatting" tab, select field that is being hyperlinked and remove bottom line info "Web URL" if you want the links to remain live for the web site and dead for report, you might copy the original and save/rename to email version, and not have…
-
yea, you can actually add the same node to the same engine, the NodeID is unique key (I think) which is auto assigned when added so never an issue. I have to manage that process with a policy as I also have a handful of people adding devices. It would be nice if the MENU -> NODES -> FIND search feature checked the entire…
-
Interestingly, I am seeing this in my environment, but only on one server....
-
two things... First, to nest, you need 2 maps. call one router map and the other switch map. on the router map, you'd have the router object and the object SWITCH MAP (actually use the map as the object mapping to). On the switch map, you would have the object switch itself. Second, when you nest maps, the system has to…
-
At least in Cisco routers/FWs you can state::: no logging message 3005021 <as example> This will prevent the device from sending the message to syslog in the first place.
-
I would also be interested in this feature.
-
when you install an additional poller, it should not take the main engine nor the Orion web site down. it will impact the local resources.
-
yikes!
-
seconded, I'm still trying to figure out what this does for us, what we CAN do with it - does it allow use of other record types like "txt"? can someone from SW Product Management give some insight? I didn't see anything specific in the release notes or docs. Thanks
-
depends...not usually (to pollers anyway). they are for their subnet. the firewall btn oob and rest of network, that FW does have the DGW for the oob network many on local subnet (out of band network) though.
-
unfortunately, I don't have any of that gear in my environment. It's really hard to tell what the query needs to look for without the specifics. Try running the UnDP and showing a pic of the output, pointing out which indicators show poe switch vs. non. Even with the specifics from that side, this will be very difficult to…
-
sounds like your poller is overloaded, off top of my head. go to admin page -> Details section -> polling engines ==> what is the polling rate and polling completion %? Also, keep in mind that on large switch devices, SNMP can take a while as it does its interface walk - only so many results per packet can be returned. I'd…
-
I got beat down by this just the other day.... events do NOT EQUAL traps. events are a list of things Orion sees that puts on events page. you want to look at the traps page. go in and edit your menu bar and add traps to your menu. this is where you will see SNMP traps and you will need to RDP to the orion box and go into…
-
great question. I'd love to be able to manage NCM without having to RDP! I don't think this is available now, but SW, can you mark for feature request?
-
easiest way off top of my head is to create a report with the info you want. create a view with that report in it add menu item pointing to that report.
-
I'd be interested in sync'ing based on a custom property, or allowed IP range, etc. as well.
-
as far as I know..... there is no easy/clean way to do this. The node ID in NPM has no correlation to the nodeID in ncm...besides managed IP address. I've written SQL code to populate custom fields in NCM from NPM and back (I think I posted it all in content share). basically I wanted to get the IP/Mask for an interface to…
-
I'd be interested in support/discussion group in ATL as well.
-
* Way more useful * the long hover is great, gives useful t/s info...as RichardLetts indicated...used mostly for troubleshooting. maybe parts/stats that are warning/crit - Interfaces -> packet loss -- thought about making customizable like tooltips? * ACK alert, unmanage (node, app, component, int, etc..), maybe [goto]…
-
what version are you running? should be able to do this very easily with auditing if running newer versions.
-
not right now without using UnDP and it would not be dynamic in finding VSs or members. Really hoping this is coming soon!
-
I think this got posted 2x... these report "jobs" are run by micrsoft scheduler, so if you just go to control panel -> scheduled tasks and find the appropriate job, you should be able to edit the schedule accordingly. here is other post::::
-
I've tried resolving by ensuring cookies are allowed for Solarwinds.com in Firefox with no luck... The page isn't redirecting properly Firefox has detected that the server is redirecting the request for this address in a way that will never complete. This problem can sometimes be caused by disabling or refusing to accept…
-
-
you should be able to edit the/a page view -> add a resource and look for "edit custom property value" or something similiar. It should then give you a list of properties you want to edit.