Comments
-
jokerfest While I am not sure if there is an actual setting you can adjust within the system (and I don't think there is), it appears there is a hardcoded value in the "CustomChart.aspx.cs" file. You can change that value to whatever you want, and you should be able to see the results as soon as you save and refresh. You…
-
CourtesyIT What's the word on this?
-
CourtesyIT Sounds like a good idea. I'll have to check to see what our schedule looks like, but I'm thinking it should work out.
-
Radioteacher Geez... You would think you would take better care of yourself... At least he made a full recovery.
-
jokamo You should be able to build various rules, which could be included within various policies, which could be included in various reports. So, yes, you can build a single report that contains various different policies and rules. Thank you, -Will
-
meech While it does not specifically pertain to the date/time options of charts and graphs, please know that I will happily donate all of my Thwack points, and 3 people from my office, for the following things to happen... I think c.gura's layout should be, without a doubt, native to the Orion platform. We need a way to…
-
WOOT WOOT!!! Chart Time!!!!!!!!!!!!!!!
-
robert.scarborough Also, you might get more traction on this question if you post/move it into the "NCM" section. Additionally, in case you have not yet visited, the success center has some great documentation. Network Configuration Manager (NCM) - SolarWinds Worldwide, LLC. Help and Support
-
robert.scarborough If you already have the nodes monitored in NPM, but not yet in NCM, then you can add them in bulk, via the Manage Nodes page. Manage Nodes, then select the nodes you want to have licensed by NCM. Once selected, click the drop down box for "More Actions", then click "Add Nodes To NCM". That should…
-
dennis.shiburi@alteram.co.za If you are an Admin, you should be able to go into the settings, and add "external website". You can then just add the page you want to see on your menu bar.
-
josh.haberman I just setup my NCM to archive configs offsite, and then I can travel as far back in time as I need to go, looking through the configs of devices past...
-
npereira1 you can go to the "Manage Nodes" section, select all of the interfaces you want removed, and then click the delete button. Thank you, -Will
-
nato For me, it's more about what I need the alerts to do, than it is about which alerts I use. I mean, I could use them all, but if they are not doing something for me, then they are likely just causing more noise than they are worth. For example, I have been on, what seems like, a never ending journey to find a better…
-
blitzsonik Other than the zero downtime part, I rebuilt our environment at the start of 2018. We made the transition away from Server 2012, and built out all new Server 2016 servers. (All VMs, of course) Prior to rebuilding everything, I found some very helpful blog posts from KMSigma, showcasing how he automated/built…
-
rhrohde I built another test alert, and it does reset/clear for me. Here is what I did. First, I created a some test properties to reflect your example. To allow for better visibility during the test, I set the property of the "Customer ID" field, to "ABC", the same as your example. Next, I setup the trigger condition to…
-
rhrohde No, these cascading drop downs are not currently possible with the native SolarWinds setup. There are, however, a few feature requests for this functionality, and I will see about posting links to them here if I have some time later. Having said that, I am sure you could put something together using alerts. (I…
-
Radioteacher Very Cool!
-
tomiannelli While I'm not 100% on this, I am pretty sure aLTeReGo, and his team, are aware of this issue.
-
mikenai Can you please provide an example of some of the details you are looking to see in the results? There are many things you can do with SWQL or SQL queries. If you can provide some more details, we might be able to figure something out for you. Thank you, -Will
-
mniushan I would vote yes, as you never know where your next great idea/project will be found.
-
sturk22 For this, you will likely benefit most from using the Orion SDK/API. GitHub - solarwinds/OrionSDK: SDK for the SolarWinds Orion platform, including tools, documentation, and samples in Powe… There are many possible ways to accomplish your goal. In regards to using the alerting functionality, that can definitely do…
-
murphym Are you just looking for a simple Node "A": 10 Interfaces; 13 Volumes list? If so, this SWQL query should give you those results. SELECT n.Caption ,ISNULL(v.TotalVolumes,0) AS TotalVolumes ,ISNULL(i.TotalInterfaces,0) AS TotalInterfaces FROM Orion.Nodes AS n LEFT OUTER JOIN (SELECT Volumes.Node.NodeID,COUNT(*) AS…
-
rschroeder I had done something similar a while back too, only mine was probably far less formal than what you need. These are from the land before time, but they sounded similar to what you were asking for... at least they sound similar to each other in my head. NCM PolicyCacheResults Individual Totals Re: Compliance…
-
biking_viking Do you NEED to see the status for every single node in the group, or do you just need to know the status of the group? In other words, if you have 10 nodes in the "myTest" group, and they are all up, do you need to see 10 results that all say up? Or, if you have 10 nodes in the "myTest" group, and there are…
-
Jay Garcia I believe you can accomplish this by choosing "advanced" on the first tab of the job. There, you should be able to setup your job schedule, similar to running a cron job in linux. So, if you want to run this job every 30 minutes of every hour of every day of every week of every month, then you would set it up…
-
rgward I am far from the powers of SQL, and there may quite possibly be a better way to get there, but this should get you started... Orion Platform 2015.1.0, SAM 6.2.0, QoE 2.0, NCM 7.3.2, NPM 11.5, IVIM 2.0.0 SELECT TOP 1500 nd.[NodeID] ,[IP_Address] ,[Caption] FROM [SWNPMDB].[dbo].[NodesData] nd JOIN…
-
sja You can definitely create your own, and have the system work for you. For example, I have been able to get NCM to actually backup my .bash* files on my Linux servers. I just have it cat a file, and it dumps it right into the new config type to be downloaded. I have also added a few lines to a couple of other device…
-
martian monster I upgraded my system approximately 1 hour before your post, and it hasn't crashed... yet.
-
bglasgow Is your nav bar gone if you change the link to point to another site? I have seen issues where the code in my custom HTML resource/widget alters the way the whole page functions. Also, I'm not sure if it's just a typo on the post here, but where is your closing bracket, directly before the </iframe>? If the…
-
clownbootz There are various ways to accomplish this, depending on how you have your alerts built out. As bobmarley said, you could filter by a custom property within the alert, building out various similar alerts for different groups. If your alerts trigger upon a threshold breach, then you could change the threshold(s)…