Comments
-
I think the docs are pretty straight forward on this topic and it is easy to edit these settings. Just ensure you consider the ramifications of your settings on your DB and balance that with requirements, detail of information needed for requirements, etc... if you have to have raw, "unrolled" up data for a year, your DB…
-
What about why we don't / Can't use it Let us add custom properties to view....I know...much easier said than done (diff object types, etc.)
-
I do not have "head end" nodes, but do have interfaces off them, and the remote "customer" devices. my remotes are working fine, the head end interfaces are showing not permitted. The interfaces are explicitly allowed in permissions, so I'd love to hear what support says.. Please post when they respond. Thanks
-
this is possible with 10.7 (at a minimum) where the custom properties can be set up to provide a drop down box thus eliminating spelling errors, etc..
-
Not sure if you've resolved or not but one quick way to "reset" website is: perform diag for system [and main NPM if not same box] to open case if desired shut down all services rename (.old) or delete \inetpub\solarwinds [(\inetpub\solarwinds.old) or something] run config wizard and select website it will now rebuild the…
-
Also, I do have port description checked when you drop down "search device tracker" v FYI
-
you need to post as an actual feature request for best results. At TOP of thwack, click on "feature request" section, it will drop down -> find UDT and submit there. This will allow everyone to VOTE on the feature requested and allows SW to easily see what the community wants the most.
-
I think what you are trying to do is create a map with those "objects" on it. you need to install network atlas (or it is installed on server). connect to server and log in using orion credentials. you will then have a blank map on the right and can drag objects you want on your page onto the map. look in the documentation…
-
we use custom properties for who gets emails..."AlertEmail". any primary recipients or Distro Lists go in this field. In the alert, the email field - TO: gets set to ${...CustomProperties.AlertEmail} i.e. if component alert and CP in App is set for unixteam@myco.com ${N=SwisEntity;M=Application.CustomProperties.AlertEmail}…
-
This may be an issue of security within the browser. Add your Orion site to the "trusted" Intranet sites in your security settings and give that a shot (to remove the request to add software).
-
edit the query on the report to include only the serial interfaces (for example). look for a common pattern among those interfaces. below is a sample that gives me list of my WAN interfaces that run >45% utilization. I use filter "InterfaceName LIKE 'Ser%.%' to get only frame connections. Hope that helps. SELECT…
-
admin is configured state -> no shut or shutdown on interface operational is the running state of the interface so, up/down means issue with port/host coming up
-
try doing a select top 1 <> you can only get one result (column/row). I've used trickery to get around that as well but would have to look that up.
-
ah yes, good times... try ${SQL: SELECT ISNULL(Name,'None') FROM Orion.dbo.APM_SqlBbJobAlertsData WHERE JobStatus NOT LIKE 'Up' AND NodeID = ${N=SwisEntity;M=Node.NodeID} ORDER BY LastRunDate Desc} "None" can be replaced with anything, even empty set ''
-
This is a great site for that type of info. I put a link on netops tab for this: Internet Health Report
-
Iunderstood Michal changed positions or left SW. mavturner might be able to help
-
woohoo!
-
I need this answer as well. Thanks
-
I have a convoluted solution to get static routes to populate my maps that could be tweaked to save routing tables depending on what specifically you are trying to do. email me directly if you want more info on it. basically, it uses some stored procedures in NCM and NPM DBs. I just run a script every night.
-
replace that line with: (Nodes.MachineType Like 'Cisco 3[7,8]45')
-
well, doggonnit! this already works. just use HTML in the title or subtitle and that works... <a href="">orion.ndchealth.int/.../NodeDetails.aspx
-
I started out in the beginning but kept my old DB copy and reverted back. I recently upgraded to 9.5 SP4 and it is working great. I too have spent a lot of time on my maps. none of them migrated over automatically, but there is a utility to run that will import them. (importmapbatch.exe under \solarwinds\orion\network…
-
try putting a label on that poller. That probably can't be null. If that doesn't work, I'd try to flip it and use node as base and join the other tables from there with query...
-
maybe a stepping stone... this report [logic] can show you how to add a count for the number of times the [poll interval] average is > your setting... so for this report as is, polling every 5 minutes, it gives the number of times that 5min avg was > 60%. you could also take that count *5 = # of minutes avg > your…
-
there is no way to remove this...each alert has to be "anchored" to an object [type] in Orion, i.e. node (in this case), volume, component check, etc... you can do joins in the below section to get info/criteria from other tables like custom property tables, etc... perhaps a little more info on what you are specifically…
-
shut down all pollers. solarwinds orion -> advanced features -> monitor polling engines far right icon with little two way arrow on top allows you to re-assign nodes to engines
-
I went around with this b/c my discovery jobs got deleted even though there were instances scheduled for the future (polling settings - Discovery profiles will be deleted from the database after configured days -> set this in thousands) I tested this pretty thoroughly and was not able to successfully copy or cookie cutter…
-
please provide query used...
-
I think you need to put inject a single quote before and after the variable. to escape this and inject use two single quotes...I think that will work. so try... ${SQL: SELECT REPLACE (''${N=Alerting;M=AlertDetailsUrl}'','onedomain.com','anotherdomain.com')}
-
haven't seen this yet, but have either of you opened a ticket? probably best bet. Please post results here. thanks much