Comments
-
Glad you figured it out. For the Linux Script Monitor, Solarwinds uses SSH to remotely execute the code specified in the script body, and uses the environment of the user specified in the credentials of the component monitor. So if you need to run mysql or any other command, you need to make sure it's available in the…
-
Look at the credentials that the Linux script monitor is using and make sure that user has the mysql command in its path. You could also specify the full path for the command in the script i.e. /usr/bin/mysql