SQL Querier Tool
Plugin for monitoring SQL Server databases through custom SQL queries.
Obtains the result of the launched SQL query as a value for the modules that use it.
Introduction
Plugin for monitoring SQL Server databases through custom SQL queries.Obtains the result of the l...
Prerrequisites
This plugin requires:● Connection between the Pandora server and the SQL Server database.● Login ...
Execution Perl version
./msql_query -Q "<sql_query>" -U "<sql_user>" -P "<sql_password>" -H "<sql_host>" <sql_query>SQL...
Execution Python version
./msql_query "<sql_host>" "<sql_port>" "<sql_user>" "<sql_password>" "<sql_database>" "<sql_query...