Comments
-
If you want to be notified, you'll need to open a Support ticket. If I promise you a notification, I'm pretty sure I'll let you down no matter how good my intentions. The Support ticket plugs you into a whole system designed to provide just that kind of response.
-
Ivantsui, if you want to test whether your issue is actually fixed, you might consider signing up for the 3.0 Beta.
-
On Monday, I received a new switchportmapper.exe from Solarwinds that cleared up my problems. All IPs, MACs, and names are reported as expected. I would hope they make this an official download soon. Doug
-
I think I know what's going on here. You're doing an average of the availablility's but you're filtering out any of the availability values of 100 from that average. So you only end up averaging the values that were less than 100%. My SQL is a little rusty(and I don't have a working DB at the moment), but after discussion…
-
Concur. The report scheduler is barbaric, clumsy and unreliable. I have "heard" that a possible fix may be on the horizon in the upcoming rewrite of the report engine. We will see.
-
I'll look into whether we need to change the default rule - thanks for the troubleshooting!
-
Hi aLTeReGo Thanks for your reply ...
-
No problems browsing the MIB library
-
In the new web-based node management (due in 9.0), when you add a node from the web, there will be a named step to assign a custom poller during that process, so it should be easy to remember. You won't have to go to a separate GUI unless you do it from System Manager.
-
Hi ALL, Thanks Guys. Will get back to you the result
-
Hi Guys, Is it possible to get a documentation for how to configure freebpx to send logs to NMP?
-
In the top right hand corner of the resource, you will see an EDIT as a choice. If you select that, it will let you edit the resource.
-
how do i know whether that device is already unmanaged for that period or not There's no way of viewing this unless you write a custom report to show you things that are scheduled to be unmanaged. That's a SQL query of the nodes table.
-
Hi Glimbeek, Could you please confirm the stored procedure was created in your repository under your Ignite database? I was able to re-create the same error by executing the total script as shown in my first post in the master or my dev DB instance. The script is looking to run in the local Ignite DB instance since it's…
-
We haven't seen that on before. There are some Cisco devices that don't report CPU or Memory correctly. Those are usually problems with the MIBs on the device. You might consider opening a ticket with Cisco at the same time.
-
Anyone able to assist. When I use the search tool posted above the page refreshes but I don't see any results or an error either. Thanks
-
Hello- Have these variables been implemented? Thanks, Mike
-
I have done extensive testing and found the following: Return line and end of line characters are not even being parsed so they can be excluded. (whether at the beginning or end of your regex). Hex can be defined as [A-F0-9{8}], however if you try to match more than 2 variables with this regex, it will break (probably a…
-
Hang on, got it to ignore it. Forgot that there are special rules with config compares. Something about an ignored line above or below a non ignored line results in both lines being printed I created three rules: certificate quit \d* Now the change is not reported. Guess I eat crow! lol. Uh Oh, scratch that, \d* ignores…
-
Well hot dog, I found it! Right here in fact! Re: SWIS REST/JSON API
-
Unofficially then is it possible, or maybe with mysql? Nope. SQL Server is central to Orion. There is no hack that will allow mysql or oracle to work.
-
Please open a support ticket so we can see what's going on.
-
Yep. We'll consider creating an "unmanaged" state for v2.
-
select (disk.VALUE/memory.VALUE)*100 from ( select NAME,VALUE from v$sysstat where NAME like 'sorts (disk)' ) disk, (select NAME,VALUE from v$sysstat where NAME like 'sorts (memory)' ) memory That also overflows, and our DBA shows the value on the system to be: (DISK.VALUE/MEMORY.VALUE)*100 -----------------------------…
-
This is a quesiton about Engineer's Toolset, but you're posting in the Orion NPM forum. You'll probably get better advice by posting here: thwack.com/.../11.aspx how do i point the network monitor to the syslog server running on our functioning solarwinds server I'm not clear what you're asking.
-
so here the odd thing we figured out. if the local user, who is used to run the monitor, is logged in to the server, the monitor and so though the vbscript is running without any problems. the problem starts if this specific user log off from the server and no active session exist. It is a 2008 R2 Server if that helps…
-
We are doing something similar on our maps using custom properties. What I did was create a few CP's for the nodes (this can be done for the interfaces as well) and then using SQL jobs, calculate the bandwidth usage percentage and push this into the Nodes table. The CP can then be added to the link or node on the map.…
-
Some events, SNMP traps in particular, have additional information sent with them called variable bindings. These variables contain information relating to the trap. Having some sort of variable notation allows one to format and display these variable bindings as needed. For example, each binding could be referred to as…
-
I'll be sure this is on the roadmap.
-
You can do that now by Unmanaging the device from "now" until Time X. In 8.5, you'll be able to set it from Time X to Time Y.