Comments
-
Great Idea!
-
Thank you @"danielleh" !
-
Thank you for the response @"danielleh" Can we confirm that solarwinds wants us to have and the uncompromised SolarWinds.Orion.Core.BusinessLayer.dll has these? Hash: CC870C07EEB672AB33B6C2BE51B173AD5564AF5D98BFC02DA02367A9E349A76F Thumbprint/signerhash: 47d92d49e6f7f296260da1af355f941eb25360c4 Best Regards,
-
Thanks @"jblankjblank" ! This is great! I just wanted to make sure if initializing the new server/install with the new update is ok and won't have any issues since the new pollers won't have any recollection of what it had before (2019.4) and it's going to touch the database (2020.2.x) when it does. Best Regards,
-
Hello! Thank you very much for pointing me to the right direction! Best Regards,
-
Unfortunately, creating stored procedures isn't an option for me. What I did was a shell script ------------------ #!/bin/sh export ORACLE_HOME=/orabin/app/oracle/product/11.2.0.3/dbhome_1 export lv_statistic=`/orabin/app/oracle/product/11.2.0.3/dbhome_1/bin/sqlplus -s << EOF ##keep in mind that "`" starts here after…
-
Hello, Thank you very much for the response! What I'm trying to get is: Parameter1 LogFilePath - This is the path of the target log file on the target server. The path can contain spaces. Parameter2 RegularExpression - This is used for regular expression searches to find a desired string in the log file. Searches are case…
-
Is there a way to tie this into Orion Linux / Net-snmp nodes?
-
We have the same problem, there are instances that we need to run pl/sql due to bind variables on partition parameters on a select statement that can't be process on a regular select statement. We only produce one value coming from DBMS_OUTPUT, RETURN, PRINT and OUT variables as chrisfoot mentioned. The only way is to use…