Comments
-
Happy to hear that got you working! I honestly didn't know the routing neighbor options were there so I just had to look into this. Thanks for posting this so we could both learn.
-
I wasn't able to find that report until your post.(Was trying to go in and do the query digging in the database). I actually copied it and edited that report so the oldest dates are at the top. That way it is at the top of the report when it hits my email. The config summary page stuff is awesome too. Mine is looking much…
-
Thought I'd put my 2 cents in for figuring out an alert . Found this thread shortly after creating this: Transmit and Receive Utilization Dynamic Thresholds Minimum and Maximum? I think your query may be able to help me create custom properties for the minimum threshold. Thinking it could be possible to run the a query…
-
Found your original post, think I found a way to do what you are looking for. You might not have the data that goes that far back.
-
Third edit thought this was an easier thing to do than it is. Make a separate post. I'm going to see if I can't get one built to meet these requirements. Might be handy for me too if I end up getting asked a similar question.
-
It could be a per alert thing as well. If you haven't found this setting it is in an individual alert, Trigger actions, Sender Details. I provided a screenshot highlighting where I am talking about: I know I had some from Network Performance Monitor from alerts that were traps and syslog messages that I was able to change…
-
It looks like you would want something like this (click select objects to pick the particular pollers you want): I'm guessing each row in your screenshot is a separate custom poller that you would need to choose in select objects.
-
Yeah I am directing this to anyone who is worried about it lol. I'm looking into it more now and not finding concrete information on how that works exactly beyond what I have posted so far. Have you looked at what is being saved in the database for that interface around that time? Is it possible that there is a syslog/trap…
-
After getting the query to work in powershell I created a Template with the Windows Powershell Monitor. I was still getting statistic NaN. So I turned on the debug log and 2018-05-08 10:02:24,024 [STP Pool:608 Thread #0] [C15997] ERROR SolarWinds.APM.Probes.PowerShellProbe -…
-
I can try, but my powershell isn't my strongest suit. Nothing is glaringly wrong that I can tell. I would consider getting the script to work outside of Solarwinds. I think that there is probably an issue with getting the query to run and your statistic value is not actually becoming a number which is why you are seeing…
-
Just to update this as well. The hotfixes didn't fix the issue. We switched to SAM Monitors since we were not doing anything fancy with it. Asked for the ticket to be escalated because it has been over a month at this point and we aren't even using our licenses for wpm due to the stability issues it is causing to our one…
-
We all do it's what makes this fun. These videos have been really helpful for me getting started. SolarWinds Lab Archive This video really helped solidify monitoring as well: MONITORING 101
-
Not sure if you've been able to find this but OrionSDK/Samples/PowerShell at master · solarwinds/OrionSDK · GitHub There are examples on how to add a node with Powershell.
-
Just to throw this out there. I would create a report using the website gui and then export the report you created to get the xml. Then try to figure out what fields you would need to have put there. Not sure how difficult that is with reports but we were pretty successful doing this with UnDPs when we had a long list of…
-
Nothing beyond what I can find here: A SAM template status shows Initial Poll in Progress - SolarWinds Worldwide, LLC. Help and Support I'm not sure if you have an additional poller? Maybe try un-manage and remanaging the poller? Not sure if that would actually help or not. It would probably be worth opening a ticket with…
-
I just realized I was using my table names and that isn't going to translate well. That is my fault. The SWQL one should work better for that.
-
SELECT TOP 1000 NCN.NodeCaption, NCN.AgentIP, NCN.MachineType, NT.DeviceOutput, NT.ErrorMessage, NT.DateTime, NT.UserName FROM NCM.TransferResults as NT inner join NCM.Nodes as NCN on NCN.NodeID = NT.NodeID where NCN.MachineType = 'Cisco Catalyst 4510R+E' and NT.RequestedScript = 'show license in-use' This is the swql form
-
I built this with mssql, if you can run it as a sql query it may work? I can probably get a swql one here too. I liked the report and working on getting one for myself.
-
d09h my have a better solution for you. I attached a screenshot of the query with some adjustments. had to replace n with nodes and I'm not entirely certain it will grab what you want. Edit: the third join should be inner join Orion.Packages.Wireless.AccessPoints as ap on ap.NodeID = we.NodeID
-
It doesn't appear to be possible right now. We have a script that polls statistics we need and there isn't another way for us that we know of to get this information.
-
try adding ROUND(Volumes.SpaceUtilization,2) as SpaceU
-
SNMP or ICMP shouldn't make a difference. I would triple check the custom property, and the alert logic. Possibly take some screenshots and post them here. Also look at the generated SWQL query to test how that is working. If all else fails I would consider opening a case and sending in the diagnostics of your SW instance.
-
Switch the Basic Selector to advanced selector. You can then get a bigger menu than the drop down list.
-
SQL and SWQL are very helpful in a lot of different ways. I am still learning about both myself. If you ever get close but can't quite figure out how to get your queries exactly right don't be afraid to post more specifics for help. Side thought and I could be mistaken about this but the filters are a lot like your where…
-
Not to bring up old news but I haven't been able to find anything that would fix this issue. Am I missing something so that manually entering an address isn't a way around account limitations?
-
That's a fun one, never even considered that and have had to make a guidesheet on adding interfaces to make sure those boxes are checked. Glad to hear that you were able to find a solution.
-
That I got from Orion. (I'm not cool enough to write that on my own yet lol). To see where I found that I went into an interface in Orion I wanted this on. Clicked on Edit Interface then scrolled to the bottom of the screen where Alerting Thresholds is: I highlighted the checkbox you have to check to see the Area…
-
No problem looking forward to hearing what you find out. Thanks for posting the question helped me learn some things as well! Turning on the debug log and reading the output I ended up seeing these two things before figuring out which credentials I needed: Exception calling "Open" with "0" argument(s): "Login failed for…
-
Just wanted to follow up with saying we managed to make the move to 12.3. One thing I'd like to note for those that may look at this. 1. If you had to update your DB to 2016 make sure to install SP1 after the initial install of the DB on the server, it is not by default the newest service pack. This is important for NTA.…
-
Lesson learned here, make sure to look into the Orion platform compatibility with all of your modules before trying to upgrade a single module. You will learn a fun lesson in cancelling the maintenance early...