Comments
-
I apologize for the interuption... This did turn out to be a different issue causing me to not be able to get the Complex Condition to trigger. Issue resolved and it does now trigger. SUCCESS!!!
-
Hold off on responding to this. A while back I had an issue where new Alert Definitions I had created would not trigger. SW Support tested in their lab and also could not get them to trigger. They then created a new Alert Definition with the same configuration and it triggered. They told me they felt the Alert Definitions…
-
Thanks @"neomatrix1217". I actually found that and was just replying here to say the same thing. Mike
-
So is this still working @"petr.krcmarik"/@"aLTeReGo"? If I look in the DB at those settings in Pollers when set to "ICMP (Ping) - Fastest" and then change to "Status & Response Time Agent", the DB values for those settings don't change even after waiting10 minutes. They keep these same settings no matter the "Status &…
-
My Team found that there were various versions running. They are working on upgrading all servers to OpenManage versions we have seen provide the functionality in Orion that we are looking for. Thanks for all the feedback as usual.
-
Perfect...!!! Worked like a champ.
-
Forgot to mention... Another problem I foresee is the fact that the SMTP information is input for every alert. While I understand that you may want to have the ability to enter different SMTP for some alerts than other, entering the same data each time can lead to alerts not being sent because there is a typo in the SMTP…
-
Well there is a NAT in our FortiGate firewall. Not sure if it includes the helpers. BUT... we did get it working. Apparently, on the customer side, to get to the node, we have to pass through a second firewall. They found that port 3542 was attempting to get through the firewall in relation to my tests. Once the opened…
-
For anyone in the Thwack community who has an interest in seeing this feature added, there is a enhancement topic (http://thwack.solarwinds.com/ideas/1260) opened by for voting. Please add your vote so it has some chance of being addressed. Thanks...
-
Let me start by saying that I have several reasons why I would like to handle trap analysis and notifications based on that analysis within Advanced Alerts. First... I have a situation where I have, what you might call, intelligent traps. Here is an example: entityContainerType = VCS entityContainerName = ats_qcpr…
-
Thanks aLTeReGo... Knew about finding under "List Resources". The problem I am having is that "Hardware Health" is not appearing under "List Resources" for many Nodes while it is for some. Team has told me that all are running OpenManage but were not specific about if OM was latest version or not. I have asked and will…
-
Appreciate the help @clarv02!!! In PowerShell I used: $Profiles = Invoke-SwisVerb $OrnSwis Cirrus.Nodes GetAllConnectionProfiles @() and piping to Out-String gives me: Id : 1 Size : 1 xmlns : http://schemas.datacontract.org/2004/07/SolarWinds.InformationService.Contract d1p1 :…
-
While the AIX Firmware and Technology Level Upgrades apparently were not the cause here, that did get me on the right track. I opened a PMR with IBM and they knew the symptoms right away. There is an AIX package called security.pkcs11 and in my case it was release 7.1.2.0 which interferes with older versions of SSH.…
-
Perfect. Thanks
-
Here is where it gets even stranger... Running the query in SWQL Studio minute, hour, day, month or year all return 42. However when I run these same queries through SWIS from within a PowerShell script and still using GETDATE(), all return the correct data except minute. The Minute option always stays at 42 while running…
-
While I am still not going to rule out ports, the customer did just open up all ports as I have on my end of the VPN and I am still getting the RPC error. Also the creation of the WMI type node in Orion is still failing. I am very interested in your blog post and will still read it.
-
Several in this thread have talked about difficulty with using the date in the file name. This should help all with both the date and path situations when using a Perl script: my ($sec,$min,$hour,$day,$month,$yr,@other) = localtime(time); my $today=($yr+1900) . "_" . sprintf("%02d",$month + 1) . "_" . sprintf("%02d",$day);…
-
Mix of old and new Custom Properties and yes they are correct as they populate properly when running a test simulation or execute as well as when a real event triggers the Alert Rule.
-
I tried the KB fix you mentioned and it made no difference so I have reverted back to the previous "SolarWinds.APM.Probes.dll.config" file. I did open case 652109 but this morning I found evidence that the issue may have to do with a new release of AIX Firmware or Technology Level that was loaded on the day this issue…
-
Great answer. Thanks @"sum_giais"
-
Thanks for the reply... So I tried your suggestion to some of the servers that are not displaying the "Hardware Health" and found some getting to the OpenManage login page and others not. We will look into the ones that are not. Any other suggestion for the ones that are getting to the OpenManage page but aren't seeing the…
-
I meant to also add that I have read that WMI could return data on random ports, I think it was, above 1024. However on my other server, the one that is working in Orion, I don't have any additional ports open in the VPN so I did not think I would need them here. Any help would be greatly appreciated.
-
No… I found that one. It was this one after lunch: Harriscomputer Mike Lomax Staff Developer P: 571-267-3928x74207 F: 703-709-2490 E: MLomax@harriscomputer.com , Arizona www.harriscomputer.com. This message is intended exclusively for the individual or entity to which it is addressed. This communication may contain…
-
Hits reveal columns in Cirrus.NodeProperties, Cirrus.Nodes and NCM.NodeProperties as well as verbs in CirrusNodes. However all of those just hold the integer referencing the Connection Profile and none show the details of that Connection Profile. I want the ability to translate from the integer to the name of the…
-
Wow clarv02... LOL. I searched through all the menus and found nothing. Now you point it out and it is plain as day, right in front of my face. Thanks.
-
Thanks aLTeReGo... That was what I thought at first. Except he states that the resource he is using also show the schedule times and the Audit Log does not show those. It should, IMHO, but doesn't. Here is what I get selecting the "Node managed" and "Node unmanage" types: But wait... If I use the "Node edited" type it…
-
Have asked for this in the past and would definitely attend if it was offered.
-
@"mesverrum" I guess I do have another question. You stated that the DQs are stored in the containermembers table. In that table I do see individual entries for the results of the DQs but not the DQ statements themselves, or I am missing something. Wouldn't be the first and probably not the last time I missed something ;).…
-
Breezed through your script and it looks like it will do what we need. Will be a while before we can actually implement but doing some research upfront. I also learned a few other things I didn't know in the process. Thanks for the assist and I will keep in mind what you said about the syntax being picky as well. Just…
-
Thanks tinmann0715... Actually not looking for disk details at the moment but that is coming. Right now just looking to get the "Hardware Health" webpage Resource to populate for these servers showing disk state as well as states for fans, power supplies, temperature sensors, etc.