Comments
-
We can't do this in 1.0, but we will be able to do it with a script in 2.0.
-
Does anyone have any ideas on this? My head is starting to get sore (from banging it against the wall). Thanks Brian
-
It is not currently possible to logon via SSH. Custom pollers can only be used to make an SNMP query to a device.
-
Yes I did! No luck so far though..
-
if a delete and add doesnt change it to the new device type add the switch on a vlan IP and once it is in then change it to the real address
-
I think you're looking for the VMStatistics_Detail, VMStatistics_Hourly, and VMStatistics_Daily tables.
-
Yes, you need to run your database on a separate server. NPM and NTA combined will hit the DB pretty hard, and if the server and the DB are all sharing the same CPU, memory, and disk I/O, you'll get poor performance. My other recommendation is to use SQL 2005 instead of SQL 2000. With the next release of NPM, we will…
-
i have found that either windows or solarwinds likes to lock files and processes that cause upgrades to fail often. so to counter that when you go to upgrade follow the steps below: back up database stop all solarwinds processes then set them disabled restart the server uninstall the current version restart the server set…
-
One way to do it would be to assign custom properties to devices. You can then use those custom properties to modify alerts.
-
did we get a solution for this guys? can you post the solution from tech support?
-
In NPM, we're limited by what's available in SNMP. What we do is add up the memory used by all of the active processes and divide by the amount of physical memory. One option we're considering is just truncating that number at 100%, which would show use of physical memory. If you're getting over 100% for your domino…
-
Can you post a screenshot?
-
could be a counter rollover for the uptime on the device check the documentation on your device and see if it has anything documented on how it rolls over a counter and when if its there
-
I heard a lot of wailing and gnashing of teeth from Apple fan bois...
-
g) We need Solarwinds Capacity Planning Feature on Devices, Traffic and Locations…etc… with Reporting features? plz
-
Hey great! Thanks Don!
-
Great, I'm really looking forward to trying this!
-
Thanks for your help Don! Hmm...I see it does get a little complicated. Will the ability to copy alerts and alert actions be simplified in the new 8.0 alert engine?
-
A list of active processes and their stats are listed in the Host Resources MIB.
-
Don, In regards to Alerts, can Database Manager be used to duplicate alerts from one engine to another engine? We originally had one engine and then added another. For some reason the default alerts were not installed for the new engine so to sync the new engine, we had to duplicate each default and custom alert one at a…
-
Through the process of using -Verbose outputs on the failing commands i was able to make this work by using another solarwinds variable my modified code line that works is: $connection = Connect-NaController $filername -credential ${Credential}
-
I've kinda managed to solve the issue by chance. A few days ago, I changed the rules that detects bandwidth utilizations to check at a frequency of 1 hour rather than the default 1 minute and IE has not crashed since. I do not understand why this is the case though but it is a good improvisation for the time being.
-
OK, did it, finally found a post that gave the intruction. after perfmring an uninstall of Netflow module, and running the config wizard... 1. delete netflow from inetpub/orion 2. delete netflow from website in IIS 3. Delete the netflow service using "sc" 4. delete every table prefixed wit NetFlow in the database cheers dan
-
I found a "volume status description" field for volumes. I'm testing it to see if volumes with stale data show up a status other than "up" . The other status's are down, unreachable, and unknown.
-
Hi Matt, I have just done this for some Sharp multifunction printers we've got. I found that the Sharp MIB for my devices stores the labels in a separate OID. All I did then was to make a UDP for the values as you have already done, make a second UDP for the OID where the field names are stored and put a "Tabular UDP" on…
-
We haven't implemented that feature yet.
-
use the dynamic query but just break it out a bit more 10.16.0.0/16 10.16.1.0/16 10.16.2.0/16 10.16.3.0/16 should still be able to get all these in a single dynamic query its not as classy as using a supernet but it gets you there
-
When keeping historical data, we add the row to the CustomPollerStatistics_Detail table and update the CustomPollerStatus. It's two operations. If you want the values to be rolled up in hourly/daily, then you need to update the CustomPollerStatistics_detail table.
-
Bericks999, If you paste that OID, you don't need to touch the settings under "Show Advanced Options". If it's in our MIB database and the name and description auto-populate, my advice is to not even look at that option. That's why we hid it by default. You really only need that when you have an OID that's not in our…
-
The best way to do this is to use the Host Seed File. www.solarwinds.com/.../wwhelp.htm