Comments
-
your going to have to re-do that customization every time a new Orion release comes out... I'm created a new resourse with different name, description and the same contents.
-
I'll try. But this will be very slow. :(
-
You must add a new resource. Admin/Manage Views/(select node detail page)/click "+"/Node Gauges - Real-time Gauges for Node Properties/Triple Custom Poller - Radial Gauge
-
Added-custom columns Fixed -interface.Fullname
-
Please add me too!
-
This is an awesome addition, great work! Thanks :) I saw in one of your screen shots you had some options for how long each node/interface was down and summaries for each. I am not seeing those 4 options for some reason, everything else is working great though. Any idea what I missed? It's a separate resource, I'll post…
-
Advanced syslog parser v.1.01 Small bugfix, added custom period for each resource, added SyslogMessagesRate chart.
-
Hi All. What would be the format of periodbegin= & periodend=??? Date format is dmy . If you want to use a custom period you should set @period to nothing. For example. set @period='' set @periodbegin='20-02-2009' set @periodend='01-03-2009' charpham , you can use any columns from Nodes table for your filter. Including…
-
Hi MarieB. Thank you for your answer. I want to create a Summary Report from this topic This report provides data on the outages duration for each node in selected time period. This is a full version of my script. It work perfectly in MS SQL Management Studio.---!!!!!!!!!!!!!!!!!!!!!!!!!!set dateformat…
-
Hi. Open the .ascx.cs documents. Find the >@Sensitivity filds Replace with <@Sensitivity It may be with space, like this > @Sensitivity I can't create filter for business hours right now, too many modification need.
-
Hi. Try 10, not <10
-
Hi. It's easy. Just press Edit Button on the header of this resource.
-
This report will show the Nodes that Outage Duration more than Sensitivity. If you want to use this queries for a Reports you should create User Defined Function hhmm first. It provide translate durations from mm format to hh:mm. Just run query called !!You should create this function first.sql from SQL folder.
-
This report based on events from devices. Yes, you should monitor the devices to receive the up/down events from it. You can to configure the Report Scheduler to send a report via email.
-
Hi. If you want to sort by eventtime you must use "How Long Each ***was down". NOT Summary. In Summary It does not make sense. Example How Long Each Node was downrouterA 10.02.2009 11:10 10minrouterA 10.02.2009 12:10 20minrouterA 10.02.2009 13:10 13minrouterB 10.02.2009 13:15 17minrouterB 10.02.2009 14:15 03min How Long…
-
I can! I can! I can do this if I insert the following SQL queries directly into AlertDefinitions table. Triggerquery select Nodes.NodeID AS NetObjectID, Nodes.Caption AS Name,count(*) as total from events inner join nodes on (networknode=nodeid) where eventtime >dateadd(hour,-2,getdate()) and eventtype=1 group by…
-
my page I get errors: SQL Open Error: Invalid column name 'access'. Just create empty Access table. Run Custom Property Editor. Then press Nodes,Add,Build a Custom Property from scratch, Add to Nodes, Name - Access, Type - text, length - 10 You can fill it later. SSH and Telnet url is very nice and useful feature!
-
* I dont know. But I think, that it does not matter. There a relative paths. * C:\Inetpub\SolarWinds\Orion\NetPerfMon\Resources\Summary :)
-
I go to edit,.. add,... but I see nothing new? Yes,yes Click Preview and copy URL to clipboard. Then admin Customize Menu Bars select your bar, e.g. "Admin Menu Bar" and click Edit Click "+" (Add Menu Item) Add Custom menu item Add Name, Description and stored URL URL must be without address and port e.g.…
-
They asked me if something similar is possible available with Traps (The parser). I will think about it.
-
Hi. Have You Header in syslog_search_action.asp (Syslog search results for "traceback" pattern.) Try to run it directly with your message pattern. Have You syslog messages with this pattern in selected period? my_solarwinds_server/.../syslog_search_action.asp Have You error 404 (The page cannot be found)? >Try to view…
-
Search Syslog Resource for OrionNPM v7.x
-
Looks good from the screen shot but I'm not sure where to place the files or where to put the block of code that you mention in the TXT I don't have an Orion foler off the Solarwinds Inetpub folder, do I have to creat the folder and legacy file? NO! You must find Your Oion website folder! By default c:\inetpub\solarwinds.…
-
Available for download.
-
Yes. But 'press Shift' is not answer for my question. Unfortunately. The right answer is here. 1. Find C:\Inetpub\SolarWinds\Orion\NetPerfMon\Resources\Misc\SearchNodes.ascx 2. Find this code. <asp:ImageButton runat="server" ID="btnSearch" ImageUrl="/Orion/images/Button.Search.gif" OnClick="SearchClick" /> 3. Add a little…
-
Only show Alert called "Alert me when an interface goes down" AlertDefinitions.AlertName='Alert me when an interface goes down' Only show Alert from specific object type (AlertDefinitions.ObjectType='Node' or AlertDefinitions.ObjectType='Volume') Only show Alert from specific node nodes.caption ='vvv' Only show Alert with…
-
What kind of filter do you use?
-
The Poller poll devices every 10 min. When you test your devices the result does not write into database. Try to run report in 10 min after creation. Right?
-
See
-
HI. This resource does not have version 10.4.2 I am on vacation now. After vacation I will add Edit/List Resources e.t.c. It is interesting and not so hard.