Ad Widget

Collapse

Sql Server 2012 monitoring with Zabbix template

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sandeepkg
    Junior Member
    • Mar 2015
    • 1

    #1

    Sql Server 2012 monitoring with Zabbix template

    Hi All,

    I am facing an issue with the template provided by zabbix for monitoring the Sql Server 2012 databases and instances.
    Below link I am following to configure the same:
    Join the friendly and open Zabbix community on our forums and social media platforms.


    With the above template and configuration I get only the database status, port status. I am expecting to gather the information on database size, log file size, transaction per second statistics, number of users connected, SQL Agent, SQL Browser status.

    I think my Unix ODBC connection is working fine as I am able to run the perf_counter queries from linux command prompt and getting expected result there.

    [root@ServerName]# zabbix_get -s IP -k perf_counter["\SQLServeratabases(DB_Name)\Log File(s) Size (KB)"]
    1016.000000
    And
    [root@ServerNAme]# zabbix_get -s IP -k perf_counter["\SQLServeratabases(_Total)\Log File(s) Size (KB)"]
    5249544.000000

    Appreciate your help guys.
    Thanks.

    Regards,
    Sandeep
Working...