Comments
-
Hello, Just curious what the main differences are between Log Analyzer and LEM?
-
I am also looking for a feature similar to this, has there been any update?
-
Voted +1. We just stood up SAM a couple weeks back. Just ran into the "problem" with the default Oracle template and the ability to check the disk space on multiple Tablespaces. Kinda bummed about this limitation.
-
It's a beautifully written script, thank you for writing and sharing it! I just did the same as you - Copied the alerts and deleted the actions. I re-ran the script and it worked perfect! Thank you!
-
Yes, that's exactly what we are attempting to do.
-
Nice!! I didn't know about this collection. This could work. I'll elaborate a bit - Currently our main Orion polling engine is powered off due to the breach. Our client is advising that they want both the Orion and Orion DB servers rebuilt and we cannot backup/import the DB to the newly rebuilt server. So I'm looking for a…
-
Hey, thanks for sharing those links Tony! You're right, looking for a way to pull them via API or DB query if possible.
-
Okay thanks, we're going to give this a try, I appreciate it!
-
Did you ever figure out how to correct the formatting?
-
Not yet, but we will definitely look into it, thanks! Would these scripts/plugins need to be installed on the global or the non-global zones?
-
Ahh okay, that makes sense, thank you! I was able to get the database to sync back up by restarting the Orion services. I also opened a support ticket in an attempt to figure out the root cause. I'll post again if we find anything useful.
-
Awesome, I will give that a try, thanks again man!
-
Thank you! I'll give this one a try.
-
Thanks for the quick response and the info! Hope to see a Solaris agent in the future, it would alleviate some of the issues that I'm currently running into with monitoring these systems. Do you think it's possible to monitor these Solaris zones with modified perl scrips running on the globals that are configured to "jump"…
-
Okay thank you! So, the VM server that our main polling engine runs on is up, no obvious issues there. Also, the Orion services are all "Running" except for Solarwinds NetPerMon, it says that it is "Started". Similarly, the database server is up and active, we are running a MSQL 2016 db. My questions is, how the heck are…
-
Cool! Will this still work even though the alert isn't necessarily a trap/syslog? I'm using the Log Parser (Powershell) script to parse one of our custom logs. It seems to store the data in MultiValueMessages in the dbo.APM_AlertsAndReportsData table. Usually the output is 5-10 strings from the log but they come out as one…
-
Ahh okay. That makes sense. Thank you aLTeReGo! My issue might be slightly different then. I am running windows service monitor components on multiple nodes and every once in awhile, this one will go into an "Unknown" state for one poll and then back to normal for the next poll. A couple of the error messages that I've…
-
Would LM be able to capture application logs that are in "Log4j" format? Currently we are using custom powershell and perl scripts from the "Log Parser" application found on thwack. If there is an easier way to correlate and alert on this data with LM, that would be amazing.
-
Mind pointing me in the right direction? I searched but didn't really find anything related. I did come across https://thwack.solarwinds.com/thread/59187 "The Ultimate CPU Alert". While it's much more elaborate than the out of the box alert, the results are the same, table formatting is still off and it's driving my OCD…
-
Thanks! It ended up being the Orion services, even though they were all "running" when the database was out of sync they apparently needed to be restarted. Glad it was an easy fix, hoping to find out what caused it.
-
I'm on SAM 6.5 currently but planning to jump to 6.6 this evening.
-
Just voted. Also, if I come across any sort of temporary work around I'll post it here.
-
Sorry to dig up this old thread but does anyone know if this is still true? We are attempting to monitor Solaris 11 zones but running into the same issue with net-snmp. If there is no way to install net-snmp on the zones, is there a workaround way to monitor the zones "through" the globals? Or has anyone had any success…
-
Awesome, thank you! I'll give that a try.
-
Oh wow, it's that easy? I'm assuming they have to be global distributions lists? Thanks for the quick response!
-
Awesome, thank you for sharing! I'm glad to see it's been working great and you guys are still happy with it after so many years.
-
Just watched it, thanks!
-
Thanks man! I've been playing around with this. Do you know if there is a good way of combining two or more of these canned reports together into one?
-
I'm having a similar issue using the query below in an alert e-mail. The output comes out as one continuous string, as if the line breaks are never inserted. Does anyone know how to resolve this? ${SQL:SELECT cast(cast(ComponentName as varchar(max)) + '' + '--' as XML), cast(cast(MultiValueMessages as varchar(max)) + '' +…
-
I am having this exact issue currently. I'm happy to see you were able to resolve it! Just one question, where do these tmp files live? I would like to remove them and see if it resolves it for me as well. EDIT: I believe I found the correct location on the Orion server: C:\Windows\Temp\Solarwinds. I stopped Orion…