Comments
-
sreenathmp Do you have any further details? Are you still having any issues? Thank you, -Will
-
sreenathmp Without details, I'm afraid we would just all be guessing in the dark. Please let us know how your Orion environment is configured. (How many servers, physical, virtual, specs, OS versions, Orion product versions, special network/wan settings, etc.) Without those basic details, it's hard to give you any useful…
-
troyison Are you able to successfully run the batch file manually, completely bypassing the internal workings of your SolarWinds server? Also, if you don't mind, would you elaborate a bit on the purpose/functions of the batch file, please? Thank you, -Will
-
Let's not forget byrona, who continually tricks me into thinking this is the day I pass him up... Only to login the next day and find he has cashed in some more surplus points... I feel like the Thwack version of Charlie Brown, trying to kick that darn football. And rschroeder nipping at my heels... He should cross over…
-
Hey... wluther is ME!! WOOT WOOT!!! I"M RICH!!!! I WON!! Thanks for the heads up CourtesyIT!
-
trilobite rex Yes, please. I think local admin would be a better option for this. I would even vote for always local admin when running config wizard and/or modding system files.
-
jhouser Which SolarWinds modules are you using?
-
trilobite rex This mod appears to be working in my dev system, which is running: Orion Platform 2018.4 HF1, VNQM 4.5.1, SRM 6.7.1, IPAM 4.8.1, SAM 6.7.1, SCM 1.0.1, NCM 7.9, VMAN 8.3.1, Toolset 11.0.7, NetPath 1.1.4, LM 1.1.1, NPM 12.4, NTA 4.5.0, UDT 3.3.2, WPM 2.2.3
-
trilobite rex When looking through the various folders (on the same level as the "misc" folder), if you do not see "ascx/ascx.cs" files, then the system is still precompiling the files. And, just to verify, you are making the change in the link above, and then running the config wizard? (\Program Files…
-
trilobite rex As far as I know, disabling the precompiled option, running the config wizard for website, and copying the modded files back to iis folder, should be the only things needed to restore/use custom mods. Disable Precompiled Web Pages; Making Custom Mods Great Again! If you are editing the config wizard file,…
-
jeffreyc You can achieve this by using the system macro/variables in the report file name, seen in the screenshot of the example below. NCM > Jobs > Create/Edit "Config Change Report" > "Enter Notification Details". If you have multiple pollers, make sure to choose a path that exists on each poller. Then, try something…
-
For question 10, answer "B": I better not be out that day...
-
meow...?
-
Many years ago, my 12th grade science teacher sent me to the office because I called her out on one of her exams (in front of the entire class, which didn't help any...), for that same reason. I told her she could not put "All of the above" below "None of the above", as it would include "None of the above" if the answer…
-
Simple, straightforward, and to the point... I like it! Keep them coming. Thank you, -Will
-
msarkar Yes, actually there is. Check out this post, by dgsmith80, where he shows you how to do the bar chart version of this. How-To: Insert Google Charts within Custom HTML Let us know how it goes. Thank you, -Will
-
Another good example of where the IF/THEN part of an alert would be helpful.
-
k1gaudineer While I'm not sure if you can simply disable either of those options, I know the web link can be altered via the SDK/API or settings. As for both of them, there is a fairly simple way to just remove them completely from that resource/widget. Here is my before: And here is my After: The following file is what…
-
msarkar I think you can do a SWQL query on "Orion.NPM.CustomPollerStatistics", which should have historic data, I believe... Also, you might be able to use the node ID variable in your queries. WHERE NodeID=${NodeID} I'm not 100% it works from a query in a custom object/chart resource, but I know it works for basic query…
-
I have been using this since you first posted it, and it is SUPER helpful! Great job, and thank you very much for sharing this wonderful addition.
-
Mustafa Topaloglu agreed... I really love the basics... fundamentals are the key... this stuff should be standard issue since first version Gob great job!
-
Dang it, designerfx!! You beat me by mere seconds!
-
Welcome aboard to the new, and welcome back to the old!
-
gcunningham68 Are you still having this issue? SolarWinds recently released a fix (NCM 7.8 HF1) for a similar issue in NCM 7.8. Just in case it helps... Similar issues have been resolved in the latest NCM HotFix (NCM 7.8 HF1). Orion hotfix release notes - SolarWinds Worldwide, LLC. Help and Support A hotfix bundle for…
-
treiling I would recommend using the SDK to accomplish this, or at the very least, the Custom Property Editor. Create a new custom property (ex. NodeTempName), then use the SDK to build your new name and store it as that new property. Alternatively, if you don't wish to use the SDK, you can use the custom property…
-
here is our weak and worthless view... at least compared to some of these other views... we are below basic...
-
Email sent. Wow, my UX response bot is working great today!
-
cyberlynk I am uncertain if this will help you or not, however, perhaps it is worth taking a look at... Have you played with this page? /Orion/Charts/ChartSettings.aspx I am pretty sure all of the settings for all of the charts are stored in the database. Let me know if it works out for you, and you are able to accomplish…
-
sfreemire Try this SWQL query, and see if it looks like it will work for you. SELECT ncm.CoreNodeID --,CASE -- WHEN dtn.TemplateID IS NULL THEN 'AUTO' -- ELSE TOSTRING(dtn.TemplateID) END AS DeviceTemplate ,ncm.EngineID ,ncm.NodeCaption ,ncm.SystemOID FROM NCM.Nodes AS ncm LEFT JOIN Cli.DeviceTemplatesNodes AS dtn ON…
-
davidcmp SWQL Studio can be installed on your computer (as long as your computer can connect to your SolarWinds website). To log into SWQL Studio, you point the IP towards the same IP you would use to access your SolarWinds website. You would then use your SolarWinds username/password to login. Basically, you are just…