Comments
-
Ready v.1.01
-
Hi. I want to add some links into "All Nodes - Tree (AJAX)" I want to add IP address, NodeID and Access. I can get IP address and NodeID, but I can't get Access values :( I'm using this strings in NodeTree.cs writer.WriteEncodedText(node.IPAddress.ToString()); writer.WriteEncodedText(node.NodeID.ToString()); When I'm using…
-
Try to view C:\Inetpub\SolarWinds\OrionWeb.log Have You any error with this file? Access error? Try to change a permission for this file... It's strange... Have someone a similar troubles?
-
Another way to view config from Cirrus. Idea. 1. Copy config from Cirrus database to Orion database. 2. Extract/view config from Orion database via Report writer(or any other SQL query). OpenOffice document, MSofiice document and 3 asp files inside.
-
How to add a resources. Copy my files into c:\inetpub folder. Save the directory structure. Agree with the replacement. #1 Click Admin #2 Manage Views #2a Add new summary page or #1 Open your Summary page #2 Click on "Customize Page" (Top Right) #3 Click "+" to add a Resourses #4 Click "+" on "Summary Reports - Various…
-
Unfortunately no. A Summary is calculated in the asp script. I don't know how can do this in SQL.
-
News. Added "Hide UpTime" parameter, added filtered popup on each "Summary" message. but I am clueless as to what to put in the "Do you like SQL?" to create the filters. Hi. You can use a filter for Nodes and Events tables. Example. caption='My_router' or caption like '%PIX%' and vendor='cisco' message like '%serial%'
-
Good idea. I'll think about it
-
I cannot verify it right now. I have a day off. But you can try to fix it. Just find old value and replace it with new. Open 25-AdvSyslogParser.Resource in any text editor Find and replace the following (top - old, bottom - new) then Response.Write SSQQLL.GetProperty("Caption") then Response.Write…
-
You can find 01-AllNodes.Resource or 01-GroupedNodes.Resource then add little code. Example for 01-GroupedNodes.Resource Before <td class="Property" width="100%"><a <%=SQLResource.GetProperty("NodeParamString")%> href="")%>"><%=SQLResource.GetProperty("Caption")%></a>">thwack.solarwinds.com/.../View.asp </td> After <td…
-
This file is VERY fragmented! Fragments File Size Most fragmented files 1,056 6 MB \SolarWinds_Logging\isapi_log_config.log I daily compress and delete this file. I create 3 batch file and execute it daily, weekly and monthly using "Scheduled Tasks" Compress_log_daily.cmd C:\Progra~1\WinRAR\rar.exe a -ag-YYYY-MM-DD -m5 -df…
-
This is very strange. Try to change the Time period to month and type of query to "syslog only". Just click on Edit button.
-
May Orion v9 sp1 use it? Yes, but without a chart.
-
You can find it where you add a resources. Admin--Customize views--select your Syslog parser page--Edit--click + (add new resources) , click+ on Network Wide Summary Charts, in expanded list select Custom Network Wide Chart, Add, preview, in Custom Network Wide Chart click Edit Resourse button. In expanded list select…
-
You can find it where you add a resources. Admin--Customize views--select your Syslog parser page--Edit--click + (add new resources) Add Custom Network Wide chart
-
Yes, thats right.
-
updated. Now it's a stable version. Added summary info, stilldown info, additional info for Summary resources, small bugfixed
-
Hello Unfortunatly, I am not familiar with coding asp.net too :( Try to use this resource. Can someone rewrite it to asp.net ?
-
Hi. It not provided in this resource. But you can do it in my SQL queries on previous page. I have corrected it and you can use a custom period. Good luck
-
http://thwack.com/photos/customized_maps/picture41385.aspxTry this #1 Click Admin #2 Manage Views #3 Add new summary page #4 Click "+" to add a Resourses #5 Add my resourses #6 Click Preview #7 On Preview page add custom parameters(You must click Edit button) to each resourse…
-
How to fix it. Open in any text editor this file C:\Inetpub\SolarWinds\Orion\NetPerfMon\Resources\Syslog\SyslogSummary.ascx Find <%#Eval("Data")%> Replace with <%#(String.IsNullOrEmpty(Eval("Data").ToString()))?"no message type":Eval("Data")%>
-
It's easy. --============================create temp table========================== IF OBJECT_ID(N'tempdb..#t_out', N'U') IS NOT NULL DROP TABLE #t_out create table #t_out (Caption Varchar(255),Site_Location Varchar(255),Device_Type Varchar(255), OutageDurationInMinutes int)…
-
Thanks a lot! It's working!
-
Hi. At one's own risk. I made thus. 1# Add new Alert 2# Fill General Tab (For example. Name of Alert will be "Node went down") 3# Trigger Condition Tab: Type of Property to Monitor:Node Don't edit design query! Setup your delay. 4# Reset Condition Tab: Reset this alert when the following conditions are met Don't edit…
-
do you think you would be able to update a custom property against a node Ready to use.
-
It's not a difficult. I'll do that.
-
Execute this query via ReportWriter select syslogseverity, count(*) from syslog where (SysLog.DateTime >dateadd(month,-1,getdate())) group by syslogseverity order by syslogseverity desc Any results?
-
Do i have to restart the Solarwinds Website after making these chances to see the outcome.. and it would all be visible under the syslog tab right.. No. No. :) You do not need to restart Website, You just add a new resourses. See page 112 on OrionAdministratorGuide.pdf. Point 5. If you want to add a resource, repeat the…
-
[quote user="Malvado"]SQL Open Error: Invalid column name 'access'. How to fix it. 1. Open syslog_who.asp in any text editor. 2. Find and delete ",nodes.access" in two places. Before SysLog.IP, Nodes.Caption, Nodes.NodeID,nodes.access, SysLog.MessageType, After SysLog.IP, Nodes.Caption, Nodes.NodeID,…
-
I think it might help if you specify which version(s) this works with. I don't think the Orion folder appeared until lately (8.5 I think?). These resources work for me running Orion 8.5.1. Yes, of course. If SolarwindsNPM version 7.x please ignore readme.txt P.S. I wrote search_syslog resource for version 7.x. It will be…