Hello,
Recently we started monitoring with Zabbix version 2.2.1. We use Zabbix for the first time. We have an Microsoft SQL Server domain and I made already in Zabbix some nice views with SQL performance counters.
My question is can I make an SQL query and show that results in Zabbix?
What I did for example is to add an user parameter in the agent config file:
UserParameter = SQL_version,sqlcmd -d Master -U -h -1 -W -Q "select SUBSTRING(@@VERSION,10,46)"
What mus i do else in Zabbix to get the results of the above SQL query visible in Zabbix frontend?
I already created an Item bus then I do not see any results.
For us it's very important that we can make our own queries to check some special items.
Many thanks in advance if someone give me some advice how to.
Carlo
Recently we started monitoring with Zabbix version 2.2.1. We use Zabbix for the first time. We have an Microsoft SQL Server domain and I made already in Zabbix some nice views with SQL performance counters.
My question is can I make an SQL query and show that results in Zabbix?
What I did for example is to add an user parameter in the agent config file:
UserParameter = SQL_version,sqlcmd -d Master -U -h -1 -W -Q "select SUBSTRING(@@VERSION,10,46)"
What mus i do else in Zabbix to get the results of the above SQL query visible in Zabbix frontend?
I already created an Item bus then I do not see any results.
For us it's very important that we can make our own queries to check some special items.
Many thanks in advance if someone give me some advice how to.
Carlo
)
Comment