Ad Widget

Collapse

Graphic card monitoring windows gpuz

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Gubert
    Junior Member
    • May 2015
    • 3

    #1

    Graphic card monitoring windows gpuz

    Hello,
    iam new in zabbix administration. until here I made everything I wanted.
    I want to monitor the graphics (workload/memory,...) in windows.

    i've installed gpu-z what can create a logfile with the items i want to monitor.
    The logfile looks like this: http://img.techpowerup.org/130715/sensor%20log.png
    How can i get this data the easiest way into zabbix?
    I've found the funktion "vfs.file.regexp", but i can not quite handle it correctly.
    Would it be easier if the data is stored in a data base? Is there a option to import data from a database? or there are very different ways to go?

    thanks for help!!!
  • Gubert
    Junior Member
    • May 2015
    • 3

    #2
    Nobody any solution?

    Comment

    • Gubert
      Junior Member
      • May 2015
      • 3

      #3
      Now i have the Data stored in the MySQL table. structure see Appendix.

      I've added in the agent.conf with an addition parameter:
      UserParameter=mysql.query,echo "SELECT gpu_temp FROM `database`.`table`"| mysql -N -uuser -ppassword database

      But how shall I proceed? And how can i add this as item in the serverconfiguration.

      EDIT: If i try to zabbix_get the item on the server i get "ZBX_NOTSUPPORTED"
      Attached Files
      Last edited by Gubert; 26-06-2015, 18:14.

      Comment

      • AlexDiamantopulo
        Junior Member
        • Mar 2016
        • 6

        #4
        Did you find the solution? Maybe you could use Open hardware monitor? Or you can try to reuse scripting...

        Comment

        Working...