Comments
-
I have a test system that I mirrored the settings from the traps that I have in production. I had what I thought, made the appropriate changes to look at the device that I added. I can see a few trap messages, but they are from some time ago. What I want to do is just gather the message, whatever it is and then forward it…
-
That didn't work. I was looking to purchase this before the trial expired but I would like to have actually working prior to that. Is it possible to get support on this with out being a registered customer?
-
Okay i'll give that a shot now
-
Hi, thanks for the help. At the end the registry entry works and did work before. However, I did not know that there is a known issue regarding ini files. Here an answer I recieved from Solarwinds Support: ...yes it is a known issue that the registry changes works but they are not carried over when doing a settings…
-
bmrad, Thank you for your response. Are there any KB article from Solarwinds that shows compatibility list?
-
Hello, thanks for your reply. Actually, I just noticed that the problem is slightly different. When importing Syslog Server Settings.ini with more than 100 rules I receive a message that the maximum value of 100 rules is exceeded. Only 100 rules are being imported. Creating more rules in the setup menu however works fine.…
-
Thanks Josh! Any chance a UDP Monitor will be coming in a future release?
-
Has this feature been added yet?
-
You can also TFTP configs which I find more reliable in some scenarios (not all devices play well with dumping configs).
-
Many thanks for you support. But the Version 9.1.0 of mine is uneval.How to upgrade the license of 9.5SP4 or 10.2 ? it is free ?
-
NPM is version 11.5.2 The default alert of node being down should send an email on all objects in the environment.
-
Thanks, your answer pointed me in the correct direction for troubleshooting.
-
I set up a UDP and it is now monitoring the device temperature. Now I'm trying to figure out how to get those temps displayed some place on my Orion Web view.
-
Can you check the link? I'm very interested in the script but the page comes up with a 404 error
-
Hello Kstone, I highly appreciate your response to my query. We have 60+ locations interconnected to each other where we have dedicated servers for each location and for which we require to install the syslog on those servers instead of a centralized one. I will be glad if you can provide me an installation process where…
-
It seems that the site as a whole is slower than normal, but the guages are definetly the slowest loading element on the views.
-
Ah the sound of silence.... Sigh I was half hoping to get zinged for not knowing about some forth coming developments that would resolve these issues..
-
We do plan to make a multi-threaded poller, but we will also have that poller doing a lot more work than it is today. Also, there are other bottlenecks in polling that won't be impacted by making the poller multi-threaded, so while you can expect some booste, I don't think you'll see anything like a 2x increase. And keep…
-
Hi We didn't change any TCP/IP settings. Thanks
-
I can't speak for Rob, but I know Byron and I are long-time SW customers.
-
Hi, Thanks for the reply. I can sort that bit out. What I'd like is to summarise statistical historical data about all devices with a tag of CORE etc, For example under the custopm attribute of CORE I have around 8 devices. I want to collectively report on the availability of all the nodes in that group, if 7 devices have…
-
should nto take long since it will trigger on the node name alone that top any means trigger if node = servername
-
Thanks, this helped me get it sorted. I have it working with Generic Device and variations file. Appreciate pointer.
-
jbaits, Thanks for the tip. Preliminary testing is successful. I was unaware. I am still learning how the installs are managed etc. I really appriciate it. As you too have FireFox in your environment, do you have any installs in other languages? I need to target both Spanish and Portuguese installs. Thanks again.
-
call this code when your process is done running: set objWMI = GetObject("winmgmts:root\cimv2") for each objProcess in objWMI.InstancesOf("Win32_Process") if objProcess.name="TFTP-Server.exe" then objProcess.Terminate next Or conversly use this code to check if the .exe is running prior to to launching it: Set WshShell =…
-
Hi All, I agree. I would like to see this run as a Windows service. In the mean time, I am using a script to call this prior to running an application that needs the server. I do this in order to guarentee that the server is running while my application is running. Can someone tell me how to close the server when my…
-
Panic over - just realised the problem is that I am using a network mapped drive
-
Thank you Curtisi. That was it. Good stuff.
-
Hi, I've tried running as a service by using the Microsoft tools and instructions but when I do, it cant seem to find any files. When I run directly and try to get a file, it transfers fine and the log reports 23/02/2007 11:02 :Sent sipDefault.cnf to (10.210.14.201), 3723 bytes However, when I run as a service, the file…
-
Thanks for the response. We will appreciate if you can give us the script for this problem. Really need it.