Comments
-
You may want to check for database fragmentation. I have seen where this causes issues with the reports loading. Chrystal Taylor http://www.loop1systems.com
-
To get a graph of your report, you will need to export to Excel and create the graph there. What do you mean by summary? Are you trying to get an average over x amount of time?
-
I can tell you that you will need to export your report to excel to get the graphs. ReportWriter does not do graphs. Most likely, you will also need to create a custom property to distinguish the sites. Hope this helps.
-
In the nDepth tool, I would navigate to the Search Builder (the last selection on the bottom) to make it easier to build. Then you can try with: Events>Failed Authentication>Destination Account OR Events>UserAuthTicketFailure>Destination Account OR Events>UserAuthTicket>Destination Account See if that gets you the…
-
Have you tried doing a discovery on that node?
-
You can use the Transform Results function in the UnDP. It is on the toolbar, furthest to the right. You could, say, take your original poller * 1000, and that would give you 697 per your example shown. Hope this helps.
-
You might be able to do this by exporting the report to Excel, but that's the only way I can think of doing this. As far as I know, there is not currently a way to do this withing report writer or within the web interface. Hope this helped.
-
Use the Advanced Alerts. Solarwinds>Alerting,Reporting, and Mapping>Advanced Alerts. It should be fairly simple to create this alert, or change the one already running. What version of NPM are you on? Thanks, Chrystal Taylor www.loop1systems.com
-
Have you tried re-running the config wizard for the website? If they are on the same machine, it should automatically integrate.
-
Cheryl, We here at Loop1 Systems do offer training. We offer a public training class in Austin, on-site training, and even remote training through Go-To-Meeting. All of our engineers are SCP certified. To be fair, I also know that two other companies offer training in the U.S., Sigma Solutions and Corona Technical…
-
There is a feature request here: http://thwack.solarwinds.com/ideas/1363 for this, as it is currently not possible. Thanks, Chrystal Taylor http://www.loop1systems.com
-
Is there a reason that you are using basic alerts instead of advanced alerts? Also, what are the trigger and reset conditions? Chrystal Taylor http://www.loop1systems.com
-
You could delete them from the database. It would be a pain though. You would need to get a list of nodes first from the nodes table, and from that get a list of nodeids to filter the interfaces table. Then once you are SURE that those are the right ones to delete, Delete them from the database. Make sure to do a select…
-
Have you opened a support ticket on this? If not, then I would. The alerts should be ignoring the unmanaged nodes. Please post back with your results from support. Thanks, Chrystal Taylor http://www.loop1systems.com
-
Have you set up a UnDP to pull in this data?
-
Dan, You can change multiple interface bandwidths at once. In your web console, go to the manage nodes page. There is a drop-down menu at the top that will allow you to change nodes to interfaces. After you select interfaces, you can change the grouping to allow you to see only the ones for Cisco. Check the boxes of the…
-
I would recommend opening a ticket with SW.
-
Well I am not sure why that would not work for you. This is a report we have for volume space available. Type of report is Current Status of Node, Volume, etc. In the website, it looks like this: When you click on the volume, it takes you to volume details. So, if that does not work for you then I would suggest opening a…
-
If you include NodeID, InterfaceID, etc, you can choose to hide those fields and it will create the hyperlink for you. So, next time you open the report up in the web console you will be able to click said node, interface, etc to take you to the relevant details page. Hope this helps. Thanks, Chrystal Taylor…
-
I have never seen that error. I would suggest opening a support ticket, and supplying diagnostics.
-
The easiest way is to go to Settings>License Details in your website. It should show the version of all of the software there. I took a screenshot from an eval server I have spun up: Or you can go into Settings>Product Updates and see if anything is there. Currently mine is showing for NPM 10.4.1 as available. If there is…
-
alankool, In the post that you included, those are built in. Once you select volume from the drop-down menu, you should be able to add a simple condition. If you click on the first star, you will have a drop-down menu and they should all be available in there. Hope this was helpful.
-
Sure you can. When you create a new custom property, you can edit the text length. Just type 90 in the box that says 50 right now. Standard is 50, but you can change it to what you need.
-
This could be done via a SQL query. The last know values are in the nodes table under UnmanagedFrom and UnmanagedUntil, I believe, in Date Time format. So, you could easily pull that data into a custom SQL report with a select query. Or if you don't want a report, you could just go query the database. Thanks, Chrystal…
-
You can make an inventory report showing all interfaces by interfaceid, interfacename, or interfacecaption and restrict it to vendor equal to cisco. That would get you all of the Cisco interfaces but not the port information.
-
This is a duplicate thread. This was answered in this thread:Looking for list of default reports in SEM reports
-
So, because it forces you to select a predetermined SQL statement (as you stated) you have to join it in as a subquery. You would have to do something like the below. It would be better for your SQL query if you have something to join on. So, if you can join it on ComponentID or something like the second example: Example…
-
If you add node name and node id to the fields of your report, does that get you what you are looking for? Edit: I am sorry, I misunderstood. If I understand correctly now, you are looking to have a total at the bottom of the report while still showing the individual values. I do not think this is possible outside of the…
-
Set up 2 dependencies. 1) Building Switch B as Parent with all of the Edge Switches following it as child objects. 2) Building Switch A as Parent with Building Switch B and ALL Edge Switches following A and B as child objects. This should have the desired effect for you. Hope this helps. :)
-
It looks like it can be done if you use the alert suppression tab in basic alerts manager when configuring the alert. You can suppress the alert for node b if node a is up... but that doesn't give you as much functionality as the advanced alert manager and would be a pain to configure for all the dependent devices. Is…