Comments
-
I would also love to see this feature added - I agree with lcsw2013, current functionality is not enough to say that "AIX is Supported'. Our AIX Admins said the same thing - data polled via snmpv3 is usless to them, it's all custom Perl scripts via SAM :/ .
-
Of course as soon as I post I find what I'm looking for I think the "Custom Table" under the Dashboard "Summary" View should do the trick for anyone else that is looking to do something similar. If there are better alternatives, please do let me know what you've cooked up!
-
Keep getting these errors and have been unable (so far) to have this pull back all teams in one query so far. "You are making too many requests! To avoid errors, we recommend you limit requests." Has anyone else hit this limit? If so, How are you getting around it?
-
Problem with that method ( correct me if I'm mistaken here ) Is that it requires the SDK to be installed on each Linux Box. Rather avoid that if at all possible. On Windows boxes i'm competent enough in powershell to leverage a script that executes remotely on the primary SolarWinds box so I only need the SDK installed on…
-
Thanks Dan. Yea I was afraid that would be the response I would get, talking with some of the engineers at the Chicago SWUG event this last week, seems to confirm it as well. You hit the nail on the head though. Plan was to script an un-manage node command to trigger when scheduled reboots fire for Linux Nodes, so would…
-
Big thanks to Toby.Burton for helping me narrow in on the problem. Don't know how I didn't catch it earlier... But my original formatting was in fact wrong. I've updated the original post with the correct formatting. (Tested and working!) If anyone has any tips or tricks on how to return ONLY the NODE ID and not the rest…
-
Thanks for the responses, After some digging it looks like I can use the "Bulk Action" utility to apply what I would refer to as "canned responses". As far as the multiple tab thing goes....that is a very disappointing response. It is driving me absolutely crazy trying to work from only 1 tab at a time. Might be a deal…
-
Thanks for the reply Toby! The format should be fine, but just to confirm I did run the command from the text file as you have suggested. curl -k -u SWnodemgt:<pass> -X POST -H "Content-Type: application/json" -d @"C:\TEMP\unmanage.txt"…
-
We just bought OpsGenie a few weeks ago - and there is definitely room for improvement with the SolarWinds Integration. Particularly since you can't just pass the alert text as you've already configured it ( IE - e-mail body )... INSTEAD, you get to pass your list of variables to OG and then re-assemble your alerts on the…
-
Did a google search and found the admin guide .... should of tried that first! http://www.solarwinds.com/documentation/WebHelpDesk/docs/WHDAdminGuide12-2-0.pdf Anyone have any insight into #2 / #3?
-
So I haven't found a way to address the out of the box performance counter monitors not giving statistics, but I was able to whip this PowerShell Component monitor together in the mean time. Hopefully it can help some others as well. Here is a working example that focuses on the MSMQ Perfmon counters in particular. Can…