jose.barbosareis · Eng · ✭✭✭✭✭

Comments

  • This option is only to deploy the agent, after installed it runs under swiagent account. https://documentation.solarwinds.com/en/success_center/orionplatform/content/core-linux-agent-credential-privileges.htm "Service account privileges When the agent software is installed, we create a service account (SWIAgent), and add…
  • No points were awarded for all questions this week.
  • Once upon a time 3 years ago Beginning of a long holiday from Saturday to Tuesday. At the end of Friday shift.. 6 pm, it was raining heavily, lightning and thunderstorm. We align with team members to be on standby to keep an eye on the storm and and possible problems in data center. We had temperature sensors (which sent…
  • The nodes,Applications,etc.. assigned to the expired APE will stop polling. The historical data will not be deleted, so it will be in the database and you can check the availability of historical data. You can move the nodes assigned to the expired APE to other licensed APE or to the MP. You cannot upgrade/migrate the…
  • I installed the agent in my linux, and looks like the script is not finding the pyodbc test the script in the component, and then check the /opt/SolarWinds/Agent/bin/appdata/Logs/APM_job_monitor.log file. My APM_job_monitor.log file shows: 24/12/05 09:08:57.450 PID: 472850 TID: 139780337338176 [WARNING] scriptrunner -…
  • Bom dia @"dihsan" I tested it in my lab, and it worked. My node is NOT polled by Agent my script (master db as an example) MSSQL 2019 @ Ubuntu 22.04 </code></p><p><em>import pyodbc</em></p><p><em><code> def conecta_ao_banco(driver="ODBC Driver 18 for SQL Server", server="localhost", database="master", username="sa",…
  • You can also use the line below in trigger actions to execute the command remotely, like this to delete windows temp files C:\windows\system32\psexec.exe \\${N=SwisEntity;M=Node.IP_Address} -u domain\service_account -p password cmd.exe /s /c "del /s /q c:\windows\temp\*.*"
  • This query returns the group name, the node hostname and IP that is down in the group. -- Group name ${SQL: SELECT name FROM [dbo].[Containers] where containerid = ${GroupID}} ------------------------------------------------ -- List of nodes with problems ${SQL: SELECT cast(cast([GroupMemberFullName]as varchar(max)) + '' +…