Hello.
I'm using zabbix agent in a Windows Server 2008r2. The zabbix agent
works fine.
I've got USB Temperature sensor and software called ThermoHID.
I configured the software to create a log in the file C:\ThermoHIDRealTime.txt
This file contains only one string:
This string get update every 10 seconds.
So I need somehow to get this 23,4375 (or just 23) value on my zabbix server.
So I created an item in Zabbix Named "TempSensor", type "Zabbix Agent", key vfs.file.regexp["C:\ThermoHIDRealTime.txt",], text.
Can you help me with regexp please?
Thanks!
I'm using zabbix agent in a Windows Server 2008r2. The zabbix agent
works fine.
I've got USB Temperature sensor and software called ThermoHID.
I configured the software to create a log in the file C:\ThermoHIDRealTime.txt
This file contains only one string:
Code:
28.12.2014 18:09:00 TEMPer2_M12_V1.3 NoDevice NoDevice 23,4375 999 999 999 999 999 -1 -1 -1 0 0 0 0 0 0 0 0 0 0 0 0
So I need somehow to get this 23,4375 (or just 23) value on my zabbix server.
So I created an item in Zabbix Named "TempSensor", type "Zabbix Agent", key vfs.file.regexp["C:\ThermoHIDRealTime.txt",], text.
Can you help me with regexp please?
Thanks!
Comment