Comments
-
Hopefully this is the same John Haas I'm thinking of in STL, if you want I can email you a sql based report I use to audit all the custom properties. Shows any cp being used in alerts, reports, dashboard resources, and account/view limitations. The only gotcha is that you can possibly get false positives for any custom…
-
Just to be clear, summary pages almost never resolve useful variables, do you mean group details page? The best way I have found for figuring out which variables will resolve is just to go to the database table for whatever object I'm editing the details page of. For example on groups I typically have to use ${id} or…
-
You may end up having to spend some time playing with it but the newest versions of swql have substring and replace functions, perhaps you can rig something up like (replace(i.ipaddress,'%.',''))+0 to drop everything but the last octet and then convert it to an int. I'm not entirely sure the replace function works with…
-
Orion has a feature called dependencies, you make those 4 objects in their group a child of the switch, orion automatically marks them as status = unreachable whenever the switch goes down and will stop trying to poll them. Just make sure your "node down" type alerts don't alert on unreachable status and you are set.…
-
Correct that there is no built in function for individual thresholds on UNDP objects, but you could accomplish what you need with a node custom property, just create something like 'TempThreshold' and set your alert logic to trigger when custom poller with uniquename like 'yourtempundp' and statistic >= Tempthreshold
-
Since the new version came out I have been editing the engineid of the subnets within SQL with success.
-
There is nothing natively to tie NPM to KACE, and I've not seen anyone build one, but i've integrated orion with dozens of other tools. Ideally you would piece something together passing data back and forth between the KACE api and Orion. As far as what information and functionality you get it depends entirely on what KACE…
-
I'd have to test some things in a lab to find the right syntax but whenever my filters are having a hard time with special characters I end up using the regex option at the bottom.
-
You were right in the first place, that is the total bytes transferred across all monitored interfaces that your Solarwinds knows about. -Marc Netterfield Loop1 Systems: SolarWinds Training and Professional Services * LinkedIN: Loop1 Systems * Facebook: Loop1 Systems * Twitter: @Loop1Systems
-
This is how I would do this. First create a custom property for your interfaces, I'd call it Inactive, and make it a true/false (I chose inactive as opposed to active because t/f properties default to false) I'd probably make sure the description said something like "DO NOT TOUCH" because I don't want anyone messing with…
-
I've seen some websites that throw a similar kind of error when my browser autopopulates fields using my saved form data. Some of them all i have to do is to click into the field then enter the data and it passes whatever validation check they are doing. To simulate this in WPM what i would try is get to that part of the…
-
NPM doesn't do per second, since everything polled gets added to the DB it would very quickly become unworkably large. There is a tool from Solarwinds called the engineers toolkit which is more geared toward real time monitoring, and can integrate . Depending on your hardware many devices only actually update their SNMP…
-
At the router level almost every byte that comes in one interface will exit another interface. Drill down to the specific interfaces in order to get more meaningful directional data, or change the ingress/egress settings from both to a specific direction, but you have to understand within your network what inbound traffic…
-
Any polling engine is fine, I've known people with a really high volume that stuck a load balancer in front and round Robin them to spread the loads.
-
Since no built in parts of orion keep tables of AD data you would have to build this outside of orion. Assuming I was doing something like this in powershell I would query the api to generate the basic data set of users I wanted to look up, I assume you'd be using something based on the swql query I gave you yesterday and…
-
In the NCM settings > Configs there is a place where you can already define the folder and naming format you want to use for saved config files. The configs themselves are copied onto your server in a text file (.config) as they are downloaded so if you wanted to act on those files directly you can do so with any normal…
-
The only part that you can't really do in Orion is the X minutes part, groups automatically build their status based on the status of all their direct members, you can wait 10 minutes to trigger your alert logic, but the group itself will change pretty much right away once a child status changes. So the tree could possibly…
-
Can you screenshot the data on the node name tab of the table settings? I'm sure that somehow the report engine is joining from the undp results to the nodes table in some kind of unexpected way and that might give us a clue.
-
You'll probably need to investigate your database, in the environment I'm in now that kind of chart with the same level of detail renders in less than 4 seconds. The main factors being the number of interfaces you have, how often you poll them for stats, how long do you retain the data (this all factors into how many rows…
-
I had the same problems with some of my custom charts when the upgrade rolled around. You need to add in a column to use for those values. In cases where I haven't had multiple rows I just created a dummy column. See this example of one that I had to modify select count(message) as [Alerts], convert(date,timestamp,111) as…
-
I never use the old OOTB reports anymore but looking at that I'm thinking this report is set to group the results by week, since nov had 5 weeks. Pretty sure the datetime column has been hidden.
-
mthangav, I talked to a netpath dev a few months ago and we specifically discussed the existing lack of reporting in Netpath and it is something he is working on. With that said, in the mean time I have built myself one SWQL based report showing the most recent polling results from my netpaths. It is still a bit of a work…
-
There is an NCM feature for tracking EOS notices from cisco, but I find that it is pretty hit or miss. I don't know if the way prime does it is more consistent/accurate but in NCM they pull down a list of EOS notices from cisco and parse them for impacted models, then compare that to your Machine Type values and tries to…
-
Volumes are able to do custom thresholds the same as CPU and Memory is done at the node level (although the default UI kind of hides the edit button for these, I use a custom query to add in a thresholds resource to my volume details page), but the threshold is unfortunately still % based so you wouldn't be able to use…
-
zackm wrote a good query for this a while back, add a Custom Query resource to your view and paste it in SAM Licenses by Group and Node -Marc Netterfield Loop1 Systems: SolarWinds Training and Professional Services * LinkedIN: Loop1 Systems * Facebook: Loop1 Systems * Twitter: @Loop1Systems
-
This article seems to have some detail on the inner workings of getting the agents to pick up a new cert, but in their case they say you delete the existing agent provisioning cert and when orion starts the services back up it will regenerate a new self-signed. Not sure if there is a way to intervene, generate an…
-
I find that the number one issue I have with my clients is they don't filter the dashboards down to actionable info only. It seems like many of them just throw everything up there to make it look full. I'd post screenshots but almost everything at my current client is completely custom SWQL and I feel like it would be an…
-
All the current versions have a search icon in the top right corner, it works for nearly any kind of orion entity If you are interested in something a little more narrowed down I've also written a custom query that might give a decent starting point (my query is specifically for VM's but also displays the host info, so…
-
I'd open a support case and have them get into your system with you as I have not seen that problem in any environments I've worked on since the updates came out. I wouldn't be surprised if something in your UDT tables is corrupt and is causing the system to hang, or maybe one of the resources on that page. I'd seen a few…
-
Each node already has a link to their ip address if you look at the edit nodes screen under web browse template. You can set that and it will build a link to wherever on your node details page. If I recall correctly you can set them in bulk from the manage custom properties page as well.