Comments
-
I tell my family that when things go bad my system tells the people who need to know. Most of the time I just stick with saying I do IT. Sometimes I go into such detail that their eyes glaze over and I can't really blame them because my eyes do the same thing depending on the job I am hearing about. When it comes to…
-
I don't care what that book says: Swift as a coursing river with all the force of a great typhoon, with all the strength of a raging fire, and mysterious as the dark side of the moon should be the answer.
-
Haha you may be right. I just want to select the colorful answers because they make my day a bit better. The points keep me on track though.
-
Not sure if you have seen this but it has helped out for me a bit. Custom SWQL to Manage Assigned Application Monitors with Search bar
-
I also found this and could be wrong but it seems relevant: Cisco Bug: CSCum44940 - snmpd Process Crash
-
Thanks! Pretty excited to play this game in person. Have only played it on Tabletop Simulator so far.
-
We also would like this.
-
Is this possible in VNQM 4.5? Looking at this it seems like it could be possible: Use custom properties for VNQM - SolarWinds Worldwide, LLC. Help and Support
-
You could do this with the alert options in Time of Day: Or you could also set up custom properties to mute interfaces and alerts in the alert logic, set a script to change those fields at certain times. This behavior while not necessarily the easiest to implement seems like it is possible to implement currently. Here is a…
-
This seems more like a bug on the cisco device. I just think that the process crashing due to too many requests is more of a fault on the cisco device. Would be a nice feature to be able to control the SNMP stuff a bit more though for situations like this.
-
In that case I would consider using netpath from your polling engine(s) to the node with the most interfaces having this issue. Just to see if you can see anything there that may help. I'm not sure if you have looked into the logs on solarwinds either C:\ProgramData\Solarwinds\Logs\Orion One that might have something in…
-
I appreciate it. Thank you.
-
To do that I believe you have to do it through the Orion platform and go to Settings -> Manage Pollers
-
On "The scope of this alert" section you will want to be sure the button "Only following set of objects" is checked instead of "All objects in my environment" Then you should have a list of pollers you can select by clicking on the link "Select Objects". There you should be able to find specific assigned pollers to choose…
-
Here is a screenshot of the setting in my environment the log for that is found C:\ProgramData\Solarwinds\Logs\APM\ApplicationLogs\AppID# The number can be found at the end of the URL assigned application https://yoursolarwindsURL/Orion/APM/ApplicationDetails.aspx?NetObject=AA:# I noticed that the output is very similar as…
-
We are now in unknown territory for me. I would suggest opening a ticket with support and supplying them with this same information. "The message User can't stop, start or restart current services." Could it possibly be a permissions issue? That is me mostly just grabbing at straws however. I am not familiar with the…
-
The syslog and trap messages don't change interfaces by default. You wouldn't see them in the active alerts either if there is nothing in their Alert Actions to do so. It could be changing the status of an interface without really telling you where or why unless you know it is doing that. Here is a screenshot of an example…
-
Try? where NCN.MachineType = 'Cisco Catalyst 4510R+E' and NT.RequestedScript = 'show license in-use' and NT.DeviceOutput like '%entservices%' for the ipbase one you could do the same but replace entservices with ipbase: where NCN.MachineType = 'Cisco Catalyst 4510R+E' and NT.RequestedScript = 'show license in-use' and…
-
Sure can, case #1259422
-
One thing I wanted to add though, you mentioned seeing HA as a solution during upgrades. Unfortunately as it exists right now you still don't have the capability to do an upgrade without taking the system down, I didn't want anyone to get their hopes up. Seems like that would be tricky since some upgrades make structural…
-
I misunderstood what you meant. Thank you for the extra information. Currently the Preferred Polling Method is Agent and we have Debugging turned on for when it happens next. It has been a combination of issues.
-
Have you tried this query in the swql studio so you can play around with it? I would take out the status parts and see if you get anything returned. It should only return something if everything(AND) in one or both of the parenthesis is true. For example Try where (ncp.Department like '%LAB') OR (ap.WirelessTypeDescription…
-
Not sure if this is still relevant but I wasn't sure and thought I should know too. Was able to find this: Custom Table resource limited to 100 rows of data
-
Thank you for the reply it is greatly appreciated. Well I guess I will leave this post where I left it and let you guys know if we end up coming up with a solution if it is possible. Thanks again!
-
This seems a bit old but it looks like you may want to do something like this: https://support.solarwinds.com/Success_Center/Network_Performance_Monitor_(NPM)/Add_and_assign_Universal_Device_Pollers_… I think you might be able to do it strictly through the Orion website by going to Settings -> Manage Pollers and following…
-
I don't typically write the alert to the Event Log as a trigger condition. Although looking at this it might be a good idea to do so.
-
The issue was me using the wrong credentials. After getting that fixed the above script worked for assigning the statistic. Write-Host ("Statistic:{0}" -f $resultsDataTable.Column1)
-
Yeah I looked at that I can see the Orion.Actions.UpdateActionsDescriptions then looked at the schema and if I'm looking at it right.. that is based off of Orion.actions.properties which I could maybe just change the email in those rows without breaking anything.... i think...... but not sure and no way to test it without…
-
Shot in the dark but was there ever an answer to this question? Seeing some similar behavior in my environment. SAM Version: 6.3.0 Not quite 6.3.3 but our off site web monitor is not seeing the response time like our SAM http/s monitors. Getting up to 3000ms just about every other time on the SAM Monitor and the offsite is…
-
It might be worth removing the line where NCN.MachineType = 'Cisco Catalyst 4510R+E' and NT.RequestedScript = 'show license in-use' Seeing what is in the two columns that you want and replacing the in quotes part with what matches. Also, Doing: Contains: where NCN.MachineType LIKE '%Cisco Catalyst 4510R+E%' and…