Comments
-
off top of my head...if orion is sending requests to remote devices, and there is no translation, the source will go unchanged so the remote device would craft the reply using the 172.xxx address
-
yes, you can wait...at least on the newer (last 2 years maybe) versions.
-
I second that, great idea!
-
Hmmm, the problem with your query question is when you execute a SQL command in the Alert, you are only able to get one value back. This can be a bit of a pain. I've been blocked by this before, but just thought perhaps a view could work having it concatenate values into single cell (even format via HTML for alert)... If a…
-
This is going to be based on your environment and your preferences. as an example, I group mine based on a custom field derived from the device name: AA-ENT - atlanta admin - enterprise AA-XRT - atlanta admin - extranet AP-ENT - atlanta production - enterprise AP-XRT....etc... DP-ENT DP-XRT - secondary site.... This allows…
-
what are your specs...how many disks are you writing across, how many pollers do you have, what is your DB server - MS SQL 2k/5/8? is your DB server 64bit or 32? one thing that helped me when I was running 32bit was setting AWE in the DB Server memory properties. How much of the DB Server memory is being used by SQL? how…
-
I don't know about a second console, have to get with SW on that, but I know you can do some level of policy management through the integration tool or web site. I'm playing with editing rules via my NPM console now. check it out, might give the policy crew an avenue other than RDP.
-
hook me up!
-
you could try importing as jpg and when saving as jpg in visio, select higher resolution. keep in mind that will make the map size larger and increase time it takes to display map.
-
Ok, so Orion is generally NOT a REALTIME monitor but runs on polls and it will mark something down after 3 (i think, but it is configurable) missed polls. So if you are polling every 1 minutes, it could take between 2.01 and 2.59 minutes to show as down. [someone correct me if I'm wrong]. The way to get notifications more…
-
please post results of ticket for forum, thx! I'm not having issue, FYI, my db is 15G and that table is 64K w/ 33 records.
-
what does this query give you? any kind of error, or just empty set (no data)?
-
haven't seen that before outside of a tunnel interface (on one device). Did you go into NPM, right click on node -> list resources -- verify all interfaces you want monitored are checked here.
-
try the CONCAT(${City},'-DC') and get rid of the $ in the AS statement...
-
try right clicking on the module link and select open in new window or new tab.
-
Agreed. I will also post (and link this page) in feature request forum.
-
bump, anyone run into this?
-
see this KB article http://knowledgebase.solarwinds.com/kb/questions/5592/Error+setting+prompt+%28PS1%29
-
Please post back results. thx
-
hmmmmm....you will probably have trouble with that b/c there is no key to reference the interface in the trap with the interfaces table.... try and test thoroughly.... alert trigger condition: -Nodes- --<join Interfaces i WITH(NOLOCK) ON (.... AND nodes.node_alert_type='24/7' AND > <join traps t WITH(NOLOCK) ON ( ...)>…
-
I've created content share where I tie traps in with NPM Node to alert from main alerting engine and not use trap engine....where you could use custom sql in reset conditions to reset that alert. your sql query would tie in the trapvarbinds table and look for the reset phrase needed. PM me if you are interested and I'll…
-
if you are running NPM, you could try this report it will give you a list of interfaces not changed in the last 60 days that are in status up/down or down/down. you could easily add admin/down for last 60 days as well. edit - were you ex-military..hehe RTFM! I know that one well.
-
great question...this is something I'd like to do as well.
-
anyone? :)
-
Little confused as to exactly what you are trying to do, but to create an "Orion menu" link to a report, go into admin -> customize menu bars and create a new item. Tie that item to the report URL that might be what you did....but if you did a new menu item, that shouldn't have changed the original report menu item URL...
-
searched for "install add-on" and got some results -> this being one of them:
-
I -BELIEVE- if you edit users account and select none for all portions of module you don't want them to see, they should go away.
-
would it work for you to change them to ICMP only?
-
here is an example that is backwards but will give you the table correlations...List of Applications and the Nodes assigned to each
-
I migrated from local to SAN. worked fine for a while, then did a SP or some event and it dove...after much efforts, I enabled AWE in MS SQL Server for that server's properties and it made ALL the difference in the world. Hope that helps.