Ad Widget

Collapse

CPU Temperature in Windows

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aib
    Senior Member
    • Jan 2014
    • 1615

    #16
    Code:
    [root@z ~]# [B]zabbix_get -s 10.1.10.137 -k cpu_temp[/B]
    39
    [root@z ~]# [B]zabbix_get -s 10.1.10.137 -k agent.version[/B]
    2.4.1
    Check it manually:
    1) On client's PC start cpu-temp.bat and check that you are getting correct answer
    2) On client's PC run
    Code:
    [B]C:\Zabbix_Agent\bin\win64\zabbix_agentd.exe -c c:\Zabbix_Agent\conf\zabbix_agentd.
    win.conf -t cpu_temp[/B]
    cpu_temp                                      [t|39]
    Be sure that you provide correct path to .exe file and to .conf file
    Sincerely yours,
    Aleksey

    Comment

    Working...