Comments
-
It seems there was a group policy on the logged into account which was preventing the command running. this has now been fixed. I have also upgraded to SAM 5.2 and this seems to work alot better now, not sure there is a file missing in SAM 5.0 but it works now. a couple of observations though: the command add-pssnapin…
-
Yes sorry the screenshot above is just the one alterego posted and I would add the property type to be an application. The issue is can you just exclude a certain application that runs on a server, and then do this multiple times?
-
I am running IE8, I will check out some other browsers to see if they resolve the issue. Thanks for your time.
-
Had a chat with a web developer and it looks like just displaying the warranty information table is a no go, the table doesn't have a unique ID and there are too many differing variables to display it properly.
-
Thanks very much, that has now solved the issue, appreciated. Phil
-
Logged as Case #329400. Will post any findings if fixed. Thanks
-
Cool mate will kindly ask one of our web developers to point me in the write direction see what he comes up with, will post it up here if I get anything. Regards
-
I think we are seeing the same thing, a proxy appliance has been down for a day now but it is only showing as a warning. We also have issues with List Resources as it is hit and miss whether the interfaces show up or not. We are on version 10.1.2. I am going to raise a support ticket also. cheers
-
Thanks for the reply aLTeReGo What if we just want to ignore one database on one database server, but still alert for all the other databases on that server, something like below: Is this possible? Would it involve custom SQL? Thanks again Phil
-
I have tried this template today (the new updated one). I have an error on each of the DAG Health components, the Status of Databases and Replication Service component work fine. Here is the script output: Testing on node '172.16.x.x' failed with 'Down' status ('Down' might be different if script exits with a different…
-
We have just upgraded to NPM 10.3.1 and SAM 5.2 along wil NCM 7.1, Storage 5.1.0 and UDT 2.5.1. Definately to do with the new fancy resources loading!!! No external sites or resources or Custom HTML for us. Seems like the fix in the thread above has fixed the issue I would suggest trying that first.
-
Err, sorry to butt in, but where is my delete button!!! :-) Support ticket????
-
thanks very much aLTeReGo looks like it is exactly what we need.
-
Hi aLTeReGo Yes as a test i decided to monitor a log (text) file on the Orion server, only because it already had the WinRM setup on it, thinking this is maybe a bad idea....??? Going to test on a new server now see what happens, will let you know. Thanks for reply Phil Tested on a Windows 2003 Server with fresh install of…
-
Will upgrade to 4.0.2 today. Yes our Windows Server template will contain about that many monitors, is it too much to expect APM to poll hundreds of monitors is there a limit?
-
OK thanks for that will give that a try and see what happens
-
I also have just upgraded to 4.2 and have found that I cannot delete whole templates that I do not need. There is no delete button on the toolbar it looks like it is not drwaing the page correctly, have done what you said above but looks like I need to log a support call very odd.
-
Yes I am having the same issue but in IE8. For us it seems to be with the new style resource charts such as Top CPUs by Percent Load and Network Latency & Packet Loss. There is also a thread below about it containing some fixes which i might try. Our node details pages are unworkable at the moment.…
-
Seems like there was a Job timeout detected, this seems to have fixed it now. Can you do the following: To replace one or both job engine databases: 1. Log on to your Orion server using an account with administrative rights. 2. Click Start > All Programs > SolarWinds Orion > Advanced Features > Orion Service Manager. 3.…
-
We also see this happening with our VM Host templates. We are on the latest version of everything and confident that we dont have any network bottlenecks.
-
This is a fantastic idea and we would love to display this information in our Server Node details pages. We understand how to pass the server serial number into the web URL but how have you been able to only display the warranty box information and not the rest of the website? I am not a web developer by any means but have…
-
If you create generic custom html device notes content and then pass in the node variable such as IP address or a custom node property then whenever you go to the node details view it will show that information for that node. For instance if you just type in ${IPAddress} in the custom html box it will return the IP Address…
-
It is possible by using the Custom HTML resource. You would click on the CPU gauge of a node for instance and copy the HTML code of the guage from the web page source code. You could then add another gauge below the one before, or format the box using HTML table tags etc. It is quite a bit of messing around but it might be…