Comments
-
I believe you.. my only question (well right now) is what guide.. when i look in the APM admin guide [see below ] I dont see what you have printed.. I looked in the common components guide and there is less. and when I do follow the APM Guide informaiton In my ADMIN guide I dont even get the right configuration ( I need…
-
I believe you.. my only question (well right now) is what guide.. when i look in the APM admin guide [see below ] I dont see what you have printed.. I looked in the common components guide and there is less. and when I do follow the APM Guide informaiton In my ADMIN guide I dont even get the right configuration ( I need…
-
Thank you for the confirmation.. I will have to go with setting up groups for each node where I have multiple components that i need to monitor..
-
I shut down the topology layer 2, and layer 3 on the Devices that we were having issue with and that kept those Nexus 5000 devices from spiking the CPU at 100%. we left the topology active for all other devices as they are not having the same issue..
-
is this the proper syntax.. ? C:\Program Files (x86)\Solarwinds\Orion\APM\APMServiceControl.exe 156849 with the"156849" comming from http://orion/Orion/APM/MonitorDetails.aspx?NetObject=AM:156849
-
While they are virutalized the monitoring still works just like you said.. (IP is still good) but when they fail over to one of the Clustered or farmed servers.. (which we dont know which one or when...) then the APM's seem to be non-effective giving wrong results (as far as the users are concerned ) their applications are…
-
Yes I understand the Alert trigger using SQL ( I am joining the NODES and the Volume Table.. MY question is not the trigger but the alert: CAN I use a stored procedure in the alert section.. I.E. I want to parse out a field that has more than one element , and some junk.. i want to make it readable.. for the Email.. The…
-
What I was hoping to do something.. since Solarwinds does not have it built in native,. was to create an audit trail of all updates, deletes, and inserts using the SQL journaling on the Nodes, account, and applications tables.. When i did this we got many records for a simple add/ update/ delete of an account.. is this…
-
Thank you.. I am in the process of trying to monitor web sites (our company has not done this yet) and I am bumping my head all over the place.. so any help is a good thing..
-
I have created an alert that checks a particular Network node, If the Node has an interface (NIC) that exceedss the threshold set then the trigger condition is an email and it looks like this: SOME fluff stufff... yada yada yada... Alert: Device, ${NodeName} is ${Status}. IP Address: 5.###.###.5 % IN utilized:…
-
for my last issue.. i had to create a group. that group contained the components i wanted to check.. (cant have more than one component being checked at one time) (ie cant say comp. A and comp. B and comp. C must all be down .. T0 do this we put them all in one group (ABC group: checking for all component being down at one…
-
THANK YOU>. I thought I was going nuts.. I created groups.. and when I created views with limitations by groups.. but when the view was used.. all the nodes were listed in the node tree not those limited by the groups.. Do we know when the update will be here.. I just installed the 10.1.3 and still not there..
-
our Network techs are seeing alot of extra overhead and they believe it is because of layer2, and 3, being checked they want to disable this 'feature' is there an easy way to do this or do we have to do it through SQL?
-
I am new to Orion.. BUT... They guy before wrote a script that basically looks for a file status and does "stuff" and eventually if the service is in need it restarts it.. (down at the bottom) good luck.. This is copied from the template that it resides in. ===============' Description: ' OldestFileInMinutes.vbs Reports…
-
I had the same exact need.. I got this to work using the native orion Alert tools without scripting.. 1. set the alert to run sun-sat and between (in my case 4:45Am and 4:50Am) only 2. because the normaly issue is the alert will always be set because it is in a happy status.. it will run once and not reset.. soooo --set…
-
Any input on this?
-
I think I resolved this.. I created an alert that simply lists emails when a "NODE, Object type not equal to SNMP" I ran an sql and comfirmed the emails generated against the sql query of " where ObjectSubType <> 'snmp' " It seems over the alast few weeks we have been fixing those I found that were in need of help..
-
Good question.. and even a NO would have been an answer.. Is there a way to track who deleted a node and to get it back, or an APM?
-
I did write a report; This is a report writter report, and is scheduled to runs each night (automagically) and the server team uses it to find and fix potential issues. Here is the SQL that I used to find interfaces that were not happy for Windows boxes.. Select n.NodeID ,n.Caption ,n.IP_Address ,n.Cls ,n.ServerLocation…
-
1. if you really don't care about the status dont check for it (cleans up the trigger) 2. In the trigger action under Time of day you can pick when you want it run 3. you can also pick Escalation.. (making it never reset) then you can have it restart every xxx min 4. on the restart component process .. if you keep the…