Comments
-
Enjoy http://thwack.solarwinds.com/docs/DOC-107687
-
1.0.2 Tested on SW9.1SP1 Added Access feature. If you press on caption or ip address you can access into devices via telnet or ssh. If you do not have a Access table you must create it! (Custom Property Editor,Nodes,Add,Build a Custom Property from scratch, Add to Nodes, Name - Access, Type - text, length - 10) If ip…
-
smartd, I replied to you in personal message. http://thwack.com/user/conversations/default.aspx
-
This is very strange. Did you realy install sp2? This problem was resolved in sp2. Fixed chart was integrated into basic archive bundle.
-
Some reports. Who does not send syslog. Top syslog talkers.
-
If you UPGRADE this chart you must open Internet Information Services (IIS) Manager and restart DefaultAppPool
-
I think that the problem in custom filter for each resource or custom properties for resynched nodes. Run another queries. select caption,NodeType,Category from nodes where caption='vumc-fldrfldrm-1331591' or caption='vumc-swdbrowns-1332073' or caption='vumc-mwddekalb-1332103' or caption='vumc-vumc-sgcmichud-1332249' or…
-
i could use that as a report only, is the code on the second page still the recent version? There's not all queries. I packed latest queries into basic zip archive. If you want to use it you should create User Defined Function hhmm. It provide translate durations from mm format to hh:mm.
-
You can try it again :)
-
Second issue is an invalid column access. I have deleted the 2 enties in the Syslog_who.asp file and I no longer get the invalid column when click on the "who" section of the table. But I do get the error when attempting to search using the Search for Syslog. Anyone know whats up with that? Unfortunately, I forgot about…
-
It's strange. Ok, let's try to find a bug. How long the problem nodes changed status to down? In MS SQL Server Management studio execute the followings queries please, then post your results here. Do you have any limitations for the current account? Select Name,units,minimum,maximum,currentvalue,defaultvalue From…
-
I'll try to fix it
-
I placed corrected file. Filename must be syslog_parser-1.0.1_d.zip CRC32 of Syslog-NetPerfMon.charts must be 822DF7D4
-
Hi smartd. You can redownload it. New version is available:)
-
In which resource? Interface or Node?
-
Sometimes the resource will miss one of my down nodes. I think that other nodes had gone down not long ago. Less than 10 minutes. Try to reduce sensitivity. ================how hard would it be to put the still down items at the top of the listing Not so hard. I'll do that.
-
Very strange. I repacked it. Redownload it again.
-
Big Thanks!
-
Ready. Added "Still down" info.
-
Very strange... This is mine previous files. Redownload this file. Filename must be res_nid_14.08.08.zip
-
If you recieve any error with my chart you can (must) redownload it and replace the Syslog-NetPerfMon.charts file! Thanks casey.schmit fot the help. He resolved this bug.
-
Why my chart does not work? We're looking at this issue now. When we have some more information, I'll let you know.
-
Hi. It must be under "node gauges - real time node gauges for a npm" Try to change permissions for my files.
-
You can upload your files to the content sharing zone OK, uploaded to OpenOffice converted to doc format. ================= If You Recieve a "Syntax error converting from a character string to uniqueidentifier." message please use this query select Nodes.NodeCaption, ConfigArchive.ConfigTitle, ConfigArchive.downloadtime,…
-
Ryan, You do not need this way :) You can use a simple version of 'Advanced Alert' like this If you want to trigger your Alert when number of down tunnels more than 1 you can use the following queries Type of property to monitor: Nodes --Trigger SELECT Nodes.Caption as Name,nodes.nodeid as NetObjectID,count(*) as…
-
For the background I am taking an existing resource. I restore the sql query, modify query and then modify the original file resource. Restore sql query using dotnet decompiler. For example, try .NET Reflector I don't use Visual Studio. I'm using notepad++, Search & Replace tool and .NET decompiler. I'd like to change the…
-
I'll try to rewrite it on ASP.NET, but this will be slow. Unfortunately.
-
I'll try.
-
blank
-
You can reduce Transaction Log File. Just use the Simple Recovery model. Another way - reduse an unallocated space. USE NetPerfMon; GO --Before shrink EXEC sp_spaceused @updateusage = N'TRUE'; GO DBCC SHRINKDATABASE(N'NetPerfMon' ) --After shrink USE NetPerfMon; GO EXEC sp_spaceused @updateusage = N'TRUE'; You also can…