Comments
-
Could this be expanded to take into account the amount of Unmanaged time a node has? This would expose any machines that have been set to Unmanaged in order to manipulate availability statistics.
-
Wholeheartedly agree - having these two features together will get Solarwinds much closer to that weathermap interface.
-
I've been strugging with this, as there is not quite enough information existing in Solarwinds to make this a simple query. For example, if a node goes into, then subsequently out of, unmanaged state, it wipes out the Unmanaged data from the previous unmanaged event. The Events table shows when nodes go into and out of…
-
I've been thinking about this, but as a custom SQL alert function: For example, if I want to assign all Windows devices to our Server team, it would be something like this: Alert: where Vendor = Windows Alert Action: ${SQL: UPDATE Nodes SET Team = 'SERVER' WHERE NodeID = xyz } where Team is a custom property I created to…
-
Thanks for that Michal. Is there any documentation for this updated release? I have found the v1.1.1 documentation but cannot find any v2.0.0 documentation.
-
OK, got it working, but I'm not 100% sure why it worked. But here's what went on: 1. When I log on as a member of the Orion group, the report fails. But if I log in using my individual Orion account, it worked. Unfortunately I am having some problems opening the Solarwinds Admin group ("Object reference not set to an…
-
Thanks for the loopback criteria - I completely forgot about those! This morning I faced the "An unsecured or incorrectly secured fault was received from the other party" error as outlined (and resolved by) this article: http://thwack.solarwinds.com/thread/41896 I'm wondering if there could be some IIS or account setting…
-
If that's the case, maybe it's a setting on the database? Considering that is where the alert would be pulling the data from, that might be the place ....?
-
Here is the link for this feature request: http://thwack.solarwinds.com/ideas/1317 There is also a related request which would allow components of the web interface to be updated independently, rather than refreshing the entire page: http://thwack.solarwinds.com/ideas/1501 This would mean that the Network Atlas link colour…
-
Hi netlogix. I added that menu item, clicked on it, and after a few seconds it popped up a window advising it had been done. I went back to the browser and refreshed, but no luck. I tried a couple of different methods (closing and re-opening the browser, closing Report Writer, etc), but it just didn't want to play nice -…
-
OK after finding time to have a good shot at it, got this sorted! On the Trigger Condition, I used a Custom SQL Alert, based on the Node trigger query. The rest of the SQL is: join VIM_PollingTasks VMPT on VMPT.NodeID = Nodes.NodeID where VMPT.LastPollStatusMessage is not null If everything is going well, the…
-
Looking at the alerts I get for the same field, my formatting is: 20/06/2013 1:47:34 PM Note the DD/MM/YYYY formatting differs to your M/DD/YYYY formatting. I'm therefore tempted to say it is based on the system settings of your Solarwinds server where the Alerting engine is running from? Maybe try changing that to the…
-
Found it. Run an external program: C:\PageGateData\AsciiFileInput\sendpage32.exe recipient sender message The message can contain Solarwinds variables, so ${Caption} works.